Updated How to write a browser exploit using BrowserExploitServer (markdown)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
### Introduction
|
||||
|
||||
The Metasploit Framework provides different mixins you can use to develop a browser exploit, mainly they are: Msf::Exploit::Remote::HttpServer, which is the most basic form of a HTTP server. Msf::Exploit::Remote::HttpServer::HTML, which provides Javascript functions that the module can use when crafting HTML contents. And Msf::Exploit::Remote::BrowserExploitServer, which includes features from both HttpServer and HttpServer::HTML, but with even more goodies. This writeup covers the BrowserExploitServer mixin.
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user