readme
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# LLM prompt injection in pdf resumes
|
||||
|
||||
To apply hidden text to the pdf file:
|
||||
1. Print your resume in pdf format (ctrl+p in your browser or whatever)
|
||||
2. Then:
|
||||
|
||||
1. Print your resume in pdf format (ctrl+p in your browser or whatever)
|
||||
2. Then:
|
||||
|
||||
```
|
||||
cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf
|
||||
|
||||
Reference in New Issue
Block a user