Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 318 Bytes

File metadata and controls

19 lines (14 loc) · 318 Bytes

Shell Injection

A seemingly harmless command-line application with the shell injection vulnerability.

Execution

# Installation
sudo make install

# Building
make

# Running
lla

Try entering malicious arguments, such as . && echo I am ready\!;

Made with ❤ by Param.