mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-28 09:00:08 +03:00
Update sqlitemixedcase
This commit is contained in:
parent
c88288cb6f
commit
7e7b6c37af
|
@ -19,6 +19,9 @@ def dependencies():
|
||||||
def tamper(payload, **kwargs):
|
def tamper(payload, **kwargs):
|
||||||
"""
|
"""
|
||||||
Replaces each SQLite keyword and core functions character with mixed case value (e.g. SELECT -> SeLeCt)
|
Replaces each SQLite keyword and core functions character with mixed case value (e.g. SELECT -> SeLeCt)
|
||||||
|
|
||||||
|
Requirement:
|
||||||
|
* SQLite
|
||||||
|
|
||||||
Tested against:
|
Tested against:
|
||||||
* SQLite 3
|
* SQLite 3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user