Hackers toolkit

Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.

Hackers toolkitคืออะไร?

Hackers toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codelab.rs และคุณลักษณะหลักของมันคือ "Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hackers toolkit

ดาวน์โหลดไฟล์ส่วนขยาย Hackers toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DISCLAIMER: THIS TOOL IS FOR EDUCATION PURPOSE ONLY! You cannot use this tool to "hack" facebook accounts, email accounts etc so don't even contact me asking how to do that. This tool is intended for penetration testing and people who know what are they doing and what these tools do.

You can use this tool to quickly encode or decode string with a certain encryption or get the query for a certain web hacking method. Find out more on help page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hackers toolkit Hackers toolkit
ID iebkeiopbbfnmieadmojmocohdmaghmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hackers-toolkit/iebkeiopbbfnmieadmojmocohdmaghmb
คำอธิบาย Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 5,405
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-04-23
วันที่เผยแพร่ 2018-04-23
คะแนน 4.08/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://codelab.rs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://codelab.rs/hackers-toolkit/
URL หน้าช่วยเหลือ https://codelab.rs/hackers-toolkit/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hackers toolkit",
    "version": "1.0.1",
    "description": "Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.",
    "icons": {
        "128": "img\/icon-128.png",
        "64": "img\/icon-64.png",
        "48": "img\/icon-48.png",
        "32": "img\/icon-32.png",
        "16": "img\/icon-16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-latest.min.js",
                "js\/chosen.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}