File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,18 @@ def get_auth_successful(file):
51
51
print (Fore .YELLOW + "There are " + str (ln )+ " Unique IP addresses in " + auth_file + Style .RESET_ALL )
52
52
elif ln <= 100 :
53
53
print (Fore .RED + "There are " + str (ln )+ " Unique IP addresses in " + auth_file + Style .RESET_ALL )
54
- print ("Checking firewall and auth.log is recommanded " )
54
+ print ("Checking firewall and auth.log is recommended " )
55
55
else :
56
56
print (Fore .WHITE + Back .RED + "There are " + str (ln )+ " Unique IP addresses in " + auth_file + Style .RESET_ALL )
57
- print ("Checking firewall and auth.log is recommanded " )
57
+ print ("Checking firewall and auth.log is recommended " )
58
58
fail = get_auth_failures (auth_file )
59
59
if fail <= 5 :
60
60
print (Fore .GREEN + "There are " + str (fail )+ " Authentication failures reported " + auth_file + Style .RESET_ALL )
61
61
elif fail <= 10 :
62
62
print (Fore .YELLOW + "There are " + str (fail )+ " Authentication failures reported " + auth_file + Style .RESET_ALL )
63
63
elif fail <= 30 :
64
64
print (Fore .RED + "There are " + str (fail )+ " Authentication failures reported " + auth_file + Style .RESET_ALL )
65
- print ("Checking firewall and auth.log is recommanded " )
65
+ print ("Checking firewall and auth.log is recommended " )
66
66
else :
67
67
print (Fore .WHITE + Back .RED + "There are " + str (fail )+ " Authentication failures reported " + auth_file + Style .RESET_ALL )
68
68
print ("Checking firewall and auth.log is recommanded" )
You can’t perform that action at this time.
0 commit comments