mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor update
This commit is contained in:
parent
d39d36f7a7
commit
8bd3cfdc8e
3 changed files with 1 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ from subprocess import Popen as execute
|
|||
|
||||
from lib.core.common import dataToStdout
|
||||
from lib.core.common import getUnicode
|
||||
from lib.core.common import readInput
|
||||
from lib.core.data import conf
|
||||
from lib.core.data import logger
|
||||
from lib.core.data import paths
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ from lib.core.common import goGoodSamaritan
|
|||
from lib.core.common import getPartRun
|
||||
from lib.core.common import popValue
|
||||
from lib.core.common import pushValue
|
||||
from lib.core.common import readInput
|
||||
from lib.core.common import replaceNewlineTabs
|
||||
from lib.core.common import safeStringFormat
|
||||
from lib.core.common import singleTimeWarnMessage
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ def dependencies():
|
|||
|
||||
def tamper(payload):
|
||||
"""
|
||||
Replaces ...
|
||||
Embraces complete query with versioned comment
|
||||
|
||||
Example:
|
||||
* Input: 1 AND 2>1--
|
||||
|
|
|
|||
Loading…
Reference in a new issue