h4ck3r

All in one Red Team Developer Tool Kit

什麼是h4ck3r?

h4ck3r是由DoomSec開發的Chrome擴展程式,該擴展的主要功能是“All in one Red Team Developer Tool Kit”。

擴展截圖

screenshot

下載h4ck3r擴展crx文件

下載h4ck3r擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A Browser Extension for chromium/firefox browser. Small tool for Developers & Pentesters.

#How to use
Press F12 & click h4ck3r on the menu.
A Browser Extension for chromium/firefox browser. Small tool for Developers & Pentesters.

Documentation : https://4nkitd.github.io/h4ck3r/

Opensource : https://github.com/4nkitd/h4ck3r/

Features
* Encoding/Decoding ( base64, url, hex ).
* Encryption ( md5, sha256, sha512, sha3 ).
* Cypher ( AES encryption/Decryption ).
* Tools ( json beautifier ).
* Wiki ( helpful doc of sql injection, Python, linux, networking, ).                    

擴展基本資訊

名稱 h4ck3r h4ck3r
ID kmnlfjgamfnhcmpfnmgpiapacncdipad
官方網址 https://chromewebstore.google.com/detail/h4ck3r/kmnlfjgamfnhcmpfnmgpiapacncdipad
簡介 All in one Red Team Developer Tool Kit
檔案大小 178 KB
安裝次數 510
目前版本 0.0.8
更新時間 2021-09-14
上架時間 2021-09-14
評分 5.00/5 共 1 次評分
開發者 DoomSec
電子郵箱 [email protected]
付費類型 free
擴展官網 https://4nkitd.github.io/h4ck3r/
說明頁面URL https://4nkitd.github.io/h4ck3r/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "h4ck3r",
    "version": "0.0.8",
    "description": "All in one Red Team Developer Tool Kit",
    "browser_action": {
        "default_title": "h4ck3r",
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/assets\/icons\/icon-16.png",
            "32": ".\/assets\/icons\/icon-32.png",
            "48": ".\/assets\/icons\/icon-48.png",
            "128": ".\/assets\/icons\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": ".\/assets\/icons\/icon-16.png",
        "32": ".\/assets\/icons\/icon-32.png",
        "48": ".\/assets\/icons\/icon-48.png",
        "128": ".\/assets\/icons\/icon-128.png"
    },
    "devtools_page": "devtools\/devtools.html",
    "content_scripts": [
        {
            "css": [
                "injection\/injection.css"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "injection\/injection.js",
                "injection\/dragable.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}