mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-27 20:29:39 +02:00
[pitboss/grind] cleanup session-0012 (20260522T163126Z-7d60)
This commit is contained in:
parent
6c4322832f
commit
ad18008712
2 changed files with 75 additions and 73 deletions
|
|
@ -704,7 +704,11 @@ pub enum ConfigAction {
|
|||
#[arg(long)]
|
||||
kind: String,
|
||||
|
||||
/// Capability: env_var, html_escape, shell_escape, url_encode, json_parse, file_io, or all
|
||||
/// Capability slug. One of: env_var, html_escape, shell_escape,
|
||||
/// url_encode, json_parse, file_io, fmt_string, sql_query, deserialize,
|
||||
/// ssrf, code_exec, crypto, unauthorized_id, data_exfil, ldap_injection,
|
||||
/// xpath_injection, header_injection, open_redirect, ssti, xxe,
|
||||
/// prototype_pollution, or all. See docs/cli.md.
|
||||
#[arg(long)]
|
||||
cap: String,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue