subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
try: import time subprocess.Popen( [str(exe)], cwd=str(Path(opend_path)), stdout=subprocess.DEVNULL,- Confidence
- 85% confidence
- Finding
- subprocess.Popen( [str(exe)], cwd=str(Path(opend_path)), stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, start_new_session=Tru
