Oh-my-zsh Plugins for Metasploit Framework and Python SimpleHTTPServer

Sathish Kumar
iQube
Published in
1 min readNov 1, 2017

Oh-My-Zsh is an open source, community-driven framework for managing your ZSH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few things that make you shout…

Your terminal never felt this good before.

oh-my-zsh

So i have developed 2 plugins which increases my productivity. I usually play with the metasploit farmework most of the time. So just minimised the effort of typing things.

How can i install oh-my-zsh?

https://github.com/robbyrussell/oh-my-zsh

Metasploit framework handler plugin

Github Repository:

https://github.com/sathish09/zsh_plugins/tree/master/msf

oh-my-zsh plugin

Python SimpleServer Plugin

This helps in starting the python SimpleHTTPServer.

server http 8080

Github Repository:

https://github.com/sathish09/zsh_plugins/tree/master/simpleserver

python simpleserver plugin

--

--