Skip to content
Jack Walker edited this page Jan 3, 2020 · 17 revisions

Overview

The Browser Exploitation Framework (BeEF) is a powerful and intuitive security tool. BeEF is pioneering techniques that provide penetration testers with practical client-side attack vectors. Unlike other security frameworks, BeEF focuses on leveraging browser vulnerabilities to assess the security posture of a target. This project is developed solely for lawful research and penetration testing.

BeEF hooks one or more web browsers to the application for the launching of directed command modules. Each browser is likely to be within a different security context, and each context may provide a set of unique attack vectors. The framework allows the penetration tester to select specific modules (in real-time) to target each browser, and therefore each context.

The framework contains numerous command modules that employ BeEF's simple and powerful API. This API is at the heart of the framework's effectiveness and efficiency. It abstracts complexity and facilitates quick development of custom modules.

Main Site

https://beefproject.com

Community

Mailing Lists

To join the standard mailing list send a mail to beef-subscribe@bindshell.net.

To join the development mailing list send a mail to beef-dev-subscribe@bindshell.net.

FAQ

Frequently Asked Questions


Start

Clone this wiki locally