Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orleven/BurpCollect
基于BurpCollector的二次开发, 记录Burpsuite Site Map记录的里的数据包中的目录路径参数名信息,并存入Sqlite,并可导出txt文件。
https://github.com/orleven/BurpCollect
Last synced: about 2 months ago
JSON representation
基于BurpCollector的二次开发, 记录Burpsuite Site Map记录的里的数据包中的目录路径参数名信息,并存入Sqlite,并可导出txt文件。
- Host: GitHub
- URL: https://github.com/orleven/BurpCollect
- Owner: orleven
- Created: 2019-05-08T06:54:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T07:03:08.000Z (over 5 years ago)
- Last Synced: 2024-07-31T13:15:22.570Z (4 months ago)
- Language: Python
- Homepage:
- Size: 2.99 MB
- Stars: 24
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - orleven/BurpCollect - 基于BurpCollector的二次开发, 记录Burpsuite Site Map记录的里的数据包中的目录路径参数名信息,并存入Sqlite,并可导出txt文件。 (Python)
README
# BurpCollect
基于[BurpCollector](https://github.com/TEag1e/BurpCollector)的二次开发, 记录Burpsuite Site Map记录的里的数据包中的目录路径参数名信息,并存入Sqlite,并可导出txt文件。
# Detail
在原功能的基础上进行如下修改,其他内容见原项目[BurpCollector](https://github.com/TEag1e/BurpCollector):
1. 将Site map内容直接存入Sqlite数据库。
2. 删除原sql语句中的count字段,采用group by 进行统计。
3. 增加部分按钮(导出所有数据,导出当前Host的对应数据,导出当前根域名的对应数据),便于导出数据到txt,见下图:
![img](img/img.png)# Thanks
* [BurpCollector](https://github.com/TEag1e/BurpCollector)