mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
Fixes #180 - properly url encode sqlmap payload in POST/Cookie too, like for GET
This commit is contained in:
@@ -118,7 +118,7 @@ class Connect:
|
||||
if conf.method == "POST":
|
||||
if conf.parameters.has_key("POST") and not post:
|
||||
post = conf.parameters["POST"]
|
||||
|
||||
|
||||
requestMsg += " HTTP/1.1"
|
||||
|
||||
# Perform HTTP request
|
||||
|
||||
Reference in New Issue
Block a user