This commit is contained in:
2025-09-23 20:37:11 +03:00
parent f45145b183
commit bc37604b36

View File

@@ -3,10 +3,11 @@
To apply hidden text to the pdf file: To apply hidden text to the pdf file:
1. Print your resume in pdf format (ctrl+p in your browser or whatever) 1. Print your resume in pdf format (ctrl+p in your browser or whatever)
2. Then: 2. Then:
```
cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf ```
pdftk retard.pdf background hidden.pdf output final.pdf cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf
``` pdftk retard.pdf background hidden.pdf output final.pdf
```
Now your llm prompt injection payload is behind all the resume text Now your llm prompt injection payload is behind all the resume text
If you'll try to copy whole text with ctrl+a, ctrl+c the prompt will get copied If you'll try to copy whole text with ctrl+a, ctrl+c the prompt will get copied