POC subprocess
☞ POC using the subprocess library with Python.
References:
Warning
Never pass untrusted input to subprocess.run
. As subprocess.run
has the ability to execute arbitrary commands on your computer, malicious individuals can use it to manipulate your computer in unexpected ways.
🤝
Contributing
☞ If you're interested in contributing to this repository, please follow the guidelines
🏅
Licensed
☞ This repository uses the Apache License 2.0