HackBar

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

Co to jest HackBar?

HackBar to rozszerzenie Chrome opracowane przez SecuriTeam, a jego główną funkcją jest „A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia HackBar

Pobierz pliki rozszerzeń HackBar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        # 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                    

Podstawowe informacje o rozszerzeniu

Nazwa HackBar HackBar
ID djmoeoifnlhjolebkehmpaocfnipknbh
Oficjalny URL https://chromewebstore.google.com/detail/hackbar/djmoeoifnlhjolebkehmpaocfnipknbh
Opis A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity.
Rozmiar pliku 101 KB
Liczba instalacji 9,000
Aktualna Wersja 2.3.1
Ostatnia Aktualizacja 2020-06-15
Data Publikacji 2020-06-14
Ocena 2.06/5 Łącznie 16 Oceny
Deweloper SecuriTeam
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}