You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| -t | Specify a target or domain name either in comma-delimited format, CIDR notation, or as an individual host |
18
+
| -t | Specify a target or domain name either in comma-delimited format, CIDR notation, or as an individual host |
19
19
| -tL | Specify a list of targets or domain names |
20
-
| -e | Specify an exclusion either in comma-delimited format, CIDR notation, or as an individual host|
21
-
| -eL | Specify a list of exclusions|
20
+
| -e | Specify a target exclusion either in comma-delimited format, CIDR notation, or as an individual host |
21
+
| -eL | Specify a list of targets to exclude |
22
22
| -threads | Specify the maximum number of threads to run at any one time (DEFAULT:5) |
23
-
| -timeout | Specify a timeout value in seconds for any single thread (DEFAULT:600) |
23
+
| -timeout | Specify a timeout value in seconds for any single thread (DEFAULT:600) |
24
24
| -c | Specify a single command to execute over each target or domain |
25
25
| -cL | Specify a list of commands to execute over each target or domain |
26
26
| -o | Specify an output folder variable that can be used in commands as \_output\_|
27
27
| -p | Specify a list of port variable that can be used in commands as \_port\_. This can be a single port, a comma delimited list, or use dash notation |
28
28
| -rp | Specify a real port variable that can be used in commands as \_realport\_|
29
-
| --no-cidr | If set then CIDR notation in a target file will not be automatically be expanded into individual hosts |
29
+
| --no-cidr | If set then CIDR notation in a target file will not be automatically be expanded into individual hosts |
30
30
| --no-color | If set then any foreground or background colours will be stripped out |
31
31
| --silent | If set then only important information will be displayed and banners and other information will be redacted |
32
32
| -v | If set then verbose output will be displayed in the terminal |
0 commit comments