Skip to content

Instantly share code, notes, and snippets.

@rnagarajanmca
Created August 30, 2019 16:23
Show Gist options
  • Save rnagarajanmca/f552a1f31f8481fde9f487eebf18a97c to your computer and use it in GitHub Desktop.
Save rnagarajanmca/f552a1f31f8481fde9f487eebf18a97c to your computer and use it in GitHub Desktop.
Frequently used netwro

Netcat : To Listen packet recieved in specific port Sample usecases

:\> nc -v -l 8089 ## Listen to the port 8089
:\> nc -v 127.0.0.1 8089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment