Fastrecon is a simple bash script that do automation for the initial reconnaissance of the target .
To install Fastrecon, clone this repository. Fastrecon relies on a couple of tools to be installed so make sure you have them:
Please make sure that as most of these tools are written in Go ,that you have Go installed and configured properly, also make sure to add the path of those tools to your PATH env
- Enumerate all the existing domains with subfinder
- Separate live domains from all existing domains
- Fetching all the URLs/Links from the web archive
- Getting the Javascript files
- Remove useless URLs and sort the output
- Extract all Possible URL's Parameters & endpoint
▶ git clone https://github.com/iHassn/Fastrecon.git
▶ cd Fastrecon && chmod +x Fastrecon.sh
▶./Fastrecon.sh
is simple pretty easy ./Fastrecon.sh -d domain.com