mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding --hex for ClickHouse
This commit is contained in:
parent
8b70a392a1
commit
1d263f22c3
3 changed files with 3 additions and 1 deletions
|
|
@ -108,6 +108,7 @@ NULL_WRAPPER = {
|
|||
# hexConvertField: dialects that DO have a hex function, mapped to its token.
|
||||
HEX_FUNCTION = {
|
||||
"Altibase": "HEX_ENCODE(",
|
||||
"ClickHouse": "hex(",
|
||||
"Cubrid": "HEX(",
|
||||
"H2": "RAWTOHEX(",
|
||||
"IBM DB2": "HEX(",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue