Here are
22 public repositories
matching this topic...
-
Updated
Jul 2, 2020
-
Python
Potentially dangerous files
Some files for bruteforcing certain things.
A Go implementation of dirsearch.
-
Updated
Nov 25, 2018
-
Rust
🌱 combinatoric pathname wordlist expansion--it's like Miracle-Gro(tm) for your dirbusting technique!
-
Updated
Apr 28, 2020
-
Scheme
Web directories and files and routes scanner
-
Updated
Sep 14, 2018
-
Python
A multi threaded Python script designed to brute force directories and files names on webservers.
-
Updated
Jan 17, 2020
-
Python
Automated tool for discovering hidden files and directories hosted on HTTP servers
Pathname generator for directory brute-forcing web apps
-
Updated
May 16, 2019
-
Python
📦 general-purpose, "black box" CGI auditing tool (ARCHIVE)
Web application directory enumerator. Pure python3 with AsyncIO for speed. Dirbuster for the Python async elite.
-
Updated
Jan 13, 2019
-
Python
Enumerates pages on a web server that implements wildcard responses.
-
Updated
Sep 4, 2018
-
Shell
Recon-Automation for Web Penetration Testing.
-
Updated
Jul 7, 2018
-
Python
A simple Python script that tries to do something like DIRB or DirBuster
-
Updated
May 5, 2020
-
Python
Web directory brute forcer that can filter by response size
-
Updated
Mar 23, 2020
-
Python
Webfuzzer firefox add-on with small list for CTF
-
Updated
Sep 10, 2019
-
HTML
Improve this page
Add a description, image, and links to the
dirbuster
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dirbuster
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
It would be interesting for the plugin to automatically add discovered files/folders to the Burpsuite Sitemap.
From what I'm reading in the Burpsuite API, it should be possible via the
addToSiteMap()function.