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