Skip to content

SixGenInc/break-free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Break Free - Network Exfiltration Tester

Escaping Restricted Environments and Bypassing DLP

Break Free running in an unrestricted environment Break Free running in an unrestricted environment

The Break Free help menu

Break Free is a network exfiltration tester to help red teams escape restricted environments and bypass data loss prevention (DLP) and help blue teams test their networks for potential exfiltration routes. Much of the code is from the Pupy project, which has been modified to perform as a stand alone tool. Binaries and hashes for Windows, Linux, and macOS are provided in the binaries directory, or can be created by running pyinstaller --onefile break_free.py.

Break Free tests for the following

  • Exfiltration techniques:
    • IGD
    • DNS
    • Direct DNS Lookups (i.e. to a controlled DNS server)
    • HTTP
    • HTTPS
    • HTTPS Without Certificate Verification
    • STUN
    • 8 pastebin style sites
    • TCP to any port
  • Network information:
    • Proxy
    • Transparent Proxy
    • Hotspot
    • HTTPS MITM
    • NTP Offset

Releases

No releases published

Packages

No packages published

Languages