mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
adding support for PgSQL DNS data exfiltration
This commit is contained in:
parent
b2afa87e48
commit
8c6eb4faa9
5 changed files with 27 additions and 7 deletions
|
|
@ -15,6 +15,7 @@ import urllib2
|
|||
import urlparse
|
||||
import traceback
|
||||
|
||||
from extra.safe2bin.safe2bin import safecharencode
|
||||
from extra.socks.socks import ProxyError
|
||||
from extra.multipart import multipartpost
|
||||
|
||||
|
|
@ -549,7 +550,7 @@ class Connect:
|
|||
|
||||
value = agent.replacePayload(value, payload)
|
||||
|
||||
logger.log(CUSTOM_LOGGING.PAYLOAD, payload)
|
||||
logger.log(CUSTOM_LOGGING.PAYLOAD, safecharencode(payload))
|
||||
|
||||
if place == PLACE.COOKIE and conf.cookieUrlencode:
|
||||
value = agent.removePayloadDelimiters(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue