Skip to content

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

Notifications You must be signed in to change notification settings

quitehacker/Web-Enumeration-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0545a4d · Mar 31, 2022

History

9 Commits
Mar 31, 2022
Mar 31, 2022

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@latest sudo cp /home/kali/go/bin/waybackurls /usr/bin

  • GoWitness Installation go install github.com/sensepost/gowitness@latest sudo 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages