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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 Same Origin Method Execution - Targeting Tool Same Origin Method Execution - Targeting Tool
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
}