> For the complete documentation index, see [llms.txt](https://baric6.gitbook.io/barics-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://baric6.gitbook.io/barics-knowledge-base/security-programs/osint/bruter-ip-locate.md).

# Bruter IP locate

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> (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
* It collects banners for various services FTP, SSH, MYSQL, IRC, SMTP
* It collects HTTP headers
* It brute force directories on WebServers and reports results (200, 403)
* It produces a Web UI for presentation&#x20;

<figure><img src="/files/RwmhuO40DarI6UXrq8st" alt=""><figcaption></figcaption></figure>

Download

{% embed url="<https://github.com/CyberRoute/bruter>" %}
