Wednesday, 8 February 2017

Od Command injection

Command injection is an attack in which the goal is execution of arbitrary commands on the host operating system via a vulnerable application. Command injection attacks are possible when an application passes unsafe user supplied data (forms, cookies, HTTP headers etc.) to a system shell. In this attack, the attacker-supplied operating system commands are usually executed with the privileges of the vulnerable application. Command injection attacks are possible largely due to insufficient input validation.
This attack differs from Code Injection, in that code injection allows the attacker to add his own code that is then executed by the application. InCode Injection, the attacker extends the default functionality of the application without the necessity of executing system commands.
Click on watch video link or go to the Od Command injection page.

No comments:

Post a Comment