https://github.com/secana/beef
Docker image for The Browser Exploitation Framework (Beef)
https://github.com/secana/beef
beef exploitation exploitation-framework phishing
Last synced: 7 months ago
JSON representation
Docker image for The Browser Exploitation Framework (Beef)
- Host: GitHub
- URL: https://github.com/secana/beef
- Owner: secana
- License: apache-2.0
- Created: 2020-10-14T09:20:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T10:11:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T01:28:57.433Z (9 months ago)
- Topics: beef, exploitation, exploitation-framework, phishing
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beef Docker Image
Docker image for [The Browser Exploitation Framework (Beef)](https://beefproject.com/)
## Run
Run with: `docker run -p 3000:3000 -p 6789:6789 -p 61985:61985 -p 61986:61986 --rm --name beef secana/beef`
Web interface: [http://localhost:3000/ui/panel](http://localhost:3000/ui/panel)
Username: beef
Password: feeb## Build and deploy
Build image: `docker build -t secana/beef .`
Deploy: `docker push secana/beef`