subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
except: pass e = t.replace("'","''") log(f"Play vol={cv} text={t[:20]}") subprocess.run( ["powershell","-ExecutionPolicy","Bypass","-NoProfile","-c", "Add-Type -AssemblyName System.Speech; " "$s=New-Object System.Speech.Synthesis.SpeechSynthesizer; "- Confidence
- 92% confidence
- Finding
- subprocess.run( ["powershell","-ExecutionPolicy","Bypass","-NoProfile","-c", "Add-Type -AssemblyName System.Speech; " "$s=New-Object System.Speech.Synthes
