linux,  Tools

msfvenom自动补全

1. 安装oh-my-zsh

  1. 安装 zsh
    apt install zsh
  2. 切换shell
    chsh -s /bin/zsh
  3. 安装 git
    apt install git
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

2. 安装msfvenom-zsh-completion

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

vim ~/.zshrc //添加msfvenom
plugins=(git xx  msfvenom)

source ~/.zsh

3. 可能会遇到的问题

也许在做了上面的步骤后还是无效,那么可以切换到~/.oh-my-zsh/custom/plugins/msfvenom 在这个目录下运行 compinit

留言

您的电子邮箱地址不会被公开。 必填项已用 * 标注