Skip to content

Commit

Permalink
Update help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Help Message Bot committed Aug 19, 2024
1 parent ff012e1 commit 1cbba47
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/help-messages/burp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
usage: reptor burp [-h] [--conf] [-i [INPUT [INPUT ...]]]
usage: reptor burp [-h] [--conf] [-i [INPUT ...]]
[--format | --upload | --push-findings | --template-vars | --parse | --upload-finding-templates]
[--severity-filter SEVERITY_FILTER]
[--exclude EXCLUDED_PLUGINS] [--include INCLUDED_PLUGINS]
Expand All @@ -8,7 +8,7 @@ Burp vulnerability importer
optional arguments:
-h, --help show this help message and exit
--conf, --config Configure plugin settings
-i [INPUT [INPUT ...]], --input [INPUT [INPUT ...]]
-i [INPUT ...], --input [INPUT ...]
Input file, if not stdin (multiple files allowed)
--format
--upload
Expand Down
2 changes: 1 addition & 1 deletion docs/help-messages/file
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
usage: reptor file [-h] [-fn FILENAME] [file [file ...]]
usage: reptor file [-h] [-fn FILENAME] [file ...]

Uploads a file

Expand Down
4 changes: 2 additions & 2 deletions docs/help-messages/nessus
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
usage: reptor nessus [-h] [--conf] [-i [INPUT [INPUT ...]]]
usage: reptor nessus [-h] [--conf] [-i [INPUT ...]]
[--format | --upload | --push-findings | --template-vars | --parse | --upload-finding-templates]
[--severity-filter SEVERITY_FILTER]
[--exclude EXCLUDED_PLUGINS] [--include INCLUDED_PLUGINS]
Expand All @@ -8,7 +8,7 @@ Nessus vulnerability importer
optional arguments:
-h, --help show this help message and exit
--conf, --config Configure plugin settings
-i [INPUT [INPUT ...]], --input [INPUT [INPUT ...]]
-i [INPUT ...], --input [INPUT ...]
Input file, if not stdin (multiple files allowed)
--format
--upload
Expand Down
6 changes: 3 additions & 3 deletions docs/help-messages/nmap
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
usage: reptor nmap [-h] [-i [INPUT [INPUT ...]]]
[--format | --upload | --parse] [--xml | -oX | -oG]
usage: reptor nmap [-h] [-i [INPUT ...]] [--format | --upload | --parse]
[--xml | -oX | -oG]

format nmap output

optional arguments:
-h, --help show this help message and exit
-i [INPUT [INPUT ...]], --input [INPUT [INPUT ...]]
-i [INPUT ...], --input [INPUT ...]
Input file, if not stdin (multiple files allowed)
--format
--upload
Expand Down
4 changes: 2 additions & 2 deletions docs/help-messages/openvas
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
usage: reptor openvas [-h] [--conf] [-i [INPUT [INPUT ...]]]
usage: reptor openvas [-h] [--conf] [-i [INPUT ...]]
[--format | --upload | --push-findings | --template-vars | --parse | --upload-finding-templates]
[--severity-filter SEVERITY_FILTER] [--min-qod MIN_QOD]
[--exclude EXCLUDED_PLUGINS]
Expand All @@ -9,7 +9,7 @@ OpenVAS vulnerability importer
optional arguments:
-h, --help show this help message and exit
--conf, --config Configure plugin settings
-i [INPUT [INPUT ...]], --input [INPUT [INPUT ...]]
-i [INPUT ...], --input [INPUT ...]
Input file, if not stdin (multiple files allowed)
--format
--upload
Expand Down
4 changes: 2 additions & 2 deletions docs/help-messages/sslyze
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
usage: reptor sslyze [-h] [-i [INPUT [INPUT ...]]]
usage: reptor sslyze [-h] [-i [INPUT ...]]
[--format | --upload | --push-findings | --template-vars | --parse | --upload-finding-templates]

format sslyze JSON output

optional arguments:
-h, --help show this help message and exit
-i [INPUT [INPUT ...]], --input [INPUT [INPUT ...]]
-i [INPUT ...], --input [INPUT ...]
Input file, if not stdin (multiple files allowed)
--format
--upload
Expand Down

0 comments on commit 1cbba47

Please sign in to comment.