From 36a79541a15d02f443ffc1a5f3ba366284a592ae Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Wed, 20 Nov 2013 13:13:32 -0800 Subject: [PATCH] use ruby syntax --- 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 e631074a8b..cf22b99d4d 100644 --- a/How-to-write-a-browser-exploit-using-BrowserExploitServer.md +++ b/How-to-write-a-browser-exploit-using-BrowserExploitServer.md @@ -168,7 +168,7 @@ The BrowserExploitServer mixin also offers plenty of other things useful while c To get thing started, here's a code example you can use start developing your browser exploit: -``` +```ruby ## # This module requires Metasploit: http//metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework