Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Nov 19, 2023
1 parent 0954c9b commit 9fdbee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


# Bruter
Bruter is a simple app that was built as an experiment while learning Go. It is indeed very much inspired by [https://github.com/evilsocket/xray]git (but hey not copied ;)). The tooling can be used to test webservers and validate webservers configurations, but not just!
Bruter is a simple app that was built as an experiment while learning Go. It is indeed very much inspired by [Xray](https://github.com/evilsocket/xray) git (but hey not copied ;)). The tooling can be used to test webservers and validate webservers configurations, but not just!

What does it do?
- It grabs HostInfo data from Shodan APIs, so you will need a Token to try this out
Expand Down Expand Up @@ -116,4 +116,4 @@ go build -o build/bruter cmd/bruter/*.go
Bruter is developed by Alessandro Bresciani with some help from various projects and released with GPL license.

# Acknowledgments
DB file [https://github.com/CyberRoute/bruter/blob/main/db/dict.txt] has been borrowed from [https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt]
[DB file](https://github.com/CyberRoute/bruter/blob/main/db/dict.txt) has been borrowed from [dirsearch](https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt)

0 comments on commit 9fdbee0

Please sign in to comment.