mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #180 - properly url encode sqlmap payload in POST/Cookie too, like for GET
This commit is contained in:
parent
09768a7b62
commit
8e57767c48
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue