Skip to content

Instantly share code, notes, and snippets.

@VMuliadi
Last active April 19, 2017 03:28
Show Gist options
  • Save VMuliadi/0ca2fb9073ae3bca321c1dde35adf77a to your computer and use it in GitHub Desktop.
Save VMuliadi/0ca2fb9073ae3bca321c1dde35adf77a to your computer and use it in GitHub Desktop.
Network analyzer to capture username and password for internet login in Sanata Dharma University
sudo tcpdump -i any -w "tcpdump_$(date '+%d%m%Y').pcapng" -c 100 2> /dev/null # command
@reboot tcpdump -i any -w "tcpdump_$(date '+%d%m%Y').pcapng" -c 100 2> /dev/null # crontab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment