Alle 16:06, gioved� 10 ottobre 2002, Fabiano Rodrigues ha scritto: > Please, I want to know how can I disability the port 3001 > (default), because u can change the others ports like in this > command: nessusd -D -p 1345 (e.g.), but the port 3001 is open as well
I'd doubt nessusd is actually listening to the port. find it out for yourself using the ``lsof'' command. if you're running some sort of linux, try lsof -lPi (as root -- grep LISTEN and/or 3001 if you wish) and you'll find out which process is actually listening to the port. -- o-------------------+ __ Luca Andreucci | ___ ____ ___/ /______ _ __ ___ _______ _ <[EMAIL PROTECTED]> | / _ `/ _ \/ _ / __/ -_) |/|/ // _ \/ __/ _ `/ Chief Exec Hacker | \_,_/_//_/\_,_/_/ \__/|__,__(_)___/_/ \_, / o-------------------+- http://andrew.org/andrew/gpg -------- /___/ - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
