subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
# Note: PowerShell printing is limited, may not work for all file types """ result = subprocess.run( ['powershell', '-Command', ps_script], capture_output=True, text=True,- Confidence
- 98% confidence
- Finding
- result = subprocess.run( ['powershell', '-Command', ps_script], capture_output=True, text=True, timeout=30 )
