subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
] for cmd in cmds: try: subprocess.Popen(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) return cmd[0] except Exception: continue- Confidence
- 95% confidence
- Finding
- subprocess.Popen(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
