From f3c7fb0230742804be80c62798f52933c42e7630 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Tue, 9 Dec 2014 10:13:21 -0800 Subject: [PATCH] Updated How to write a browser exploit using BrowserExploitServer (markdown) --- How-to-write-a-browser-exploit-using-BrowserExploitServer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-write-a-browser-exploit-using-BrowserExploitServer.md b/How-to-write-a-browser-exploit-using-BrowserExploitServer.md index c8b6c6aac4..26c008e3b3 100644 --- a/How-to-write-a-browser-exploit-using-BrowserExploitServer.md +++ b/How-to-write-a-browser-exploit-using-BrowserExploitServer.md @@ -4,7 +4,7 @@ The Metasploit Framework provides different mixins you can use to develop a brow * **Msf::Exploit::Remote::HttpServer::HTML** - which provides Javascript functions that the module can use when crafting HTML contents. * **[Msf::Exploit::Remote::BrowserExploitServer](https://github.com/rapid7/metasploit-framework/wiki/How-to-write-a-browser-exploit-using-BrowserExploitServer)** - which includes features from both HttpServer and HttpServer::HTML, but with even more goodies. This writeup covers the [BrowserExploitServer](https://rapid7.github.io/metasploit-framework/Msf/Exploit/Remote/BrowserExploitServer.html) mixin. -## The Automatic Exploitation Procedure +### The Automatic Exploitation Procedure The BrowserExploitServer mixin is the only mixin specially designed for browser exploitation. Before you use this mixin, you should understand what it does behind the scenes for you: