Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Static-Flow/DirectoryImporter
This is a Burpsuite plugin built to enable you to import your directory bruteforcing results into burp for easy viewing later. This is an alternative to proxying bruteforcing tools through burp to catch the results.
https://github.com/Static-Flow/DirectoryImporter
Last synced: 2 months ago
JSON representation
This is a Burpsuite plugin built to enable you to import your directory bruteforcing results into burp for easy viewing later. This is an alternative to proxying bruteforcing tools through burp to catch the results.
- Host: GitHub
- URL: https://github.com/Static-Flow/DirectoryImporter
- Owner: Static-Flow
- Created: 2019-06-05T04:58:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T21:21:06.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T00:23:02.407Z (6 months ago)
- Language: Java
- Size: 143 KB
- Stars: 35
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - Directory Importer - This is a Burpsuite plugin for importing directory bruteforcing results into Burp for futher analysis. (Vulnerability Specific Extensions / Sensitive Data Exposure)
README
# DirectoryImporter
This is a Burpsuite plugin built to enable you to import your directory bruteforcing results into burp for easy viewing later. This is an alternative to proxying bruteforcing tools through burp to catch the results.It is modularized for easily adding parsing of different bruteforcing tools. An example for GoBuster and DirSearch are added to this repo.
It can also be found within the BApp store under Directory Importer!
# Module Creation
To create a new parser make a new class that extends BaseParser and implement the parseDirectory method which takes a line from the bruteforce tool output file and returns a URL for burpsuite to use.