[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] How to create bogus bannerring for ftp, http and sendmail



> > Just wondering if anyone could give me a tip on how to prevent
> scanning
> > software as Nessus to get to see the real version of my servers I
> have
> > running (ftp, www, sendmail).
> >
For FTP:
Enter the following line at the end of /etc/proftpd.conf
ServerIdent off

For DNS:
/etc/named.conf
options {
           directory "/etc/named";
           allow-transfer { 1.2.3.4; 1.2.3.5; };
           version "NS1 Server";
        };
version "NS1 Server";
Place what ever you like in the "".

FOR sendmail:
http://nodevice.com/sections/Docs/LAME/linux-admin-made-easy/x2266.html
Haven't tried this yet.

Gerald