Skip to content

Instantly share code, notes, and snippets.

@squarefrog
Last active February 23, 2024 11:57
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save squarefrog/75295c2d4314afd1f658 to your computer and use it in GitHub Desktop.
Save squarefrog/75295c2d4314afd1f658 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Install tcpdump on a Tomato firmware router
cd /tmp && wget http://www.dslreports.com/r0/download/1376456~0df06f4164393e0fdd2aa2eede183328/tcpdump.zip && unzip tcpdump.zip && chmod +x tcpdump && rm tcpdump.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment