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

Skip to content

Commit 0e18fa9

Browse files
committed
Minor fix
1 parent 648d91d commit 0e18fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/union/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _(regex):
8686
singleTimeWarnMessage(warnMsg)
8787
page = page.replace(kb.chars.stop[:-1], kb.chars.stop)
8888

89-
retVal = _("(?P<result>%s.*%s)" % (kb.chars.start, kb.chars.stop))
89+
retVal = _("(?P<result>%s.*?%s)" % (kb.chars.start, kb.chars.stop))
9090

9191
if retVal is not None:
9292
retVal = getUnicode(retVal, kb.pageEncoding)

0 commit comments

Comments
 (0)