⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.48
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
redis-7
/
src
/
commands
/
View File Name :
acl-dryrun.json
{ "DRYRUN": { "summary": "Simulates the execution of a command by a user, without executing the command.", "complexity": "O(1).", "group": "server", "since": "7.0.0", "arity": -4, "container": "ACL", "function": "aclCommand", "history": [], "command_flags": [ "ADMIN", "NOSCRIPT", "LOADING", "STALE", "SENTINEL" ], "reply_schema": { "anyOf": [ { "const": "OK", "description": "The given user may successfully execute the given command." }, { "type": "string", "description": "The description of the problem, in case the user is not allowed to run the given command." } ] }, "arguments": [ { "name": "username", "type": "string" }, { "name": "command", "type": "string" }, { "name": "arg", "type": "string", "optional": true, "multiple": true } ] } }