Hey everyone,

I am running Debian with apache.

I have a perl cgi script that needs to run an nmap scan of a local network looking for port UDP 161 (SNMP enabled devices)

Unfortunately apache doesn't have root priv's, so it can't run the nmap scan.

Does anyone know how to fix this? It's part of a big project where we make an SNMP NMS in Perl. The interface has to be a website. Everything was going good until now

Thanks!

Dave