From 52861973b640a23ee7e757e8a231544fb4a2da22 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Mon, 22 Sep 2014 08:29:35 -0700 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 c7be86597d..3d47637b63 100644 --- a/How-to-write-a-browser-exploit-using-BrowserExploitServer.md +++ b/How-to-write-a-browser-exploit-using-BrowserExploitServer.md @@ -111,7 +111,7 @@ def on_request_exploit(cli, request, target_info) end ``` -### Crafting HTML madness +### Crafting HTML with BrowserExploitServer There are two coding styles the BrowserExploitServer mixin supports: The good old HTML, or ERB template. The first is pretty self-explanatory: