Browser exploit framework

sivarap 974 views 13 slides Jun 16, 2014
Slide 1
Slide 1 of 13
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation

No description available for this slideshow.


Slide Content

-Prashanth Sivarajan [email protected]

What is BeEF ? BeEF is short for The Browser Exploitation Framework. It is a penetration testing tool that focuses on the web browser. Amid growing concerns about web-borne attacks against clients, including mobile clients, BeEF allows the professional penetration tester to assess the actual security posture of a target environment by using client-side attack vectors. Unlike other security frameworks, BeEF looks past the hardened network perimeter and client system, and examines exploitability within the context of the one open door: the web browser. BeEF will hook one or more web browsers and use them as beachheads for launching directed command modules and further attacks against the system from within the browser context.

How it works

UI Overview

Command Modules

Command Modules

Command Modules

Command Modules

Command Modules

Command Modules

Metasploit Integration Start msgrpc on metasploit Enable metasploit in config.yaml Configure BeEF with msgrpc username and pwd in extensions/ metasploit / config.yaml Start beef

Tunnelling Proxy Doesn’t work like it used to thanks to same origin policy of browsers Make request in the context of the hooked browser.

BeEF API Example Authenticate List hooked browsers Make persistent (popup under) Determine the type of browser if browser.match (/^IE /) { add iframe with URL for Metasploit module ms10_046_shortcut_icon_dllloader} Else {execute a different module}
Tags