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 6b40e0a commit 8b01996Copy full SHA for 8b01996
1 file changed
lib/techniques/error/use.py
@@ -95,7 +95,7 @@ def _oneShotErrorUse(expression, field=None, chunkTest=False):
95
try:
96
while True:
97
check = "%s(?P<result>.*?)%s" % (kb.chars.start, kb.chars.stop)
98
- trimcheck = "%s(?P<result>[^<]*)" % (kb.chars.start)
+ trimcheck = r"%s(?P<result>[^<\n]*)" % (kb.chars.start)
99
100
if field:
101
nulledCastedField = agent.nullAndCastField(field)
0 commit comments