Ordering scope parameters orders

This commit is contained in:
Darkiros 2024-02-12 11:32:07 +01:00 committed by bretfourbe
parent 278ce8322a
commit 206d6ec5ef
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ TARGET SPECIFICATION:
\fB\-\-data\fR \fIURL_ENCODED_DATA\fR
.
.IP "\(bu" 4
\fB\-\-scope\fR {page,folder,domain,url,punk}
\fB\-\-scope\fR {url,page,folder,subdomain,domain,punk}
.
.IP "" 0
.

View File

@ -110,7 +110,7 @@ More detail on each option can be found in the following sections.</p>
<ul>
<li><code>-u</code>, <code>--url</code> <var>URL</var></li>
<li><code>--data</code> <var>URL_ENCODED_DATA</var></li>
<li><code>--scope</code> {page,folder,domain,url,punk}</li>
<li><code>--scope</code> {url,page,folder,subdomain,domain,punk}</li>
</ul>

View File

@ -24,7 +24,7 @@ TARGET SPECIFICATION:
* `-u`, `--url` <URL>
* `--data` <URL_ENCODED_DATA>
* `--scope` {page,folder,domain,url,punk}
* `--scope` {url,page,folder,subdomain,domain,punk}
ATTACK SPECIFICATION:

View File

@ -45,7 +45,7 @@ def parse_args():
"--scope",
help="Set scan scope",
default="folder",
choices=["page", "folder", "subdomain", "domain", "url", "punk"]
choices=["url", "page", "folder", "subdomain", "domain", "punk"]
)
parser.add_argument(