leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.45k stars 826 forks source link

Scripts don't run - returns to menu screen #193

Closed KaiZenSec closed 2 years ago

KaiZenSec commented 2 years ago

When attempting to run a list scan or CIDR scan after the port scan is completed, the script returns to the main menu screen. The nmap scripts and MSF aux modules do not run.

Python 3.10.5 Kali Rolling 2022.3 Virtualbox 6.1.36 (Windows)

leebaird commented 2 years ago

Thanks, I will look into this.

leebaird commented 2 years ago

Works for me. You need to realize that the NSE and MSF aux modules only run when there are matching open ports. The initial scan may not have found any open port.