add script
This commit is contained in:
@@ -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
4
create-pdf.sh
Executable 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
|
||||||
BIN
hidden.pdf
BIN
hidden.pdf
Binary file not shown.
Reference in New Issue
Block a user