Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b26ecfe

Browse files
committed
Patch for an Issue #449
1 parent 76b4e1c commit b26ecfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/error/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _oneShotErrorUse(expression, field=None):
9595
payload = agent.payload(newValue=injExpression)
9696

9797
# Perform the request
98-
page, headers = Request.queryPage(payload, content=True)
98+
page, headers = Request.queryPage(payload, content=True, raise404=False)
9999

100100
incrementCounter(kb.technique)
101101

0 commit comments

Comments
 (0)