Updated How to write a browser exploit using BrowserExploitServer (markdown)

This commit is contained in:
wchen-r7
2014-09-22 08:29:35 -07:00
parent d6d1510372
commit 52861973b6
@@ -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: