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.
Cos'è Same Origin Method Execution - Targeting Tool?
Same Origin Method Execution - Targeting Tool è un'estensione di Chrome sviluppata da https://benhayak.com, e la sua funzione principale è "Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Same Origin Method Execution - Targeting Tool
Scarica i file di estensione Same Origin Method Execution - Targeting Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Same Origin Method Execution - Targeting Tool |
ID | fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
URL Ufficiale | https://chromewebstore.google.com/detail/same-origin-method-execut/fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
Descrizione | Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack. |
Dimensione del File | 27.47 KB |
Conteggio Installazioni | 205 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-03-27 |
Data di Pubblicazione | 2017-03-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://benhayak.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.someattack.com |
Lingue Supportate | 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 } |