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
-egm, -enable-global-matchers enable loading global matchers templates
173
+
-file enable loading file templates
170
174
171
175
FILTERING:
172
176
-a, -author string[] templates to run based on authors (comma-separated, file)
@@ -178,10 +182,10 @@ FILTERING:
178
182
-it, -include-templates string[] path to template file or directory to be executed even if they are excluded either by default or configuration
179
183
-et, -exclude-templates string[] path to template file or directory to exclude (comma-separated, file)
180
184
-em, -exclude-matchers string[] template matchers to exclude in result
181
-
-s, -severity value[] templates to run based on severity. Possible values - info, low, medium, high, critical, unknown
182
-
-es, -exclude-severity value[] templates to exclude based on severity. Possible values - info, low, medium, high, critical, unknown
183
-
-pt, -type value[] templates to run based on protocol type. Possible values - dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript
184
-
-ept, -exclude-type value[] templates to exclude based on protocol type. Possible values - dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript
185
+
-s, -severity value[] templates to run based on severity. Possible values:info, low, medium, high, critical, unknown
186
+
-es, -exclude-severity value[] templates to exclude based on severity. Possible values:info, low, medium, high, critical, unknown
187
+
-pt, -type value[] templates to run based on protocol type. Possible values:dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript
188
+
-ept, -exclude-type value[] templates to exclude based on protocol type. Possible values:dns, file, http, headless, tcp, workflow, ssl, websocket, whois, code, javascript
185
189
-tc, -template-condition string[] templates to run based on expression condition
186
190
187
191
OUTPUT:
@@ -226,7 +230,7 @@ CONFIGURATIONS:
226
230
-ca, -client-ca string client certificate authority file (PEM-encoded) used for authenticating against scanned hosts
227
231
-sml, -show-match-line show match lines for file templates, works with extractors only
228
232
-ztls use ztls library with autofallback to standard one for tls13 [Deprecated] autofallback to ztls is enabled by default
229
-
-sni string tls sni hostname to use (default - input domain name)
233
+
-sni string tls sni hostname to use (default:input domain name)
230
234
-dka, -dialer-keep-alive value keep-alive duration for network requests.
231
235
-lfa, -allow-local-file-access allows file (payload) access anywhere on the system
232
236
-lna, -restrict-local-network-access blocks connections to the local / private network
@@ -240,7 +244,7 @@ CONFIGURATIONS:
240
244
-hae, -http-api-endpoint string experimental http api endpoint
241
245
242
246
INTERACTSH:
243
-
-iserver, -interactsh-server string interactsh server url for self-hosted instance (default - oast.pro,oast.live,oast.site,oast.online,oast.fun,oast.me)
247
+
-iserver, -interactsh-server string interactsh server url for self-hosted instance (default:oast.pro,oast.live,oast.site,oast.online,oast.fun,oast.me)
244
248
-itoken, -interactsh-token string authentication token for self-hosted interactsh server
245
249
-interactions-cache-size int number of requests to keep in the interactions cache (default 5000)
246
250
-interactions-eviction int number of seconds to wait before evicting requests from cache (default 60)
@@ -249,13 +253,19 @@ INTERACTSH:
249
253
-ni, -no-interactsh disable interactsh server for OAST testing, exclude OAST based templates
250
254
251
255
FUZZING:
252
-
-ft, -fuzzing-type string overrides fuzzing type set in template (replace, prefix, postfix, infix)
253
-
-fm, -fuzzing-mode string overrides fuzzing mode set in template (multiple, single)
254
-
-fuzz enable loading fuzzing templates (Deprecated; use -dast instead)
255
-
-dast enable / run dast (fuzz) nuclei templates
256
-
-dfp, -display-fuzz-points display fuzz points in the output for debugging
257
-
-fuzz-param-frequency int frequency of uninteresting parameters for fuzzing before skipping (default 10)
0 commit comments