There was an error while loading. Please reload this page.
1 parent 305ec45 commit e66a81aCopy full SHA for e66a81a
lib/techniques/error/use.py
@@ -99,6 +99,9 @@ def _oneShotErrorUse(expression, field=None):
99
100
incrementCounter(kb.technique)
101
102
+ if page and conf.noCast:
103
+ page = re.sub(r"'%s'.*?'%s'" % (kb.chars.start, kb.chars.stop), "", page)
104
+
105
# Parse the returned page to get the exact error-based
106
# SQL injection output
107
output = reduce(lambda x, y: x if x is not None else y, (\
0 commit comments