mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor update
This commit is contained in:
parent
d39d36f7a7
commit
8bd3cfdc8e
|
@ -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 New Issue
Block a user