mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 04:33:16 +00:00
Deprecating --replicate (Issue #254)
This commit is contained in:
parent
f08eb0fd9f
commit
87a92ab330
4 changed files with 22 additions and 0 deletions
|
|
@ -201,3 +201,5 @@ POST_HINT_CONTENT_TYPES = {
|
|||
POST_HINT.SOAP: "application/soap+xml",
|
||||
POST_HINT.XML: "application/xml"
|
||||
}
|
||||
|
||||
DEPRECATED_HINTS = {"--replicate": "use '--dump-format=SQLITE' instead"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue