Hello,
A good way to protect your server agains some people is hidding software versions.
-----------//---------------//------------
Apache Webserver
httpd.conf
<IfModule mod_security.c>
...
SecServerSignature "SP NAME"
...
</IfModule>
...
ServerSignature On
-----------//---------------//------------
Dovecot
dovecot.conf
login_greeting = SP NAME SERVER
-----------//---------------//------------
Proftpd
proftpd.conf
...
<Global>
...
ServerIdent On "SP NAME SERVER"
(or)
ServerIdent Off
...
</Global>
-----------//---------------//------------
Bind
named.conf
...
options {
..
version "SP NAME";
}
...
-----------//---------------//------------
Exim
exim.conf
smtp_banner = SP NAME
...
-----------//---------------//------------
If you have any idea how to do this with other software please post it here.
Tks,
A good way to protect your server agains some people is hidding software versions.
-----------//---------------//------------
Apache Webserver
httpd.conf
<IfModule mod_security.c>
...
SecServerSignature "SP NAME"
...
</IfModule>
...
ServerSignature On
-----------//---------------//------------
Dovecot
dovecot.conf
login_greeting = SP NAME SERVER
-----------//---------------//------------
Proftpd
proftpd.conf
...
<Global>
...
ServerIdent On "SP NAME SERVER"
(or)
ServerIdent Off
...
</Global>
-----------//---------------//------------
Bind
named.conf
...
options {
..
version "SP NAME";
}
...
-----------//---------------//------------
Exim
exim.conf
smtp_banner = SP NAME
...
-----------//---------------//------------
If you have any idea how to do this with other software please post it here.
Tks,
Last edited: