"description":"Command to execute. Available commands:\n- ls: List directory contents\n- cat: Concatenate and display file contents\n- pwd: Show current working directory\n- df: Show disk usage\n- echo: Display text\n- ps: Show process status\n- free: Show memory usage\n- uptime: Show system uptime\n- date: Show system date and time\n- grep: Search text patterns in files\n- w: Show who is logged on and what they are doing\n- whois: Query WHOIS domain registration information\n- find: Search for files in a directory hierarchy\n- netstat: Network connection information\n- lspci: List PCI devices\n- lsusb: List USB devices\n- dig: DNS lookup utility\n- nslookup: Query DNS records\n- ip: Show / manipulate routing, network devices, interfaces and tunnels\n- whereis: Locate the binary, source, and manual page files for a command",
"enum":[
"ls",
"cat",
"pwd",
"df",
"echo",
"ps",
"free",
"uptime",
"date",
"grep",
"w",
"whois",
"find",
"netstat",
"lspci",
"lsusb",
"dig",
"nslookup",
"ip",
"whereis"
],
},
"args":{
"type":"array",
"description":"Additional arguments to pass to the command"