minor bug when no RunFinger has been launched.

This commit is contained in:
lgandx 2021-12-02 22:04:32 -03:00
commit a567d3dc31

View file

@ -109,6 +109,9 @@ GetResponderUsernamesWithDetails(cursor)
GetResponderUsernamesStatistic(cursor)
print color("\n[+] RunFinger Scanned Hosts:", code = 2, modifier = 1)
cursor.close()
cursor = FingerDbConnect()
GetRunFinger(cursor)
try:
cursor = FingerDbConnect()
GetRunFinger(cursor)
except:
pass
print('\n')