Skip to content

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.

Notifications You must be signed in to change notification settings

Static-Flow/DirectoryImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages