Skip to content

Instantly share code, notes, and snippets.

@MinaMikhailcom
Last active January 18, 2018 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MinaMikhailcom/16d1142fcf5c1e3747425f96a3691df7 to your computer and use it in GitHub Desktop.
Save MinaMikhailcom/16d1142fcf5c1e3747425f96a3691df7 to your computer and use it in GitHub Desktop.
Spoof FreeBSD passive fingerprint
#This will spoof FreeBSD fingerprint to be detected as Linux generic.
#Test with p0f or https://browserleaks.com/ip
net.inet.tcp.sack.enable=0 #Turns TCP Selective Acknowledgments (SACK) off
net.inet.tcp.rfc1323=0 #Turns TCP window scaling off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment