mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -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))
|
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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue