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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
} | |