Skip to main content

Command Injection

Introduction

  • Command injection is the abuse of an application's behaviour to execute commands on the operating system, using the same privileges that the application on a device is running with.
  • Also often known as Remote Code Execution (RCE) because of the ability to remotely execute code within an application.

Discovering Command Injection