Skip to content

TangoMan Dockerized BeEF is a fast and handy way to deploy BeEF with docker

Notifications You must be signed in to change notification settings

TangoMan75/dockerized-beef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TangoMan Dockerized BeEF

TangoMan Dockerized BeEF is a fast and handy way to deploy BeEF with docker.

Dependencies

TangoMan Dockerized BeEF requires the following dependencies:

  • Make
  • Docker

Make

Install Make (Linux)

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

Install Make (Windows)

On windows machine you will need to install cygwin or GnuWin make first to execute make script.

Install Make (OS X)

Make exists by default on OS X, if you want a newer version:

$ brew install make

Docker

Install Docker (Linux)

On linux machine enter following command

$ sudo apt-get update
$ sudo apt-get install -y docker.io

Configure Docker (Linux)

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

Install Docker (Windows)

Download docker installer

Install Docker (OS X)

Download docker installer

Start container

Enter following command to build container and start node server.

$ make up

Bonus

Anytime you need more details about available commands, type :

$ make

BeEF

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

License

Copyrights (c) 2020 "Matthias Morin" <[email protected]>

License Distributed under the MIT license.

If you like TangoMan Makefile Generator please star, follow or tweet:

GitHub stars GitHub followers Twitter

... And check my other cool projects.

LinkedIn

About

TangoMan Dockerized BeEF is a fast and handy way to deploy BeEF with docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages