💻 04 — Command Injection

Medium
0/3 solved

🔧 Easy — Basic Command Injection

A ping utility that passes user input directly to the shell. Chain commands to get the flag.

Chain commands with ; or |: try 8.8.8.8; id or 8.8.8.8 | whoami