mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-17 05:48:46 +00:00
Fix inconsistent use of tabs and space in fasttrack.py
This commit is contained in:
parent
377c9eecb1
commit
b60f59d2f3
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ try:
|
||||||
if sql != "":
|
if sql != "":
|
||||||
print(sql)
|
print(sql)
|
||||||
|
|
||||||
if len(sql_servers) > 2:
|
if len(sql_servers) > 2:
|
||||||
print_status("By pressing enter, you will begin the brute force process on all SQL accounts identified in the list above.")
|
print_status("By pressing enter, you will begin the brute force process on all SQL accounts identified in the list above.")
|
||||||
test = input("Press {enter} to begin the brute force process.")
|
test = input("Press {enter} to begin the brute force process.")
|
||||||
for servers in sql_servers:
|
for servers in sql_servers:
|
||||||
|
|
Loading…
Add table
Reference in a new issue