This Script contains tools like assetfinder, amass, httprobe, subjack, nmap, waybackurls and gowitness.
Before Running The Script
chmod +x webenumscript.sh
- Syntax:
./webenumscript.sh [domain] - For Example:
./webenumscript.sh quitehacker.com
AssetFinder Installation
sudo apt install assetfinderAmass Installation
sudo apt install amassHTTProbe Installation
sudo apt install httprobeSubJack Installation
sudo apt install subjackNmap Installation
sudo apt install nmapGo Programming Language (golang) Installation
sudo apt install golang-go
Edit the Profile
mousepad ~/.profile
Add These Two lines into the end of the profile file
export GOPATH="$HOME/go"
PATH="$GOPATH/bin:$PATH"
Check if it got added into the path
echo $PATH
WayBackURLs Installation
go install github.com/tomnomnom/waybackurls@latestsudo cp /home/kali/go/bin/waybackurls /usr/binGoWitness Installation
go install github.com/sensepost/gowitness@latestsudo cp /home/kali/go/bin/gowitness /usr/bin