Hackers toolkit

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

Hackers toolkit là gì?

Hackers toolkit là một tiện ích mở rộng Chrome được phát triển bởi https://codelab.rs, và tính năng chính của nó là "Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hackers toolkit

Tải xuống các tệp mở rộng Hackers toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hackers toolkit Hackers toolkit
ID iebkeiopbbfnmieadmojmocohdmaghmb
URL Chính Thức https://chromewebstore.google.com/detail/hackers-toolkit/iebkeiopbbfnmieadmojmocohdmaghmb
Mô tả Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method.
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 5,405
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-04-23
Ngày Phát Hành 2018-04-23
Đánh Giá 4.08/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://codelab.rs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://codelab.rs/hackers-toolkit/
URL Trang Trợ Giúp https://codelab.rs/hackers-toolkit/contact
Ngôn Ngữ Được Hỗ Trợ 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'"
}