Skip to content

Commit 3607f03

Browse files
committed
fix of a minor typo
1 parent 1286cc0 commit 3607f03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/techniques/error/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __oneShotErrorUse(expression, field):
9393
threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE)
9494

9595
if trimmed:
96-
warnMsg = "trimmed output output detected: "
96+
warnMsg = "trimmed output detected: "
9797
warnMsg += trimmed
9898
logger.warn(warnMsg)
9999

lib/techniques/inband/union/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __oneShotUnionUse(expression, unpack=True):
7979
if headers else None), payload, True), re.DOTALL | re.IGNORECASE)
8080

8181
if trimmed:
82-
warnMsg = "trimmed output output detected: "
82+
warnMsg = "trimmed output detected: "
8383
warnMsg += trimmed
8484
logger.warn(warnMsg)
8585

0 commit comments

Comments
 (0)