mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 13:11:29 +00:00
Fix missing paren error
added parentheses to the print call to fix the error
This commit is contained in:
@@ -107,7 +107,7 @@ GetResponderUsernames(cursor)
|
|||||||
print(color("\n[+] Username details:", code = 2, modifier = 1))
|
print(color("\n[+] Username details:", code = 2, modifier = 1))
|
||||||
GetResponderUsernamesWithDetails(cursor)
|
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()
|
||||||
try:
|
try:
|
||||||
cursor = FingerDbConnect()
|
cursor = FingerDbConnect()
|
||||||
|
|||||||
Reference in New Issue
Block a user