Files
NetMesh/lib/localShellRules.json

8 lines
249 B
JSON
Raw Normal View History

{
"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"]
}