January 2019
Intermediate to advanced
548 pages
12h 7m
English
The Data Exfiltration Toolkit (DET) is one of the easiest tools to use on the market. It was created by Sensepost (https://sensepost.com/) to test Data Leakage Prevention (DLP) solutions for data exfiltration. The toolkit can be utilized by attackers in a real environment to exfiltrate data using ICMP , social media platforms such as Twitter, or through emails via Gmail.
The DET can be downloaded from GitHub by running the following command:
git clone https://github.com/sensepost/DET.gitcd DETpip install -r requirements.txtpython det.py
The most important feature is the configuration file, which is provided as config-sample.json; this can be replaced by config.json based on the attacker's motive and ...
Read now
Unlock full access