You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/20.md
+35-13Lines changed: 35 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,19 +69,41 @@ Once you're happy with a script, and want to have it easily available, you'll pr
69
69
70
70
You can expand this script so that it requires a parameter and prints out some syntax help when you don't give one. There are a few new tricks in this, so it's worth studying:
71
71
72
-
#
73
-
## topattack - list the most persistent attackers
74
-
#
75
-
if [ -z "$1" ]; then
76
-
echo -e "\nUsage: `basename $0` <num> - Lists the top <num> attackers by IP"
0 commit comments