remove prompt if no sql servers found

This commit is contained in:
TrustedSec 2016-08-30 16:52:02 -04:00
parent 70a91ddcf3
commit 98d8df0ee8

View file

@ -158,8 +158,10 @@ try:
for sql in sql_servers:
if sql != "":
print(sql)
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.")
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.")
test = input("Press {enter} to begin the brute force process.")
for servers in sql_servers:
# this will return the following format ipaddr + "," +