Formatting code for SecurityFingerprint


show source only

{{parent page="Security"}}

==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"
%%
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki