Last active
August 6, 2017 03:43
-
-
Save YourFriendCaspian/b6a418b1bd88a5f66f27017e22c8f9f0 to your computer and use it in GitHub Desktop.
DDOS Monitoring Command
This file contains hidden or 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
| [[snippets]] | |
| description = "DDOS Monitoring Command" | |
| command = "net -nap | grep \\:80\\ | awk '{print $5}' | tr \":\" \" \" | awk '{print $1}' | sort | uniq -c | sort -n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment