dancezarp / TBDEx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# TBDEx Time Based Data Exfiltration Tool

usage: timebased.py [-h] [-url URL] [-post POST] [-threads THREADS]
                    [-cookie COOKIE FILE] [-file HEADER FILE] [-retry RETRY]
                    [-timeout TIMEOUT] [-time AVGTIME] [-os OS]
                    [-payload limit LIMIT] [-force write] [-tmp]

Time Based Data Exfiltration Tool

optional arguments:
  -h, --help            show this help message and exit
  -url URL              URL
  -post POST            POST
  -threads THREADS      Threads
  -cookie COOKIE FILE   Cookie File
  -file HEADER FILE     Burp request file
  -retry RETRY          Retry request N times in case of network errors
  -timeout TIMEOUT      General timeout request
  -time AVGTIME         Added timeout to request
  -os OS                OS type (U unix/linux , W windows)
  -payload limit LIMIT  If there is any command length limitation
  -force write          Force writing auxiliary files
  -tmp                  Writing auxiliary files in tmp folder

For this to work pycurl must be installed:
pip install pycurl
or
apt-get install pycurl
or
apt-get install python-pycurl

About

License:GNU General Public License v3.0


Languages

Language:Python 95.5%Language:PowerShell 2.9%Language:Batchfile 1.6%