mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Implementation for an Issue #49
This commit is contained in:
@@ -685,6 +685,7 @@ class Connect:
|
||||
msg += "which is usually causing problems "
|
||||
msg += "in this kind of situations? [Y/n]"
|
||||
skipUrlEncode = conf.skipUrlEncode = readInput(msg, default="Y").upper() != "N"
|
||||
|
||||
if place not in (PLACE.POST, PLACE.SOAP, PLACE.CUSTOM_POST) and hasattr(post, UNENCODED_ORIGINAL_VALUE):
|
||||
post = getattr(post, UNENCODED_ORIGINAL_VALUE)
|
||||
elif not skipUrlEncode and place not in (PLACE.SOAP,):
|
||||
|
||||
Reference in New Issue
Block a user