bandit/examples/os_system.py

4 lines
37 B
Python

import os
os.system('/bin/echo hi')