Skip to content

quitehacker/Web-Enumeration-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy