mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-08 23:23:12 +03:00
Minor update (Issue #49)
This commit is contained in:
parent
5b59b6feb4
commit
5d2b534908
|
@ -94,7 +94,7 @@ def __setRequestParams():
|
||||||
raise sqlmapUserQuitException
|
raise sqlmapUserQuitException
|
||||||
elif test[0] not in ("n", "N"):
|
elif test[0] not in ("n", "N"):
|
||||||
conf.data = re.sub(r'("[^"]+"\s*:\s*"[^"]+)"', r'\g<1>*"', conf.data)
|
conf.data = re.sub(r'("[^"]+"\s*:\s*"[^"]+)"', r'\g<1>*"', conf.data)
|
||||||
conf.data = re.sub(r'("[^"]+"\s*:\s*)(\d+)', r'\g<1>"\g<2>*"', conf.data)
|
conf.data = re.sub(r'("[^"]+"\s*:\s*)([\d\.]+)', r'\g<1>"\g<2>*"', conf.data)
|
||||||
kb.processUserMarks = True
|
kb.processUserMarks = True
|
||||||
kb.postHint = POST_HINT.JSON
|
kb.postHint = POST_HINT.JSON
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user