Skip to content

Instantly share code, notes, and snippets.

@djeraseit
Forked from squarefrog/tcpdump-tomato.sh
Last active September 16, 2021 02:43
Show Gist options
  • Save djeraseit/7b95186c17f66d2bdf0185a4df22d4fb to your computer and use it in GitHub Desktop.
Save djeraseit/7b95186c17f66d2bdf0185a4df22d4fb to your computer and use it in GitHub Desktop.
#!/bin/bash
# Install tcpdump on a Tomato firmware router
cd /tmp && wget -O /tmp/tcpdump.zip https://www.dslreports.com/r0/download/1376456~0df06f4164393e0fdd2aa2eede183328/tcpdump.zip && unzip tcpdump.zip && chmod +x tcpdump && rm tcpdump.zip
@djeraseit
Copy link
Author

updated to specify output filename with wget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment