Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b4e1c commit b26ecfeCopy full SHA for b26ecfe
1 file changed
lib/techniques/error/use.py
@@ -95,7 +95,7 @@ def _oneShotErrorUse(expression, field=None):
95
payload = agent.payload(newValue=injExpression)
96
97
# Perform the request
98
- page, headers = Request.queryPage(payload, content=True)
+ page, headers = Request.queryPage(payload, content=True, raise404=False)
99
100
incrementCounter(kb.technique)
101
0 commit comments