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.
Wat is Same Origin Method Execution - Targeting Tool?
Same Origin Method Execution - Targeting Tool is een Chrome-extensie ontwikkeld door https://benhayak.com, en de belangrijkste functie is "Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.".
Extensie Screenshots
Download het CRX-bestand van de extensie Same Origin Method Execution - Targeting Tool
Download Same Origin Method Execution - Targeting Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
| Officiële URL | https://chromewebstore.google.com/detail/same-origin-method-execut/fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
| Beschrijving | Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack. |
| Bestandsgrootte | 27.47 KB |
| Aantal Installaties | 205 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2017-03-27 |
| Publicatiedatum | 2017-03-27 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://benhayak.com |
| Betalingswijze | free |
| Extensiewebsite | http://www.someattack.com |
| Ondersteunde Talen | 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
} | |