mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-12-04 01:59:30 +00:00
fix spacing
This commit is contained in:
parent
5c107ec67b
commit
48bf1b0c99
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ try:
|
||||||
for sql in sql_servers:
|
for sql in sql_servers:
|
||||||
if sql != "":
|
if sql != "":
|
||||||
print(sql)
|
print(sql)
|
||||||
|
print("\n")
|
||||||
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…
Reference in a new issue