HomePage » Security » SecurityFingerprint


OS Fingerprinting
To perform finger-print, one can use nmap
nmap -O 1.2.3.4


Preventing OS fingerprint on FreeBSD
Add the following to rc.conf and reboot.
# OS fingerprinting
tcp_drop_synfin="YES"
tcp_drop_redirect="YES"

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki