mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor updates
This commit is contained in:
parent
c6577b80d9
commit
d038d027f9
6 changed files with 12 additions and 11 deletions
|
|
@ -33,7 +33,7 @@ def tamper(payload, **kwargs):
|
|||
|
||||
>>> random.seed(0)
|
||||
>>> tamper('SELECT id FROM users')
|
||||
'SELECT%0Bid%0DFROM%0Cusers'
|
||||
'SELECT%A0id%0BFROM%0Cusers'
|
||||
"""
|
||||
|
||||
# ASCII table:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue