mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Proper reference to Metasploit Framework as now it's version 4, not 3 anymore
This commit is contained in:
parent
4fb6dab1a2
commit
f890b29f81
10 changed files with 2501 additions and 2505 deletions
|
|
@ -22,7 +22,8 @@ def dependencies():
|
|||
|
||||
def tamper(payload):
|
||||
"""
|
||||
Replaces quote character (') with a multi-byte combo %bf%27 together with generic comment at the end (to make it work)
|
||||
Replaces quote character (') with a multi-byte combo %bf%27 together with
|
||||
generic comment at the end (to make it work)
|
||||
|
||||
Example:
|
||||
* Input: 1' AND 1=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue