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.
ما هو Same Origin Method Execution - Targeting Tool؟
Same Origin Method Execution - Targeting Tool هو إضافة Chrome تم تطويرها بواسطة https://benhayak.com، والميزة الرئيسية لها هي "Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Same Origin Method Execution - Targeting Tool
قم بتنزيل ملفات الامتداد Same Origin Method Execution - Targeting Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/same-origin-method-execut/fkkjcdngcdcdgebgpkfanbckgkkpgkhb |
| الوصف | Returns a string representing a target reference for active DOM elements designed for hijacking a method execution in a SOME attack. |
| حجم الملف | 27.47 KB |
| عدد التثبيتات | 205 |
| النسخة الحالية | 0.0.2 |
| آخر تحديث | 2017-03-27 |
| تاريخ النشر | 2017-03-27 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://benhayak.com |
| نوع الدفع | free |
| موقع الإضافة | http://www.someattack.com |
| اللغات المدعومة | 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
} | |