Updated supported browser list for CORS debug module

This commit is contained in:
bcoles
2012-11-26 16:38:07 +10:30
parent 3152f41a18
commit 9083586135
2 changed files with 14 additions and 1 deletions

View File

@@ -13,3 +13,16 @@ beef:
authors: ["bcoles"]
target:
working: ["ALL"]
not_working:
IE:
min_ver: 6
max_ver: 7
O:
min_ver: 1
max_ver: 11
C:
min_ver: 1
max_ver: 2
S:
min_ver: 1
max_ver: 3

View File

@@ -14,7 +14,7 @@ class Test_cors_request < BeEF::Core::Command
def self.options
return [
{'name' => 'method', 'ui_label' =>'Method', 'type' => 'text', 'width' => '400px', 'value' => 'POST' },
{'name' => 'method', 'ui_label' =>'Method', 'type' => 'text', 'width' => '400px', 'value' => 'GET' },
{'name' => 'url', 'ui_label' =>'URL', 'type' => 'text', 'width' => '400px', 'value' => 'http://graph.facebook.com/fql?q=SELECT%20url,total_count%20FROM%20link_stat%20WHERE%20url=%27http://beefproject.com/%27' },
{'name' => 'data', 'ui_label' =>'Data', 'type' => 'text', 'width' => '400px', 'value' => 'postdata' },
]