Skip to content

Commit bc4303e

Browse files
committed
Ordering scope parameters orders
1 parent 278ce83 commit bc4303e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/wapiti.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TARGET SPECIFICATION:
3434
\fB\-\-data\fR \fIURL_ENCODED_DATA\fR
3535
.
3636
.IP "\(bu" 4
37-
\fB\-\-scope\fR {page,folder,domain,url,punk}
37+
\fB\-\-scope\fR {url,page,folder,subdomain,domain,punk}
3838
.
3939
.IP "" 0
4040
.

doc/wapiti.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/wapiti.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TARGET SPECIFICATION:
2424

2525
* `-u`, `--url` <URL>
2626
* `--data` <URL_ENCODED_DATA>
27-
* `--scope` {page,folder,domain,url,punk}
27+
* `--scope` {url,page,folder,subdomain,domain,punk}
2828

2929
ATTACK SPECIFICATION:
3030

wapitiCore/parsers/commandline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def parse_args():
4545
"--scope",
4646
help="Set scan scope",
4747
default="folder",
48-
choices=["page", "folder", "subdomain", "domain", "url", "punk"]
48+
choices=["url", "page", "folder", "subdomain", "domain", "punk"]
4949
)
5050

5151
parser.add_argument(

0 commit comments

Comments
 (0)