Skip to content

0xbitx/DEDSEC_M2PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEDSEC_M2PDF

hide payload inside pdf file

DESCRIPTION

M2PDF is a powerful tool designed to embed binary or ELF malware into PDF files without corrupting the original document. The injected PDF looks and behaves like a normal PDF file but contains hidden malicious code that can be executed under specific conditions. The tool generates a Python script that demonstrates how the malware is extracted from the PDF. This script can be integrated into your own code or dropper for further use. This tool is intended for educational and research purposes only.

Features

  • Stealthy Injection: Embeds malware into a PDF file without altering its appearance or functionality.
  • Preserves Original PDF: The injected PDF remains fully functional and visually identical to the original.
  • Payload Extraction: Generates a Python script (extract.py) to extract the embedded payload from the PDF file.
  • Cross-Platform: Works on Windows, Linux, and macOS.

INSTALLATION

 git clone https://github.com/0xbitx/DEDSEC_M2PDF.git
 cd DEDSEC_M2PDF
 chmod +x dedsec-m2pdf
 ./dedsec-m2pdf

 or 

 sudo apt install ./dedsec-m2pdf.deb
 dedsec-m2pdf

TESTED ON FOLLOWING

  • Kali Linux
  • Parrot OS
  • Ubuntu

Support

If you find my work helpful and want to support me, consider making a donation. Your contribution will help me continue working on open-source projects.

Bitcoin Address: 36ALguYpTgFF3RztL4h2uFb3cRMzQALAcm

DISCLAIMER

I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.

About

embed binary or ELF malware into PDF files without corrupting the original document.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors