Same Origin Method Execution - Targeting Tool
Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.
什麼是Same Origin Method Execution - Targeting Tool?
Same Origin Method Execution - Targeting Tool是由https://benhayak.com開發的Chrome擴展程式,該擴展的主要功能是“Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.”。
擴展截圖
下載Same Origin Method Execution - Targeting Tool擴展crx文件
下載Same Origin Method Execution - Targeting Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.
for more details about the SOME attack read:
https://www.blackhat.com/docs/eu-14/materials/eu-14-Hayak-Same-Origin-Method-Execution-Exploiting-A-Callback-For-Same-Origin-Policy-Bypass-wp.pdf 擴展基本資訊
| 名稱 | |
| ID | fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
| 官方網址 | https://chromewebstore.google.com/detail/same-origin-method-execut/fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
| 簡介 | Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack. |
| 檔案大小 | 27.47 KB |
| 安裝次數 | 205 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2017-03-27 |
| 上架時間 | 2017-03-27 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://benhayak.com |
| 付費類型 | free |
| 擴展官網 | http://www.someattack.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Same Origin Method Execution - Targeting Tool",
"description": "Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.",
"version": "0.0.2",
"icons": {
"128": "logo128.png"
},
"browser_action": {
"default_icon": "logo128.png"
},
"permissions": [
"contextMenus",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2
} | |