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