subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
return 1 print("[2/2] Running silent install...") proc = subprocess.run( [ str(dest_path), "/verysilent",- Confidence
- 98% confidence
- Finding
- proc = subprocess.run( [ str(dest_path), "/verysilent", "/suppressmsgboxes", "/norestart", "/log", ], check=Fals
