Saturday, June 17, 2017

PyExfil – Python Data Exfiltration Tools

7:51 AM Leave a Reply
PyExfil – Python Data Exfiltration Tools
PyExfil started as a Proof of Concept (PoC) and has ended up turning into a Python Data Exfiltration toolkit, which can execute various techniques based around commonly allowed protocols (HTTP, ICMP, DNS etc).
PyExfil - Python Data Exfiltration Tools
The package is very early stage (alpha release) so is not fully tested, any feedback and commits are welcomed by the author.

Features

Currently PyExfil supports:
  • DNS query
  • HTTP Cookie
  • ICMP (8)
  • NTP requests
  • BGP Open
  • POP3 Authentication (as password)
  • FTP MKDIR technique

Usage

HTTP Exfilatration Server

HTTP Exfiltration Client


ICMP Server

ICMP Exfiltrator

You can download PyExfil here: