mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-19 21:10:36 +03:00
Minor patch
This commit is contained in:
parent
c2dce66a46
commit
92dfb0f817
|
@ -5,6 +5,7 @@ Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
|
||||||
See the file 'doc/COPYING' for copying permission
|
See the file 'doc/COPYING' for copying permission
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from lib.core.common import Backend
|
||||||
from lib.core.common import isDBMSVersionAtLeast
|
from lib.core.common import isDBMSVersionAtLeast
|
||||||
from plugins.generic.syntax import Syntax as GenericSyntax
|
from plugins.generic.syntax import Syntax as GenericSyntax
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@ See the file 'doc/COPYING' for copying permission
|
||||||
|
|
||||||
import binascii
|
import binascii
|
||||||
|
|
||||||
|
from lib.core.common import Backend
|
||||||
from lib.core.common import isDBMSVersionAtLeast
|
from lib.core.common import isDBMSVersionAtLeast
|
||||||
from lib.core.settings import UNICODE_ENCODING
|
from lib.core.settings import UNICODE_ENCODING
|
||||||
from plugins.generic.syntax import Syntax as GenericSyntax
|
from plugins.generic.syntax import Syntax as GenericSyntax
|
||||||
|
|
|
@ -33,7 +33,7 @@ def tamper(payload, **kwargs):
|
||||||
|
|
||||||
>>> random.seed(0)
|
>>> random.seed(0)
|
||||||
>>> tamper('SELECT id FROM users')
|
>>> tamper('SELECT id FROM users')
|
||||||
'SELECT%A0id%0BFROM%0Cusers'
|
'SELECT%0Bid%0DFROM%0Cusers'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ASCII table:
|
# ASCII table:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user