GNU/Linux Desktop Survival Guide by Graham Williams |
|||||
Identifying Your System? |
Note that, for example, a HTTP server on port 80 identifying itself
as:
$ httptype togaware.com Apache/1.3.29 (Debian GNU/Linux) PHP/4.3.3 |
$ telnet togaware.com 22 Trying 150.229.8.170... Connected to togaware.com. Escape character is '^]'. SSH-1.99-OpenSSH_3.6.1p2 Debian 1:3.6.1p2-10 |
Indeed, software should advertise its version number to aid debugging in all kinds of circumstances. If there's a security flaw then the flaw should be fixed instead of trying to hide it.