Last active
February 23, 2024 11:57
-
-
Save squarefrog/75295c2d4314afd1f658 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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