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.
Co je Same Origin Method Execution - Targeting Tool?
Same Origin Method Execution - Targeting Tool je rozšíření Chrome vyvinuté https://benhayak.com, a jeho hlavní funkcí je „Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Same Origin Method Execution - Targeting Tool
Stáhněte si soubory rozšíření Same Origin Method Execution - Targeting Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Same Origin Method Execution - Targeting Tool |
ID | fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
Oficiální URL | https://chromewebstore.google.com/detail/same-origin-method-execut/fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
Popis | Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack. |
Velikost souboru | 27.47 KB |
Počet instalací | 205 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2017-03-27 |
Datum Vydání | 2017-03-27 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://benhayak.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.someattack.com |
Podporované Jazyky | 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 } |