Skip to content

Instantly share code, notes, and snippets.

@brunohulk
Created January 23, 2018 14:10
Show Gist options
  • Save brunohulk/a56d1a3b484f65e8922f1c87911a460e to your computer and use it in GitHub Desktop.
Save brunohulk/a56d1a3b484f65e8922f1c87911a460e to your computer and use it in GitHub Desktop.
Getting started TCP dump
2009 #tcpdump dst
2012 tcpdump dst 192.168.0.123
2013 tcpdump dst host 192.168.0.123
2014 tcpdump -nn dst host 192.168.0.123
2015 tcpdump -nn -X #N para de resolver ip NN IP e porta
2016 tcpdump -nn dst host 192.168.0.123
2017 tcpdump -nnvv dst host 192.168.0.123
2018 tcpdump -nnvvA port 5000 #VVV verbose
2019 tcpdump -nnvvA port 50000 #A ler o paylod do pacote
2020 tcpdump -nnvvA port 50000 > /tmp/teste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment