mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-29 17:49:09 +00:00
Added one more tamper script from Roberto Salgado and minor adjustment to others
This commit is contained in:
@@ -18,7 +18,7 @@ from lib.core.enums import PRIORITY
|
||||
__priority__ = PRIORITY.LOW
|
||||
|
||||
def dependencies():
|
||||
singleTimeWarnMessage("tamper script '%s' is only meant to be run against %s" % (os.path.basename(__file__)[:-3], DBMS.MYSQL))
|
||||
singleTimeWarnMessage("tamper script '%s' is only meant to be run against %s" % (os.path.basename(__file__).split(".")[0], DBMS.MYSQL))
|
||||
|
||||
def tamper(payload):
|
||||
"""
|
||||
@@ -37,6 +37,8 @@ def tamper(payload):
|
||||
|
||||
Notes:
|
||||
* Useful to bypass several web application firewalls
|
||||
* Used during the ModSecurity SQL injection challenge,
|
||||
http://modsecurity.org/demo/challenge.html
|
||||
"""
|
||||
|
||||
retVal = ""
|
||||
|
||||
Reference in New Issue
Block a user