Skip to content

stremovsky/urlbuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlbuster

Basic web security scanner. This tool is an analog of dirbuster written in go.

Project features

  • Scans remote host for known files taken from the signatures.txt file
  • Use heuristics to scan for sensitive files

Build

./build.sh

Adding new signatures to signatures.txt

After making changes to signatures.txt file make sure it is sorted and duplicates removed.

sort -u -o signatures.txt signatures.txt

About

Basic web security scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published