mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding (for now hidden) option --binary (works like -C but deliberately retrieves data in hex format and displays in hex format)
This commit is contained in:
parent
1d42aba01e
commit
8b4f72322a
2 changed files with 4 additions and 1 deletions
|
|
@ -665,6 +665,9 @@ def cmdLineParser():
|
|||
parser.add_option("--profile", dest="profile", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--binary", dest="binary",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--cpu-throttle", dest="cpuThrottle", type="int",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue