TangoMan Dockerized BeEF is a fast and handy way to deploy BeEF with docker.
TangoMan Dockerized BeEF requires the following dependencies:
- Make
- Docker
Make is present by default on most linux distributions, if you want a newer version enter following command:
$ sudo apt-get update
$ sudo apt-get install -y make
On windows machine you will need to install cygwin or GnuWin make first to execute make script.
Make exists by default on OS X, if you want a newer version:
$ brew install make
On linux machine enter following command
$ sudo apt-get update
$ sudo apt-get install -y docker.io
Add current user to docker group
$ sudo usermod -a -G docker ${USER}
You will need to log out and log back in current user to use docker
Download docker installer
Download docker installer
- https://download.docker.com/mac/static/stable/x86_64/docker-19.03.5.tgz
- https://download.docker.com/mac/beta/Docker.dmg
Enter following command to build container and start node server.
$ make up
Anytime you need more details about available commands, type :
$ make
BeEF official website: https://beefproject.com
BeEF control panel can be found here: http://localhost/ui/panel
username: root
password: toor
Basic demo page here: http://localhost/demos/basic.html
Advanced demo page: http://localhost/demos/butcher/index.html
Hook can be found here: http://localhost/hook.js
Copyrights (c) 2020 "Matthias Morin" <mat@tangoman.io>
Distributed under the MIT license.
If you like TangoMan Makefile Generator please star, follow or tweet:
... And check my other cool projects.