mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
major improvement with display of payloads (all payloads are displayed now) and removal of "pesky" spaces
This commit is contained in:
@@ -318,6 +318,11 @@ class Connect:
|
||||
|
||||
value = agent.replacePayload(value, payload)
|
||||
|
||||
payload = agent.extractPayload(value)
|
||||
if payload:
|
||||
debugMsg = "payload: %s" % payload
|
||||
logger.debug(debugMsg)
|
||||
|
||||
if place == "Cookie" and conf.cookieUrlencode:
|
||||
value = agent.removePayloadDelimiters(value, False)
|
||||
value = urlEncodeCookieValues(value)
|
||||
|
||||
Reference in New Issue
Block a user