On Wed, Oct 26, 2005 at 03:01:29PM +0200, [EMAIL PROTECTED] wrote: > I found the file "services.txt" in /usr/local/var/nessus ( regular text > file), along with services.udp & services.tcp. > > These two files seems to be binary files. > > > Did not find anything under /usr/local/etc/nessus > But I found a /etc/nessus/nessus-services file on the Linux ( > nessus-installer ) > > > How can I customize these files in order to add for instance > > "special service 7950/tcp" > > in order to have this instead of "unknown ( 7950/tcp)" in the nessus > report ?
When nessusd starts, it compares the dates on nessus-services on one hand and the services.* files on the other. If the latter don't exist or are older, they're regenerated from the former. So, just add your customizations to nessus-services, restart nessusd, and verify that the timestamps on services.* have changed. Note: you'll need some way to add your customizations back if you ever update nessus-services, say by running the nessus-installer. George -- [EMAIL PROTECTED] - _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
