As it is described in its website:
FinalRecon is an automatic web reconnaissance tool written in python. Goal of FinalRecon is to provide an overview of the target in a short amount of time while maintaining the accuracy of results. Instead of executing several tools one after another it can provide similar results keeping dependencies small and simple.
https://github.com/cbk914/finalrecon
Installation
$ sudo apt install finalrecon
Usage
$ finalrecon.py <arguments> url
Examples
Check headers
$ finalrecon.py --headers <url>
Check whois Information
$ finalrecon.py --whois <url>
Crawl Target
$ finalrecon.py --crawl
Directory Searching
$ finalrecon.py --dir <url> -e txt,php -w /path/to/wordlist
Subdomain Enumeration
$ finalrecon.py --sub <url>
DNS Enumeration
$ finalrecon.py --dns <url>
Full scan
$ finalrecon.py --full <url>