mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 05:13:34 -07:00
minor bug when no RunFinger has been launched.
This commit is contained in:
parent
f90b76fed2
commit
a567d3dc31
1 changed files with 5 additions and 2 deletions
|
@ -109,6 +109,9 @@ GetResponderUsernamesWithDetails(cursor)
|
||||||
GetResponderUsernamesStatistic(cursor)
|
GetResponderUsernamesStatistic(cursor)
|
||||||
print color("\n[+] RunFinger Scanned Hosts:", code = 2, modifier = 1)
|
print color("\n[+] RunFinger Scanned Hosts:", code = 2, modifier = 1)
|
||||||
cursor.close()
|
cursor.close()
|
||||||
cursor = FingerDbConnect()
|
try:
|
||||||
GetRunFinger(cursor)
|
cursor = FingerDbConnect()
|
||||||
|
GetRunFinger(cursor)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
print('\n')
|
print('\n')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue