Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Web Enumeration Script

This Script contains tools like assetfinder, amass, httprobe, subjack, nmap, waybackurls and gowitness.

To Run the Script

Before Running The Script chmod +x webenumscript.sh

  • Syntax: ./webenumscript.sh [domain]
  • For Example: ./webenumscript.sh quitehacker.com

Installation of Tools used in this Script

  • AssetFinder Installation sudo apt install assetfinder

  • Amass Installation sudo apt install amass

  • HTTProbe Installation sudo apt install httprobe

  • SubJack Installation sudo apt install subjack

  • Nmap Installation sudo apt install nmap

  • Go 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/bin

  • GoWitness Installation go install github.com/sensepost/gowitness@latestsudo cp /home/kali/go/bin/gowitness /usr/bin

About

This Script contains tools like assetfinder, amass, httprobe, subjack, nmap, waybackurls and gowitness

Topics

Resources

Stars

14 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages