mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
Fix missing paren error
added parentheses to the print call to fix the error
This commit is contained in:
parent
fd9bcf7de1
commit
0c7a3ffabe
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ GetResponderUsernames(cursor)
|
|||
print(color("\n[+] Username details:", code = 2, modifier = 1))
|
||||
GetResponderUsernamesWithDetails(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()
|
||||
try:
|
||||
cursor = FingerDbConnect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue