diff --git a/README.md b/README.md index dc16f56..3ae1be7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.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 If you'll try to copy whole text with ctrl+a, ctrl+c the prompt will get copied diff --git a/create-pdf.sh b/create-pdf.sh new file mode 100755 index 0000000..ac70f49 --- /dev/null +++ b/create-pdf.sh @@ -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 diff --git a/hidden.pdf b/hidden.pdf index 60e56d2..c890450 100644 Binary files a/hidden.pdf and b/hidden.pdf differ