subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
" if ($word -ne $null) { $word.Quit() } " "}" ) result = subprocess.run( ["powershell", "-NoProfile", "-Command", command], capture_output=True, text=True,- Confidence
- 82% confidence
- Finding
- result = subprocess.run( ["powershell", "-NoProfile", "-Command", command], capture_output=True, text=True, timeout=180,
