centos6.6上安裝beef

https://rvm.io/
https://rvm.io/rvm/security
https://www.runoob.com/ruby/ruby-installation-unix.html
https://cloud.tencent.com/developer/article/1409323

CentOS 6.5下安裝BeEF   https://blog.csdn.net/scnu_jiechao/article/details/50687353html


安裝GPG密鑰:
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

 安裝RVM:git

 yum -y update nssshell

curl -sSL https://get.rvm.io | bash -s stable

沒法在服務器使用curl命令訪問https域名,緣由是nss版本有點舊了,yum -y update nss更新一下ruby

用rvm安裝ruby: bash

rvm install ruby服務器

 安裝bundlercurl

 下載beef.gitui

[root@localhost ~]# mv beef /opt/
[root@localhost ~]# cd /opt/beef/
Required ruby-2.5.3 is not installed.
To install do: 'rvm install "ruby-2.5.3"'url

 

安裝指定版本的rubyspa

rvm install "ruby-2.5.3"

 

安裝完beef後退出beef目錄從新切換到beef目錄

 $ bundle

 

 

出現上面內容,就再次執行bundle:

 ./install

 

 

 

kali上的版本

uname -a 內核版本信息

lsb_release -a  發行版本信息。

 

相關文章
相關標籤/搜索