项目作者: pankowskimarek

项目描述 :
Application for sending files hidden in FTP traffic between two machines.
高级语言: Python
项目地址: git://github.com/pankowskimarek/ftp-stegano-app.git
创建时间: 2019-04-06T11:49:41Z
项目社区:https://github.com/pankowskimarek/ftp-stegano-app

开源协议:

下载


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.