HackBar

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

What is HackBar?

HackBar is a Chrome extension developed by SecuriTeam, and its main feature is "A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download HackBar Extension CRX File

Download HackBar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 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                    

Extension Basic Information

Name HackBar HackBar
ID djmoeoifnlhjolebkehmpaocfnipknbh
Official URL https://chromewebstore.google.com/detail/hackbar/djmoeoifnlhjolebkehmpaocfnipknbh
Description A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.
File Size 101 KB
Installation Count 9,000
Current Version 2.3.1
Last Updated 2020-06-15
Publish Date 2020-06-14
Rating 2.06/5 Total 16 Ratings
Developer SecuriTeam
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}