Tib3rius / AutoRecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.
GNU General Public License v3.0
5.16k stars 878 forks source link

Nmap UDP scan #140

Closed A1vinSmith closed 2 years ago

A1vinSmith commented 2 years ago

I'm scanning the HackTheBox Pandora machine. It's an active one. autorecon didn't give the 162udp port out.

Does Autorecon not scan UDP ports by default? Or It scanned but missed it?

Tib3rius commented 2 years ago

@A1vinSmith did you run AutoRecon as root? Only the root user can use Nmap's UDP scanning ability so AutoRecon won't run it unless you're running as root. It is a default scan however.

A1vinSmith commented 2 years ago

Thank you. I thought I did the alias thing. It looks like I forgot to add the path to the /etc/sudoers securePath.