subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
# Run the command try: output = subprocess.check_output( payload["command"], shell=True, stderr=subprocess.STDOUT,- Confidence
- 99% confidence
- Finding
- output = subprocess.check_output( payload["command"], shell=True, stderr=subprocess.STDOUT, text=True, )
