Python Eval Code Execution
Python's eval() method is vulnerable to arbitrary code execution.
Investigation
If the Python script allows us to input some value to the "text" variable, we can inject arbitrary code.
Arbitrary Code Execution
Most of the time, we need to bypass another expression to execute our desired command.
Reverse Shell
Last updated