/zsh_plugins

zsh plugin for metasploit framework

Primary LanguageShell

zsh_msf

oh my zsh plugins

Install

⚠️ You need to install Oh My ZSH

Metasploit plugin

Example usage:

Start handlers using

msf windows msf reverse tcp 10.1.75.248 448

msf windows msf bind tcp 10.1.75.248 448 x64

msf windows cmd reverse tcp 10.1.75.248 448

msf linux msf reverse http 10.1.75.248 448 x64

msf linux msf reverse https 10.1.75.248 448 x86

Python SimpleServer Plugin

Example usage:

server http 8080

server https 8081