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.39k stars 820 forks source link

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

Closed KaiZenSec closed 1 year ago

KaiZenSec commented 1 year 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 1 year ago

Thanks, I will look into this.

leebaird commented 1 year 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.