-
系统环境
Linux Mint 18 Sarah
-
安装工具
-
sudo apt-get install curl git nodejs
-
-
安装ruby管理工具
curl -sSL https://get.rvm.io | bash -s stablesource /etc/profile.d/rvm.shrvm install 2.3.0rvm use 2.3.0 --default
-
安装beEF
git clone git://github.com/beefproject/beef.git
-
进入beEF文件路径
cd beef
-
安装bundle依赖关系
apt install ruby-bundlergem install json -v '1.8.6'gem install eventmachine -v '1.0.9.1'gem install http_parser.rb -v '0.6.0'gem install msgpack -v '1.1.0'gem install nokogiri -v '1.7.1'gem install thin -v '1.7.0'gem install therubyracer -v '0.12.2'gem install do_sqlite3 -v '0.10.17'
-
安装bundle
gem install bundlebundle install'
-
启动beEF
./beef
如果启动报错, 需要重新安装bundle
- 打开浏览器
http://127.0.0.1:3000/ui/panel-
使用默认用户名 beef 密码 beef登录