Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 531 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 531 Bytes

FTP Steganography Malware

Application written in Python for sending files hidden in FTP traffic between two machines. FTP server is "infected" with malware.py script which insert chunks of desirable file into FTP traffic. Attacker's machine is accepting incoming traffic with FTP client together with listener.py script which analyse incoming packets, finding those with hidden chunks and put them together into ready-to-read file.

In pip_requirements.txt there is list of python packages for both scripts to working properly.