February 2016
Intermediate to advanced
296 pages
6h 9m
English
Metasploit Framework includes a huge collection of client-side exploits, many of them are meant to exploit known vulnerabilities in web browsers and there is a module that has the ability to detect the version of browser the client is using and picks the best exploit to trigger, this module is browser_autopwn or browser_autopwn2, in its newest version.
In this recipe, we will set up an attack with browser_autopwn2 and get it ready for a victim to come in.
use auxiliary/server/browser_autopwn2
show options
set SRVHOST ...Read now
Unlock full access