mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-24 10:33:47 +03:00
Minor deprecation fix
parent
6ff6a270a7
commit
743e1b72d2
5
FAQ.md
5
FAQ.md
|
@ -88,12 +88,11 @@ Currently there is no pressure on Python projects to switch to the new version o
|
||||||
|
|
||||||
## How can I shorten the payloads injected by sqlmap?
|
## How can I shorten the payloads injected by sqlmap?
|
||||||
|
|
||||||
You can provide sqlmap with the following two switches:
|
You can provide sqlmap with the following switch:
|
||||||
|
|
||||||
--no-cast Turn off payload casting mechanism
|
--no-cast Turn off payload casting mechanism
|
||||||
--no-unescape Turn off string unescaping mechanism
|
|
||||||
|
|
||||||
However, on the other hand you might lose the benefits provided by these switches in the default configuration.
|
However, on the other hand you might lose the benefits provided by these switch in the default configuration.
|
||||||
|
|
||||||
## What does `WARNING unknown charset '...'` mean?
|
## What does `WARNING unknown charset '...'` mean?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user