8000 GitHub - kodi/docker-gobuster
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kodi/docker-gobuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Run:

docker run --rm -it -t kodisha/gobuster \
-u https://site.com \
-k -w /data/wordlists/common.txt 

Search for extensions

docker run --rm -it -t kodisha/gobuster \
-u https://site.com \
-k -w /data/wordlists/common.txt \
-x php,txt,html,xml 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0