An open API service indexing awesome lists of open source software.

https://github.com/dweinstein/docker-beef

Browser Exploitation Framework
https://github.com/dweinstein/docker-beef

Last synced: 2 months ago
JSON representation

Browser Exploitation Framework

Awesome Lists containing this project

README

        

Browser Exploitation Framework
======================

WebUI at https://127.0.0.1/panel

Login - beef/beef

From Docker Index
```
docker pull dweinstein/beef
```

Build Yourself
```
docker build -t dweinstein/beef .
```

Run
```
docker run --rm -i -t -p 3000:3000 -p 6789:6789 dweinstein/beef
```