Logo

OS Injection

OS Command Injection, also known as Shell Injection, occurs when an attacker is able to inject and execute arbitrary operating system commands through a vulnerable web application or service. This happens when user input is improperly sanitized and is directly passed to the system’s shell for execution, allowing the attacker to gain control of the system and execute commands that could compromise the server or reveal sensitive data.

Admin Panel