ReconScan icon indicating copy to clipboard operation
ReconScan copied to clipboard

Network reconnaissance and vulnerability assessment tools.

Results 11 ReconScan issues
Sort by recently updated
recently updated
newest added

$ ./vulnscan.py -u [-] Not downloading CPE dictionary: file is less than 24 hours old. [-] Not downloading CPE aliases: file is less than 24 hours old. [*] Downloading CVE...

root@kali:~/Desktop/weapons/ReconScan# ./vulnscan.py 'Apache 2.2.8' Traceback (most recent call last): File "./vulnscan.py", line 24, in from libnmap.parser import NmapParser ModuleNotFoundError: No module named 'libnmap'

While using the "vulnscan.py", I am facing the following error: ![issue_vulnsdb](https://user-images.githubusercontent.com/15172337/35043295-12928106-fbb2-11e7-8f31-cf329c95f8e2.jpg) I have already updated all the databases with following command: #./vulnscan -u (To download all the dependencies) Tell me,...

Your tool/software has been inventoried on [*Rawsec's CyberSecurity Inventory*](https://inventory.rawsec.ml/): ReconScan: https://inventory.rawsec.ml/tools.html#ReconScan ### What is Rawsec's CyberSecurity Inventory? An inventory of tools and resources about CyberSecurity. This inventory aims to help...

What libraries this project needs? Please create a section with this information, I couldn't use it because of this error: `perl recon.py --help Traceback (most recent call last): File "recon.py",...

@RoliSoft , I could use your help figuring this out. It only occurs with arm64, not amd64. ### Commands: Installed some dependencies: $ apt-get install python3-libnmap python3-colorama python3-lxml Cloned ReconScan:...

When scanning a host that runs Apache 2.4.18 on both 80 (for http) and 443 (for https), the scheme doesn't appear to change to https, causing the ssl enum scans...

└─# python vulnscan.py --update [*] Using ExploitDB links from CVE references. [*] Using SecurityFocus links from CVE references. [*] Extracted **0** vulnerabilites. └─# ./vulnscan.py -u 'Apache 2.2.12' **[!] Failed to...