mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 21:03:33 -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)
|
||||
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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue