mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Deprecating --replicate (Issue #254)
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user