Linux安装beef-xss[ubuntu _ centos]

安装rvm

curl -L get.rvm.io | bash

安装ruby2.5

rvm install 2.5 --default

配置环境变量

vim  ~/.bashrc

source ~/.bashrc

安装beef

git clone git://github.com/beefproject/beef.git
cd beef
yum install libcurl libcurl-devel
bundle install

以上如果还搞不定:
https://github.com/beefproject/beef/wiki/Installation
https://www.cnblogs.com/waw/p/12024730.html
https://www.jianshu.com/p/43587562431c

posted @ 2020-06-13 10:35  mrhonest  阅读(2090)  评论(0)    收藏  举报