mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Removing a debugging leftover
This commit is contained in:
@@ -42,8 +42,6 @@ class HTMLHandler(ContentHandler):
|
||||
|
||||
elif name == "error":
|
||||
regexp = attrs.get("regexp")
|
||||
if "SQL" in regexp:
|
||||
print regexp
|
||||
if regexp not in kb.cache.regex:
|
||||
keywords = re.findall("\w+", re.sub(r"\\.", " ", regexp))
|
||||
keywords = sorted(keywords, key=len)
|
||||
|
||||
Reference in New Issue
Block a user