HackBar

A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.

HackBarとは何ですか?

HackBarはSecuriTeamによって開発されたChromeの拡張機能で、その主な機能は「A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

HackBar拡張機能のCRXファイルをダウンロード

HackBar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        # How to use #
* Press F12 to open hackbar
# Features #
* Load, split, execute url from address bar.
* Custom/add referrer url, User Agent, cookie.
* Tools: md5, sha1, sha256, rot13 encryption, url, base64 encoding, beautifier json data, sql, xss features.

Firefox Extension: https://addons.mozilla.org/en-US/firefox/addon/hackbartool

How to get license key: https://hackbar.herokuapp.com/howto                    

拡張機能の基本情報

名前 HackBar HackBar
ID djmoeoifnlhjolebkehmpaocfnipknbh
公式URL https://chromewebstore.google.com/detail/hackbar/djmoeoifnlhjolebkehmpaocfnipknbh
説明 A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.
ファイルサイズ 101 KB
インストール数 9,000
現在のバージョン 2.3.1
最終更新日 2020-06-15
公開日 2020-06-14
評価 2.06/5 合計 16 レビュー
開発者 SecuriTeam
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A HackBar for google chrome\/firefox browser. Small tool for pentesting websercurity.",
    "manifest_version": 2,
    "name": "HackBar",
    "version": "2.3.1",
    "author": "Khoiasd",
    "homepage_url": "https:\/\/hackbar.herokuapp.com",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "devtools_page": "theme\/hackbar.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}