Skip to content

Instantly share code, notes, and snippets.

@omarkurt
Last active February 2, 2019 21:45
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 omarkurt/99463071fb281036ac152afbb4ac33e2 to your computer and use it in GitHub Desktop.
Save omarkurt/99463071fb281036ac152afbb4ac33e2 to your computer and use it in GitHub Desktop.
tshark simple fresh logged - GET - out json
sudo tshark -Y 'http.request.method == "GET"' -T fields -e http.request.method -e http.request.uri -e ip.dst -T json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment