Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions hat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ def report_menu():
print'\033[33m' + ' ' + 'Reporting and Analysis Menu' + '\033[0m'
prCyan(L00T_POT_DIR)
print""
print'\033[34m' + ' ' + 'Below are the stats files created from sucessfully compromised passwords... (Hit Enter to Refresh) (TAB Completion On)' + '\033[0m'
print'\033[34m' + ' ' + 'Below are the stats files created from successfully compromised passwords... (Hit Enter to Refresh) (TAB Completion On)' + '\033[0m'
print''
for root, dirs, files in os.walk(L00T_POT_DIR):
files.sort()
Expand Down Expand Up @@ -1672,7 +1672,7 @@ def hash_menu_full():
print'\033[33m' + ' ' + 'Hash Upload Menu' + '\033[0m'
prCyan(HASH_UPLOAD_DIR)
print""
print'\033[34m' + ' ' + 'Below are the stats files created from sucessfully compromised passwords... (Hit Enter to Refresh) (TAB Completion On)' + '\033[0m'
print'\033[34m' + ' ' + 'Below are the stats files created from successfully compromised passwords... (Hit Enter to Refresh) (TAB Completion On)' + '\033[0m'
print''
for root, dirs, files in os.walk(HASH_UPLOAD_DIR):
files.sort()
Expand Down Expand Up @@ -1717,7 +1717,7 @@ def l00t_menu_full(): #Menu 5
print'\033[33m' + ' ' + 'Reporting and Analysis Menu' + '\033[0m'
prCyan(L00T_POT_DIR)
print""
print'\033[34m' + ' ' + 'Below are the stats files created from sucessfully compromised passwords... (Hit Enter to Refresh) (TAB Completion On)' + '\033[0m'
print'\033[34m' + ' ' + 'Below are the stats files created from successfully compromised passwords... (Hit Enter to Refresh) (TAB Completion On)' + '\033[0m'
print''
for root, dirs, files in os.walk(L00T_POT_DIR):
files.sort()
Expand Down Expand Up @@ -1768,7 +1768,7 @@ def l00t_menu_key(): #Menu 6
print'\033[33m' + ' ' + 'Reporting and Analysis Menu' + '\033[0m'
prCyan(L00T_POT_DIR)
print""
print'\033[34m' + ' ' + 'Below are the stats files created from sucessfully compromised passwords... (Hit Enter to Refresh) (TAB Completion On)' + '\033[0m'
print'\033[34m' + ' ' + 'Below are the stats files created from successfully compromised passwords... (Hit Enter to Refresh) (TAB Completion On)' + '\033[0m'
print''
for root, dirs, files in os.walk(L00T_POT_DIR):
files.sort()
Expand Down