We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1286cc0 commit 3607f03Copy full SHA for 3607f03
2 files changed
lib/techniques/error/use.py
@@ -93,7 +93,7 @@ def __oneShotErrorUse(expression, field):
93
threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE)
94
95
if trimmed:
96
- warnMsg = "trimmed output output detected: "
+ warnMsg = "trimmed output detected: "
97
warnMsg += trimmed
98
logger.warn(warnMsg)
99
lib/techniques/inband/union/use.py
@@ -79,7 +79,7 @@ def __oneShotUnionUse(expression, unpack=True):
79
if headers else None), payload, True), re.DOTALL | re.IGNORECASE)
80
81
82
83
84
85
0 commit comments