Skip to content

Instantly share code, notes, and snippets.

@YourFriendCaspian
Last active August 6, 2017 03:43
Show Gist options
  • Select an option

  • Save YourFriendCaspian/b6a418b1bd88a5f66f27017e22c8f9f0 to your computer and use it in GitHub Desktop.

Select an option

Save YourFriendCaspian/b6a418b1bd88a5f66f27017e22c8f9f0 to your computer and use it in GitHub Desktop.
DDOS Monitoring Command
[[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