Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

35 lines (16 loc) · 534 Bytes

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