HackBar

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

HackBarคืออะไร?

HackBar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SecuriTeam และคุณลักษณะหลักของมันคือ "A HackBar for google chrome/firefox browser. Small tool for pentesting websercurity."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HackBar

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล pentest137@gmail.com
ประเภทการชำระเงิน 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"
        ]
    }
}