Skip to content

Instantly share code, notes, and snippets.

@timb-machine
Created September 4, 2017 03:53
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 timb-machine/594ad092c679f0b30a3590f3cda08c1a to your computer and use it in GitHub Desktop.
Save timb-machine/594ad092c679f0b30a3590f3cda08c1a to your computer and use it in GitHub Desktop.
FreeBSD infoleak
FreeBSD 9.2-RC1:
$ nc -n -vv -l -p 9090 | hexdump -C
listening on [any] 9090 ...
connect to [192.168.x.y] from (UNKNOWN) [192.168.124.194] 52680
00000000 68 65 6c 6c 6f 0a 00 00 00 00 00 00 00 00 00 00 |hello...........|
sent 0, rcvd 30
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |..............|
0000001e
FreeBSD 9.0-RELEASE:
$ nc -n -vv -l -p 9090 | hexdump -C
listening on [any] 9090 ...
connect to [192.168.x.y] from (UNKNOWN) [192.168.124.180] 35852
sent 0, rcvd 6
00000000 68 65 6c 6c 6f 0a |hello.|
00000006
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment