
To hack a computer you need to perform social engineering to convince user to install our malware. If youre malware is just blank executable, then the user maybe suspicious and did not install our malware. But, if you embedding a malware into PDF file, it will make the user open the program without suspicion. Because PDF can hide the malware and undetectably running on victim computer.
EvilPDF v1.1
Read the license before using any part from this code 🙂
Hiding executable files in PDF documents
Legal disclaimer:
Usage of EvilPDF for attacking targets without prior mutual consent is illegal. It’s the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.
Usage:
git clone https://github.com/thelinuxchoice/evilpdf cd evilpdf python -m pip install pypdf2 python evilpdf.py
Author
- Github:Â https://github.com/thelinuxchoice/evilpdf
- Twitter:Â https://twitter.com/linux_choice