https://github.com/dweinstein/docker-beef
Browser Exploitation Framework
https://github.com/dweinstein/docker-beef
Last synced: about 1 year ago
JSON representation
Browser Exploitation Framework
- Host: GitHub
- URL: https://github.com/dweinstein/docker-beef
- Owner: dweinstein
- Created: 2014-10-23T22:06:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T14:19:29.000Z (over 11 years ago)
- Last Synced: 2025-03-01T12:42:14.752Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 91.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```