GO HIDDEN BUSTER
GOHiddenBuster is a tool used to brute-force URIs (directories and files) in web sites.
OS X & Linux:
git clone https://github.com/nitishsai9/GoHiddenBuster.git
cd GoHiddenBuster
(Edit the Url and file Path in GoBuster.go)
go build GoBuster.go
Windows:
git clone https://github.com/nitishsai9/GoHiddenBuster.git
cd GoHiddenBuster
(Edit the Url and file Path in GoBuster.go)
go build GoBuster.go
NitishSaikommaraju β @Nitishsaik β kommaraju.nitish.9@gmail.com
- Add Better Exception Handling
- Use Go concurrency
- Fork it (https://github.com/nitishsai9/GoHiddenBuster.git)
- Create your feature branch (
git checkout -b "branchname"
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin
) - Create a new Pull Request