malicious-pdf icon indicating copy to clipboard operation
malicious-pdf copied to clipboard

💀 Generate a bunch of malicious pdf files with phone-home functionality. Can be used with Burp Collaborator or Interact.sh

Results 5 malicious-pdf issues
Sort by recently updated
recently updated
newest added

Looking at the reference blog for Test4.pdf at https://insert-script.blogspot.com/2019/01/adobe-reader-pdf-callback-via-xslt.html it seems the href needs to be a UNC path like **\\\\test.com\whatever.xslt**. When running this script with test.com as the parameter...

PDF Blind XSS payloads https://portswigger.net/research/portable-data-exfiltration

`test1.pdf` involves attempting to list `\\HOST\`, which fails because there's no share name mentioned. Mentioning a share name (even if it's non-existent) will correctly call the attacker. PR #15

`test1.pdf` was generated to access only `\\HOST\`, which may fail due to missing share name. Instead, if a share name is specified in the path, the listing request succeeds, like...