Skip to content

sathish09/zsh_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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