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 https://codelab.rs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hackers toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}