Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hyokosdeveloper/7d5522ca704a7edc063fcf49df69c711 to your computer and use it in GitHub Desktop.
Save hyokosdeveloper/7d5522ca704a7edc063fcf49df69c711 to your computer and use it in GitHub Desktop.
Linux command to sniff a port in console
#sudo apt-get install tcpflow
sudo tcpflow -i any -C -e port <port>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment