beefproject / beef

The Browser Exploitation Framework Project
https://beefproject.com
9.74k stars 2.16k forks source link

can some one show a demo on how to use metasploit in beef #693

Closed anakin629 closed 12 years ago

anakin629 commented 12 years ago

I used beef for a month ,other things a perfect , but one thing bothered me a lot , I can not use metasploit in the newest version of beef, can some one share the experience of using beef or how to configure to use metasploit

antisnatchor commented 12 years ago

What issues to you have?

Just start Metasploit with "./msfconsole -r beef.rc", where beef.rc is a file with the following contents: load msgrpc ServerHost=172.16.67.1 Pass=abc123

Be sure to have ServerHost, host and callback_host with the same IP. host and callback_host are in beef/extensions/metasploit/config.yaml

Finally, enable metasploit in the main BeEF config.yaml and start BeEF. You will see modules loaded from MSF, and it will work.

Let us know Cheers

anakin629 commented 12 years ago

thx ,antisnatchor, I successfully load metasploit after you comment . I think beef need to write a user guide for pentesters , with some real case .

antisnatchor commented 12 years ago

No probs mate, glad it worked. Do you want to contribute on such a guide?

Anyway, we have a few blog posts about that: this is part 2 http://blog.beefproject.com/2012/05/beef-in-real-world-pen-test-part-2.html You can find part 1 as well, and part 3 coming soon.

LEt me know

antisnatchor commented 12 years ago

Update. anakin629 is working on an updated wiki page, possibly together with Maximilano Soler.

bcoles commented 12 years ago

Closed. A new issue has been created. Issue #704