FINAL RECON

INSTALLATION

root@oco:~$ git clone https://github.com/thewhiteh4t/FinalRecon.git
root@oco:~$ cd FinalRecon
root@oco:~$ pip3 install -r requirements.txt
root@oco:~$ chmod +x ./finalrecon.py
root@oco:~$ ./finalrecon.py --help

GATHERING HEADER INFORMATION

root@oco:~$ ./finalrecon.py --headers --url {targetDomain}
 * the options/modes can be combined
    - i.e., --header --whois

PERFORMING WHOIS LOOKUP

root@oco:~$ ./finalrecon.py --whois --url {targetDomain}

Last updated