mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 01:19:47 +03:00
Update sqlitemixedcase
This commit is contained in:
parent
c88288cb6f
commit
7e7b6c37af
|
@ -20,6 +20,9 @@ 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