To create a network reconnaissance framework which can be used to gain information about networks and the services used by them.
There are gonna be different sections in the framework.
Discovery includes host discovery, reverse dns lookup
Scanning includes tcp/udp/syn scans
Enumeration includes Banner grabbing, service/version detection, http title and header extraction, TLS certificate details.
Analysis includes detecting common web technologies, flagging interesting ports, weak TLS configuration checks, basic CVE lookup from detected service versions.
Reporting will be done in different formats such as JSON, HTML, PDF.
These are the proposed features.
Disclaimer: This tool is being developed for educational purposes. Any damage caused by this tool is not gonna be our responsibility.