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.
Was ist Same Origin Method Execution - Targeting Tool?
Same Origin Method Execution - Targeting Tool ist eine Chrome-Erweiterung, die von https://benhayak.com entwickelt wurde, und ihr Hauptmerkmal ist "Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.".
Erweiterungsscreenshots
Same Origin Method Execution - Targeting Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Same Origin Method Execution - Targeting Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
| Offizielle URL | https://chromewebstore.google.com/detail/same-origin-method-execut/fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
| Beschreibung | Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack. |
| Dateigröße | 27.47 KB |
| Installationsanzahl | 205 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2017-03-27 |
| Veröffentlichungsdatum | 2017-03-27 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://benhayak.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.someattack.com |
| Unterstützte Sprachen | 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
} | |