Posts

Showing posts with the label Network Reconnaissance & Vulnerability Assessment Tool: ReconScan

Network Reconnaissance & Vulnerability Assessment Tool: ReconScan

Image
Network Reconnaissance & Vulnerability Assessment Tool      The project currently consists of two major components: a script invoking and aggregating the results of existing tools, and a second script for automated analysis of the aforementioned results from the perspective of exploitability. In terms of real-world pentesting, these scripts are not meant to replace commercial tools such as Nessus or Nexpose, but they can complement it nicely for finding the latest vulnerabilities and their PoC exploits. Network reconnaissance     The recon.py script runs various open-source tools in order to enumerate the services on a host. Best run under Kali Linux or similar pentesting-oriented distribution with these tools preinstalled and preconfigured. The flow followed by the script is as follows: Scan all TCP/UDP ports with nmap, service detection, minimal amount of scripts: If there are unidentified services, try amap. For identified software, run vulnerability anal...