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

This commit is contained in:
sinn3r
2015-03-25 13:34:40 -05:00
parent 253d334ac6
commit c3fcd6e3e2
@@ -24,14 +24,14 @@ Exploitable browser requirements are defined under "BrowserRequirements" in the
```ruby
'BrowserRequirements' =>
{
:source => /script/i,
:activex => [
source: /script/i,
activex: [
{
:clsid => '{D27CDB6E-AE6D-11cf-96B8-444553540000}',
:method => 'LoadMovie'
}
],
:os_name => /win/i
os_name: /win/i
}
```