subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
# 3. Cmd+Shift+A 呼出微信截图 print("[3] Cmd+Shift+A") subprocess.run(["osascript", "-e", 'tell app "System Events" to keystroke "a" using {command down, shift down}'], timeout=5) time.sleep(1.5)- Confidence
- 94% confidence
- Finding
- subprocess.run(["osascript", "-e", 'tell app "System Events" to keystroke "a" using {command down, shift down}'], timeout=5)
