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 to jest Same Origin Method Execution - Targeting Tool?
Same Origin Method Execution - Targeting Tool to rozszerzenie Chrome opracowane przez https://benhayak.com, a jego główną funkcją jest „Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Same Origin Method Execution - Targeting Tool
Pobierz pliki rozszerzeń Same Origin Method Execution - Targeting Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Same Origin Method Execution - Targeting Tool |
ID | fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
Oficjalny URL | https://chromewebstore.google.com/detail/same-origin-method-execut/fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
Opis | Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack. |
Rozmiar pliku | 27.47 KB |
Liczba instalacji | 205 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2017-03-27 |
Data Publikacji | 2017-03-27 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://benhayak.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.someattack.com |
Obsługiwane Języki | 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 } |