Merge pull request #203 from cweedon/patch-1

Fix missing paren error
This commit is contained in:
lgandx
2022-05-17 21:15:41 -03:00
committed by GitHub

View File

@@ -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()