BeEF Mint-17.2 설치

BeEF Mint-17.2 설치

BeEF를 설치하고 싶지만 다음 단계를 따르면단계일부 오류가 있습니다.

1) - RVM이 설치되지 않았습니다.

2) 소스 ~/.rvm/scripts/rvm을 수행하면 오류가 발생합니다.

raph@raph-xxxxxxxxx ~/beef $ source ~/.rvm/scripts/rvm
bash: /home/raph/.rvm/scripts/rvm: No such file or directory

3) 번들 설치시 오류가 발생합니다.

An error occurred while installing json (1.8.1), and Bundler cannot   continue.
Make sure that `gem install json -v '1.8.1'` succeeds before bundling.

답변1

mrt 덕분에 mibbit: BeEF를 설치하려면 RVM을 설치해야 했습니다. 그들의 다음단계, RVM을 설치할 수 있었습니다. 다음 단계는 이었습니다 gem install bundler. 마지막으로 다음 단계에 따라 BeEF를 설치합니다.

git clone git://github.com/beefproject/beef.git
cd beef
bundle install
ruby beef

관련 정보