Skip to content

Instantly share code, notes, and snippets.

@tgrabiec
Created February 28, 2019 13:14
Show Gist options
  • Save tgrabiec/1aacfa001b0acf75651005b67d4bdbdf to your computer and use it in GitHub Desktop.
Save tgrabiec/1aacfa001b0acf75651005b67d4bdbdf to your computer and use it in GitHub Desktop.
Interceptor (no root):
nc -kvvvl 3333 -c 'nc localhost 9042 | tee $(mktemp)'
ls -lt /tmp | head
hexdump -C /tmp/...
Tshark:
sudo tshark -i lo -O cql -x port 9042
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment