PDF-HackMe-J5

GPLv3 License

# PDF HackMe ![Script](https://github.com/evilfeonix/PDF-HackMe/blog/main/img/banner.jpg)

Our all in one PDF hacking script! created by evilfeonix.
this our PDF hacking script allow user to encrypt their PDF as well as to decrypt them, crack encrypted PDF, change PDF metadata, inject malicious JavaScript code into PDF file, check if a pdf file is infected with malicious javascript code

Tested

  1. Termux
  2. Window
  3. Kali Linux

Features

  1. Encrypt and decrypt PDF file
  2. Allow Cracking encrypted PDF file
  3. Allow changing metadata of a PDF file
  4. Allow embedding of javascript code into PDF file.
  5. Allow Chacking if javascript code was embedded to PDF file.
  6. Simple and easy-to-use command-line interface (CLI).
  7. No need for internet connection.

Requirements

Installations

In Termux:

Download and install termux app from their official webpage, launch ther termux app and enter the below commands.

termux-setup-storage
apt update && apt upgrade
apt install git
apt install python3
git clone https://github.com/evilfeonix/PDF-HackMe.git
cd PDF-HackMe
pip install -r requirements.txt
python3 hackme.py 

In Kali Linux:

Download and install Kali from their official webpage, in the kali terminal, enter the below commands.

git clone https://github.com/evilfeonix/PDF-HackMe.git
cd PDF-HackMe
pip install -r requirements.txt
python3 hackme.py 

Watch full Video

Screen Shot

Important Note

Make sure you fucking have necessary permission to access the /storage/emulated/0/ directory. If you are running Termux as non-root user, you gonna need to use the termux-setup-storage command in order to grant access to the storage directory.

Note that the creators of this tool are not responsible for any misuse or damage caused by its usage.

License

PDF HackMe is released under the MIT License. See License for details

Follow Us

github: https://github.com/evilfeonix
website: https://evilfeonix.github.io
web-blog: https://evilfeonix.github.io/blog
youtube: https://www.youtube.com/@evilfeonix
linkedin: https://www.linkedin.com/in/evilfeonix \

Happy PDF Hacking!