mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor patches (pydiatra)
This commit is contained in:
parent
81e6dab965
commit
0e206da7c0
13 changed files with 29 additions and 26 deletions
|
|
@ -296,7 +296,7 @@ class Agent(object):
|
|||
elif suffix and not comment:
|
||||
expression += suffix.replace('\\', BOUNDARY_BACKSLASH_MARKER)
|
||||
|
||||
return re.sub(r"(?s);\W*;", ";", expression)
|
||||
return re.sub(r";\W*;", ";", expression)
|
||||
|
||||
def cleanupPayload(self, payload, origValue=None):
|
||||
if payload is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue