All Projects → chopicalqui → TurboDataMiner

chopicalqui / TurboDataMiner

Licence: GPL-3.0 license
The objective of this Burp Suite extension is the flexible and dynamic extraction, correlation, and structured presentation of information from the Burp Suite project as well as the flexible and dynamic on-the-fly modification of outgoing or incoming HTTP requests using Python scripts. Thus, Turbo Data Miner shall aid in gaining a better and fas…

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to TurboDataMiner

burp-suite-utils
Utilities for creating Burp Suite Extensions.
Stars: ✭ 19 (-58.7%)
Mutual labels:  burp, burp-plugin, burpsuite, burp-extensions, burp-api
burp-api-common
common methods that used by my burp extension projects
Stars: ✭ 29 (-36.96%)
Mutual labels:  burp, burp-plugin, burp-extensions, burp-api
burp-token-rewrite
Burp extension for automated handling of CSRF tokens
Stars: ✭ 15 (-67.39%)
Mutual labels:  burp, burp-plugin, burpsuite, burp-extensions
burp-flow
Extension providing view with filtering capabilities for both complete and incomplete requests from all burp tools.
Stars: ✭ 45 (-2.17%)
Mutual labels:  burp, burp-plugin, burpsuite, burp-extensions
burp-wildcard
Burp extension intended to compact Burp extension tabs by hijacking them to own tab.
Stars: ✭ 119 (+158.7%)
Mutual labels:  burp, burp-plugin, burpsuite, burp-extensions
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (+252.17%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
Headless Burp
Automate security tests using Burp Suite.
Stars: ✭ 192 (+317.39%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
burp-copy-as-ffuf
Burp Extension that copies a request and builds a FFUF skeleton
Stars: ✭ 77 (+67.39%)
Mutual labels:  burp, burpsuite, burp-extensions
Burp Suite Error Message Checks
Burp Suite extension to passively scan for applications revealing server error messages
Stars: ✭ 45 (-2.17%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
Knife
A burp extension that add some useful function to Context Menu 添加一些右键菜单让burp用起来更顺畅
Stars: ✭ 626 (+1260.87%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
Burp Suite Software Version Checks
Burp extension to passively scan for applications revealing software version numbers
Stars: ✭ 29 (-36.96%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
HopLa
HopLa Burp Suite Extender plugin - Adds autocompletion support and useful payloads in Burp Suite
Stars: ✭ 446 (+869.57%)
Mutual labels:  burp, burp-plugin, burp-extensions
Burp Molly Pack
Security checks pack for Burp Suite
Stars: ✭ 123 (+167.39%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
Swurg
Parse OpenAPI documents into Burp Suite for automating OpenAPI-based APIs security assessments (approved by PortSwigger for inclusion in their official BApp Store).
Stars: ✭ 94 (+104.35%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
Hackbar
HackBar plugin for Burpsuite
Stars: ✭ 917 (+1893.48%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
Cstc
CSTC is a Burp Suite extension that allows request/response modification using a GUI analogous to CyberChef
Stars: ✭ 91 (+97.83%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
burp-aem-scanner
Burp Scanner extension to fingerprint and actively scan instances of the Adobe Experience Manager CMS. It checks the website for common misconfigurations and security holes.
Stars: ✭ 60 (+30.43%)
Mutual labels:  burp, burp-plugin, burp-extensions
Aes Killer
Burp plugin to decrypt AES Encrypted traffic of mobile apps on the fly
Stars: ✭ 446 (+869.57%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
Recaptcha
reCAPTCHA = REcognize CAPTCHA: A Burp Suite Extender that recognize CAPTCHA and use for intruder payload 自动识别图形验证码并用于burp intruder爆破模块的插件
Stars: ✭ 596 (+1195.65%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions
Burpsuite Collections
BurpSuite收集:包括不限于 Burp 文章、破解版、插件(非BApp Store)、汉化等相关教程,欢迎添砖加瓦---burpsuite-pro burpsuite-extender burpsuite cracked-version hackbar hacktools fuzzing fuzz-testing burp-plugin burp-extensions bapp-store brute-force-attacks brute-force-passwords waf sqlmap jar
Stars: ✭ 1,081 (+2250%)
Mutual labels:  burp-plugin, burpsuite, burp-extensions

Turbo Data Miner

Turbo Data Miner is a Burp Suite Extension, which adds a new tab Turbo Miner to Burp Suite's UI as well as a new entry Turbo Data Miner to Burp Suite's Extensions context menu entry. In the new tab, you are able to write new or select existing Python scripts that are executed on each request/response item currently stored in the Proxy History, Side Map, or on each request/response item that is sent or received by Burp Suite.

The objective of these Python scripts is the flexible and dynamic extraction, correlation, and structured presentation of information from the Burp Suite state as well as the flexible and dynamic on-the-fly modification of outgoing or incoming HTTP requests. Thus, Turbo Data Miner shall aid in gaining a better and faster understanding of the data collected and processed by Burp Suite.

The following screenshot provides an example how Turbo Data Miner can be used to obtain a structured presentation of all cookies (and their attributes) that are stored in the current Burp Suite project. At the bottom, we select the corresponding Python script in the dropdown menu (see 1), which automatically loads the selected Python script into the IDE text area (see 2) and there, we can customize it, if needed. Alternatively, we can create our own script by clicking button New Script. The analysis is started by clicking button Start (see 3). Afterwards, Turbo Data Miner executes the compiled Python script on each Request/Response item. Thereby, the script extracts cookie information from each response (see source code in 2) and adds it to the table (see 4). Finally, in the table, we can sort per column to gain a better understanding of each cookie attribute or we can perform additional operations via the table's context menu (see 5).

Turbo Data Miner's Proxy History Analyzer

As we can see, with Python skills, an understanding of the Burp Suite Extender API as well as an understanding of Turbo Miner's API (see Turbo Data Miner tab About or directly the HTML page used by the About tab), we can extract and structure any information available in the current Burp Suite project.

Usage

Refer to Turbo Data Miner's Wiki.

Author

Lukas Reiter (@chopicalquy) - Turbo Data Miner

License

This project is licensed under the GPLv3 License - see the license file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].