I've got some security through obscurity questions - not directly related to
PHP programming per se, but indirectly related, as most php programmers are
also server admins of their servers.
I want to restrict what my box reports back to the likes of scanners like
Nmap & Nessus.
I know how to get PHP to not report its version number, and the same with
Apache.
My question is
a) how to I prevent MySQL from reporting its version number?
b) My Apache now reports itself as just "Apache" - can I fake that, and just
get it to report as ,say, "MyWebServe r"
c) Is it possible to get MySQL to report back as say "Oracle"?
d) What about PHP - can I fake the reporting of it to say "Tomcat version 2"
or something?
PHP programming per se, but indirectly related, as most php programmers are
also server admins of their servers.
I want to restrict what my box reports back to the likes of scanners like
Nmap & Nessus.
I know how to get PHP to not report its version number, and the same with
Apache.
My question is
a) how to I prevent MySQL from reporting its version number?
b) My Apache now reports itself as just "Apache" - can I fake that, and just
get it to report as ,say, "MyWebServe r"
c) Is it possible to get MySQL to report back as say "Oracle"?
d) What about PHP - can I fake the reporting of it to say "Tomcat version 2"
or something?
Comment