add script

This commit is contained in:
2025-09-23 21:25:28 +03:00
parent 5dca7a2be3
commit 6d63591752
3 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf
pdftk retard.pdf background hidden.pdf output final.pdf pdftk retard.pdf background hidden.pdf output final.pdf
``` ```
Or just run `create-pdf.sh` script.
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

4
create-pdf.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf
pdftk retard.pdf background hidden.pdf output final.pdf

Binary file not shown.