diff --git a/d-tect.py b/d-tect.py index d63d5a1..427952f 100644 --- a/d-tect.py +++ b/d-tect.py @@ -217,7 +217,7 @@ def SQLIscan(site): if found == 1: print("[!] "+red+"SQL Injection Vulnerability Found!"+reset) - print dbfound + print ("dbfound") vuln.append("'"+n[0]+"'") found = 0 if len(vuln) != 0: