| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "permissions": {
- "allow": [
- "Read(//home/kurii/trixy3/**)",
- "Bash(python3:*)",
- "Bash(chmod:*)",
- "Bash(timeout:*)",
- "Bash(grep:*)",
- "Bash(source:*)",
- "Bash(python:*)",
- "Bash(pkill:*)",
- "Bash(cat:*)",
- "Bash(ss:*)",
- "Bash(telnet:*)",
- "Bash(nc:*)",
- "Bash(for port in 2101 2102 2103 2104)",
- "Bash(do echo \"Testing port $port:\")",
- "Bash(done)",
- "Bash(nslookup:*)",
- "Bash(getent:*)",
- "Bash(ping:*)",
- "Bash(iptables:*)",
- "Bash(ufw:*)",
- "Bash(find:*)",
- "Bash(rg:*)",
- "Bash(pip install:*)",
- "Bash(echo \"Exit code: $?\")",
- "Bash(tee:*)",
- "Read(//tmp/**)",
- "Bash(kill:*)",
- "Bash(netstat:*)",
- "Bash(journalctl:*)",
- "Bash(pgrep:*)"
- ],
- "deny": [],
- "ask": [],
- "additionalDirectories": [
- "/home/kurii/trixy3"
- ]
- }
- }
|