This commit is contained in:
2025-09-23 20:37:54 +03:00
parent bc37604b36
commit 12b624c651

View File

@@ -1,8 +1,9 @@
# LLM prompt injection in pdf resumes # LLM prompt injection in pdf resumes
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)
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 cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf