All Projects → QdghJ → burp_data_collector

QdghJ / burp_data_collector

Licence: Apache-2.0 License
A Burp plugin that collects Burp request parameters, directories, paths and file names into the database for sorting

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to burp data collector

TurboDataMiner
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…
Stars: ✭ 46 (-20.69%)
Mutual labels:  burpsuite, burpsuite-extender
burp-piper
Piper Burp Suite Extender plugin
Stars: ✭ 85 (+46.55%)
Mutual labels:  burpsuite-extender
BurpSQLTruncSanner
Messy BurpSuite plugin for SQL Truncation vulnerabilities.
Stars: ✭ 53 (-8.62%)
Mutual labels:  burpsuite-extender
burp-cookie-porter
一个可快速“搬运”cookie的Burp Suite插件
Stars: ✭ 22 (-62.07%)
Mutual labels:  burpsuite-extender
burp-copy-as-ffuf
Burp Extension that copies a request and builds a FFUF skeleton
Stars: ✭ 77 (+32.76%)
Mutual labels:  burpsuite
Gurp
Burp Commander written in Go
Stars: ✭ 56 (-3.45%)
Mutual labels:  burpsuite
BypassSuper
Bypass 403 or 401 or 404
Stars: ✭ 81 (+39.66%)
Mutual labels:  burpsuite
auth analyzer
Burp Extension for testing authorization issues. Automated request repeating and parameter value extraction on the fly.
Stars: ✭ 77 (+32.76%)
Mutual labels:  burpsuite
VulnerableApp
OWASP VulnerableApp Project: For Security Enthusiasts by Security Enthusiasts.
Stars: ✭ 109 (+87.93%)
Mutual labels:  burpsuite
googleauthenticator
Burp Suite plugin that dynamically generates Google 2FA codes for use in session handling rules (approved by PortSwigger for inclusion in their official BApp Store).
Stars: ✭ 18 (-68.97%)
Mutual labels:  burpsuite
Burp-AppSecFlow
The extension of Burp Suite for Conviso Platform aims to serve as an integration between them, making the life of an analyst easier, because he can now send vulnerabilities directly from Burp to the platform.
Stars: ✭ 36 (-37.93%)
Mutual labels:  burpsuite
burp-flow
Extension providing view with filtering capabilities for both complete and incomplete requests from all burp tools.
Stars: ✭ 45 (-22.41%)
Mutual labels:  burpsuite
SQLi-Query-Tampering
SQLi Query Tampering extends and adds custom Payload Generator/Processor in Burp Suite's Intruder. This extension gives you the flexibility of manual testing with many powerful evasion techniques.
Stars: ✭ 123 (+112.07%)
Mutual labels:  burpsuite
flarequench
Burp Suite plugin that adds additional checks to the passive scanner to reveal the origin IP(s) of Cloudflare-protected web applications.
Stars: ✭ 44 (-24.14%)
Mutual labels:  burpsuite
CaA
CaA - BurpSuite Collector and Analyzer
Stars: ✭ 292 (+403.45%)
Mutual labels:  burpsuite
burp-suite-utils
Utilities for creating Burp Suite Extensions.
Stars: ✭ 19 (-67.24%)
Mutual labels:  burpsuite
eslinter
Manual JavaScript Linting is a Bug
Stars: ✭ 47 (-18.97%)
Mutual labels:  burpsuite
Burp-Suite
|| Activate Burp Suite Pro with Loader and Key-Generator ||
Stars: ✭ 94 (+62.07%)
Mutual labels:  burpsuite
DetectCrossOriginMessaging
This Burp extension helps you to find usages of postMessage and recvMessage
Stars: ✭ 12 (-79.31%)
Mutual labels:  burpsuite
BurpLoaderKeygen
Burp Suite Pro Loader & Keygen ( All version supported )
Stars: ✭ 750 (+1193.1%)
Mutual labels:  burpsuite

BurpSuite Data Collector

Engish README

简介

BurpSuite 数据收集插件,可以收集请求历史中的参数名、目录、路径、子域名和文件名。 将这些数据保存在 MySQL 数据库中。导出时按出现的次数进行排序,生成排序好的字典。 出现次数多的排在前面。

功能

  • 每十分钟自动导出一次数据到数据库,支持手动导出。
  • 一键导出数据库中的字典到txt文件、csv文件。txt文件用于字典,csv文件用于导入,可导入其它人的csv文件来丰富字典。

使用

usage

设置好数据库主机地址、端口、账号和密码。点击 connection test 来测试是否可以连接成功。

export data to database 可以手动导出数据到数据库。通常不用点,因为每十分钟会自动导出一次数据。

点击 save config 可以手动保存数据库连接信息,通常不用点,因为关闭时会自动保存连接信息。

点击 export data to files 可以导出数据库中的数据到 txt 文件和 csv 文件,数据已经按照出现次数进行排序。txt文件用于目录或者参数 fuzz,csv 文件用于共享和备份数据。

可以设置导出字典的最小count值。

点击 import dict from files 可以选择之前导出的 csv 文件导入到数据库。

usage

usage

合并字典

在 dicts 目录上有一些导出的字典,如果想分享自己的字典,请先使用插件把csv文件导入到自己的数据库,然后再导出csv文件,插件会自动合并导入的字典和数据库中的字典,然后在 github 提交一个pull request 来更新字典。

我的安全专家之路 从头开发一个BurpSuite数据收集插件 csdn

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].