This is a recon tool which allows you to discover the subdomains used by a target web application on both client and server side. Afterwards, it runs dirsearch on the resulted text file. It can also scan for open ports using NMAP and finds hidden parameters on every live Host.
For installation steps Please refer to this link.
Usage: ./EchoPwn.sh [options] -d domain.com
Options:
-h Display this help message.
-k Run Knockpy on the domain.
-n Run Nmap on all subdomains found.
-a Run Arjun on all subdomains found.
-p Run Photon crawler on all subdomains found.
-b Run Custom Bruteforcer to find subdoamins.
Target:
-d Specify the domain to scan.
Example:
./EchoPwn.sh -d hackerone.com
Output will be saved in EchoPwn/domain.com/ directory
install.sh
makes environment to run EchoPwn.sh
EchoPwn.sh
creates a directory EchoPwn/domain_name
in current working directory.
-
Subdomain Enumeration
- Sublist3r
- crt.sh
- amass
- subfinder
- assetfinder
- aquatone-discover
- findomain
- github-subdomains
- custom bruteforcer with
subdomains.txt
as input file. - Optional: knockpy
-
Checking for live subdomains
- httprobe
-
Screenshots
- aquatone
-
Directory Bruteforce
- dirsearch
-
Optional
- -n [Nmap] Probe open ports to determine service/version info
- -a [Arjun] Scans for hidden parameters on live hosts
- -p [Proton] Crawls all live hosts [takes time and creates lots of files]
- -b [Custom Bruteforcer] Runs custom bruteforcer to find subdomains
- -k [KnockPy] Bruteforce subdomains [takes time and saves output in current working directory (in json format)]
-
Checking for subdomain takeover
- Subdomain-takeover
-
Slack Notification
- WebHook URL placed in
tokens.txt
will be used to notify the user once the script has finished running.
- WebHook URL placed in
Final list of subdomains will be present in EchoPwn/domain_name
directory.
Outputs corresponding to the tools will also be present in the same directory.
- go
- gem
Then run:
./install.sh
Some Tools require manual downloading of pre-built binaries (or build them yourself):
Download (or build) and place these binaries in the EchoPwn
directory.
Apart from the tokens required by individual tools, this script requires 4 additional values:
- FaceBook Token
- Github Token
- Spyse Token
- VirusTotal Token
- Slack WebHook URL
Place these values in tokens.txt
before running EchoPwn.sh
NOTE
-
If you face Import error (Queue) while running altdns, you have to manually change main.py file mentioned in the error. Do the following change Before:
Import Queue from Queue as Queue
After:Import queue from Queue as Queue
-
To set GOPATH, use the following command:
export $GOPATH=~/go/bin
Suggestions are welcomed. Mail us at: [email protected]
OWASP, ProjectDiscovery, Tom Hudson, Michael Henriksen, Gwendal Le Coguic, Eduard Tolosa, B. Blechschmidt, ProjectAnte, Somdev Sangwan, Mauro Soria, Gianni Amato, Ahmed Aboul-Ela, 0x94