Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Green-m/msfvenom-zsh-completion

zsh completion for msfvenom in Metasploit
https://github.com/Green-m/msfvenom-zsh-completion

metasploit msfvenom oh-my-zsh zsh

Last synced: about 2 months ago
JSON representation

zsh completion for msfvenom in Metasploit

Awesome Lists containing this project

README

        

# msfvenom zsh completion

![](https://i.imgur.com/DJV1Jie.gif)

## install

```
# You have to install oh-my-zsh first.

# Download the msfvenom plugin.
git clone https://github.com/Green-m/msfvenom-zsh-completion ~/.oh-my-zsh/custom/plugins/msfvenom/

# Open your ~/.zshrc file and enable msfvenom plugin like below
# plugins=(... msfvenom)

source ~/.zshrc
```

## bug

If you get stuck into troubles when using it, run `compinit` to reinitialize the zsh completion environment, reference [here](https://github.com/andsens/homeshick/issues/89).