mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial modifications (thou shalt not judge people by trivial commits)
This commit is contained in:
parent
8f7a7bed20
commit
2a810fb796
18 changed files with 49 additions and 41 deletions
|
|
@ -14,7 +14,6 @@ from lib.core.dicts import FROM_DUMMY_TABLE
|
|||
from lib.core.exception import SqlmapNotVulnerableException
|
||||
from lib.techniques.dns.use import dnsUse
|
||||
|
||||
|
||||
def dnsTest(payload):
|
||||
logger.info("testing for data retrieval through DNS channel")
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ from lib.core.settings import PARTIAL_VALUE_MARKER
|
|||
from lib.core.unescaper import unescaper
|
||||
from lib.request.connect import Connect as Request
|
||||
|
||||
|
||||
def dnsUse(payload, expression):
|
||||
"""
|
||||
Retrieve the output of a SQL query taking advantage of the DNS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue