Amass - a subdomain enumeration tool/subdomain finder tool

To install Amass from GitHub, you can follow these steps:

1. Clone the repository:
   git clone https://github.com/OWASP/Amass.git

2. Change directory into the Amass folder
   cd Amass

3. Build the project using the `go` command:
   go install ./

4. After installation, you can run Amass commands from the command line.

go install -v github.com/owasp-amass/amass/v4/...@master



Make sure you have Go installed on your system before proceeding.
$amass enum -d google.com


Httprobe - to find the live subdomain who is currently live.

$cat subdomain.txt | httprobe
And here is the list😂
#sudomainfinder #subdomainenumeration #informationgathering

Comments

Popular posts from this blog

Linux Commands part - 2