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 |
| 官方URL | 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
} | |