mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Removing junk part
This commit is contained in:
parent
d570e25b1b
commit
5b59b6feb4
|
@ -83,10 +83,6 @@ def __setRequestParams():
|
|||
if conf.data:
|
||||
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
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user