Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Green-m/msfvenom-zsh-completion
- Owner: Green-m
- License: gpl-3.0
- Created: 2018-11-15T07:28:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T01:28:09.000Z (9 months ago)
- Last Synced: 2024-08-05T17:41:40.943Z (5 months ago)
- Topics: metasploit, msfvenom, oh-my-zsh, zsh
- Homepage:
- Size: 30.3 KB
- Stars: 53
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - Green-m/msfvenom-zsh-completion - zsh completion for msfvenom in Metasploit (Others)
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).