Files
Netcatty/lib/localShellRules.json
陈大猫 cb4fb091aa [codex] Fix browser loading of shared rule files (#1002)
* Fix local shell browser import

* Fix command blocklist browser import
2026-05-18 21:05:33 +08:00

8 lines
249 B
JSON

{
"powershellShells": ["powershell", "powershell.exe", "pwsh", "pwsh.exe"],
"cmdShells": ["cmd", "cmd.exe"],
"fishShells": ["fish"],
"posixShells": ["sh", "bash", "zsh", "ksh", "dash", "ash", "bash.exe"],
"wslShells": ["wsl", "wsl.exe"]
}