mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Removing junk part
This commit is contained in:
@@ -83,10 +83,6 @@ def __setRequestParams():
|
|||||||
if conf.data:
|
if conf.data:
|
||||||
conf.method = HTTPMETHOD.POST
|
conf.method = HTTPMETHOD.POST
|
||||||
|
|
||||||
if hasattr(conf.data, UNENCODED_ORIGINAL_VALUE):
|
|
||||||
original = getattr(conf.data, UNENCODED_ORIGINAL_VALUE)
|
|
||||||
setattr(conf.data, UNENCODED_ORIGINAL_VALUE, original)
|
|
||||||
|
|
||||||
if CUSTOM_INJECTION_MARK_CHAR in conf.data: # later processed
|
if CUSTOM_INJECTION_MARK_CHAR in conf.data: # later processed
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user