Command Injection: A Silent Killer of Your System

1 year ago 57
BOOK THIS SPACE FOR AD
ARTICLE AD

Command injection is a type of cyber attack where an attacker injects malicious code into a command that’s executed by a system. This can give the attacker complete control over the system, allowing them to access sensitive data, execute arbitrary commands, and more.

Command injection can be easily done using a tool COMMIX.

To install it ,the process are as follows -

Open up terminal and rungit clone https://github.com/commixproject/commixcd Commixpython3 commix.py

A Simple Usage for this vulnaribility is -

python3 commix.py — url=”http://target.com/test?tes=1212"
Read Entire Article