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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly encode or decode string with a certain encryption or get the query for a certain web hacking method."입니다.

확장 프로그램 스크린샷

screenshot

Hackers toolkit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}