HackBar

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

Cos'è HackBar?

HackBar è un'estensione di Chrome sviluppata da SecuriTeam, e la sua funzione principale è "A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HackBar

Scarica i file di estensione HackBar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        # 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                    

Informazioni di Base sull'Estensione

Nome HackBar HackBar
ID djmoeoifnlhjolebkehmpaocfnipknbh
URL Ufficiale https://chromewebstore.google.com/detail/hackbar/djmoeoifnlhjolebkehmpaocfnipknbh
Descrizione A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.
Dimensione del File 101 KB
Conteggio Installazioni 9,000
Versione Corrente 2.3.1
Ultimo Aggiornamento 2020-06-15
Data di Pubblicazione 2020-06-14
Valutazione 2.06/5 Totale 16 Valutazioni
Sviluppatore SecuriTeam
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}