fix spacing

This commit is contained in:
TrustedSec 2016-08-03 16:19:53 -04:00
parent 5c107ec67b
commit 48bf1b0c99

View file

@ -158,6 +158,7 @@ try:
for sql in sql_servers:
if 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.")
test = input("Press {enter} to begin the brute force process.")
for servers in sql_servers: