Updated How to write a browser exploit using BrowserExploitServer (markdown)
This commit is contained in:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user