Sudomy is currently extended with the following tools. Instructions on how to install & use the application are linked below.
# Clone this repositorygit clone --recursive https://github.com/screetsec/Sudomy.git
$ pip install -r requirements.txt
Sudomy requires jq to run and parse. Information on how to download and install jq can be accessed here
# Linuxapt-get updateapt-get install jq nmap phantomjs golang npmnpm i -g wappalyzer
# Macbrew cask install phantomjsbrew install jq nmap go npmnpm i -g wappalyzer
If you already have a Go environment, then follow this instruction:
Add the following lines to ~/.bashrc (Of your user)
nano ~/.bashrcexport GOPATH=$HOME/goexport PATH=$PATH:$GOROOT/bin:$GOPATH/binsource ~/.bashrc
Then Install the dependencies
go get -u github.com/tomnomnom/httprobego get -u github.com/OJ/gobuster
API Key is needed before querying on third-party sites, such as Shodan, Censys, SecurityTrails, Virustotal,
and BinaryEdge
.
The API key setting can be done in sudomy.api file.
# Shodan# URL : http://developer.shodan.io# Example :# - SHODAN_API="VGhpc1M0bXBsZWwKVGhmcGxlbAo"SHODAN_API=""# Censys# URL : https://censys.io/registerCENSYS_API=""CENSYS_SECRET=""# Virustotal# URL : https://www.virustotal.com/gui/VIRUSTOTAL=""# Binaryedge# URL : https://app.binaryedge.io/loginBINARYEDGE=""# SecurityTrails# URL : https://securitytrails.com/SECURITY_TRAILS=""
sudomy -d hackerone.com