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
- Host: GitHub
- URL: https://github.com/dweinstein/docker-beef
- Owner: dweinstein
- Created: 2014-10-23T22:06:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T14:19:29.000Z (over 10 years ago)
- Last Synced: 2025-01-12T03:27:46.844Z (4 months 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
```