mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Proper reference to Metasploit Framework as now it's version 4, not 3 anymore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user