mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update
This commit is contained in:
parent
0ea39098bd
commit
7a0a4c28e5
6 changed files with 30 additions and 8 deletions
|
|
@ -252,7 +252,7 @@ def cmdLineParser(argv=None):
|
|||
help="Load safe HTTP request from a file")
|
||||
|
||||
request.add_argument("--safe-freq", dest="safeFreq", type=int,
|
||||
help="Test requests between two visits to a given safe URL")
|
||||
help="Regular requests between visits to a safe URL")
|
||||
|
||||
request.add_argument("--skip-urlencode", dest="skipUrlEncode", action="store_true",
|
||||
help="Skip URL encoding of payload data")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue