mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 11:03:15 +00:00
Adding --openapi-tags
This commit is contained in:
parent
fc1ae6950e
commit
622cfa76c6
6 changed files with 37 additions and 4 deletions
|
|
@ -150,6 +150,9 @@ def cmdLineParser(argv=None):
|
|||
target.add_argument("--openapi-base", dest="openApiBase",
|
||||
help="Base URL for a host-less OpenAPI/Swagger spec")
|
||||
|
||||
target.add_argument("--openapi-tags", dest="openApiTags",
|
||||
help="Only derive targets from operations with these tag(s)")
|
||||
|
||||
# Request options
|
||||
request = parser.add_argument_group("Request", "These options can be used to specify how to connect to the target URL")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue