mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Introduction of --base64-safe
This commit is contained in:
parent
f1fd080ba5
commit
5a9dc15cf2
8 changed files with 31 additions and 6 deletions
|
|
@ -622,6 +622,9 @@ def cmdLineParser(argv=None):
|
|||
general.add_argument("--base64", dest="base64Parameter",
|
||||
help="Parameter(s) containing Base64 encoded data")
|
||||
|
||||
general.add_argument("--base64-safe", dest="base64Safe", action="store_true",
|
||||
help="Use URL and filename safe Base64 alphabet")
|
||||
|
||||
general.add_argument("--batch", dest="batch", action="store_true",
|
||||
help="Never ask for user input, use the default behavior")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue