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

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

 安装RVM:

 yum -y update nss

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

无法在服务器使用curl命令访问https域名,原因是nss版本有点旧了,yum -y update nss更新一下

 rvm install ruby

kali上的版本

uname -a 内核版本信息

lsb_release -a  发行版本信息。

 

猜你喜欢

转载自www.cnblogs.com/linuxws/p/11037314.html