This repository contains a legacy XUL overlay addon for old Firefox-based browsers (Cyberfox class), based on HackBar and modified builds.
From install.rdf:
- Name:
HackBar By Fumioryoto - Version:
v2.0.2 - Addon ID:
cyber71@bd.com - Type: legacy extension (
em:type=2) - Overlay target:
chrome://browser/content/browser.xul(classic pre-WebExtension architecture)
It adds a HackBar toolbar to the browser with payload and encoding helpers (SQL, XSS, URL/Base64/HEX helpers, quick string transforms, POST/referrer editing, etc.).
Core behavior from source:
- Toggle toolbar with
F9 - Load current tab URL into HackBar
- Split URL params into lines
- Execute edited URL
- Optional POST body and Referrer fields
install.rdf: addon metadata and ID (cyber71@bd.com)chrome.manifest: registerscontent,locale,skin, and browser overlaychrome/content/: JS + XUL UI logicchrome/locale/en-US/: strings (hackbar.dtd,hackbar.properties)chrome/skin/andchrome/os/: icons and CSS assetsdefaults/preferences/hackbarPrefs.js: default prefs
Use one of these methods.
- Zip the addon contents so
install.rdfis at the archive root. - Rename the zip to
hackbar-fumioryoto-v2.0.2.xpi. - In Cyberfox Portable, open Add-ons Manager and install from file.
PowerShell example (run in this repo):
Compress-Archive -Path chrome,defaults,chrome.manifest,install.rdf -DestinationPath .\hackbar-fumioryoto-v2.0.2.xpi -Force- Find your active profile folder.
- Create folder:
extensions\cyber71@bd.com - Copy these into that folder:
chrome\defaults\chrome.manifestinstall.rdf
For portable builds, profile paths differ by launcher. Common locations:
<CyberfoxPortable>\Data\profile\extensions\<CyberfoxPortable>\profile\extensions\
If unsure, open about:support in Cyberfox and check Profile Folder, then use:
<Profile Folder>\extensions\
For unpacked install:
<Profile Folder>\extensions\cyber71@bd.com\...files...
For XPI drop-in install (offline/manual style):
<Profile Folder>\extensions\cyber71@bd.com.xpi
- Restart Cyberfox after install.
- Press
F9to show/hide HackBar. - Use:
Load URLto copy current page URL into the editorSplit URLto break parameters onto new linesExecuteto open modified request
- Enable
Postand/orReferrercheckboxes when needed.
Useful shortcuts from the addon:
F9: toggle HackBarAlt + A: use current URLAlt + S: split URLAlt + X: execute URLCtrl + Enterin text fields: execute
- This is a legacy addon (not a modern WebExtension).
- Intended for old Firefox/Cyberfox architecture with XUL overlays.
install.rdftarget max version is old (4.0.*), so compatibility enforcement may need to be relaxed in some setups.
- Addon not visible:
- Press
F9 - Check toolbar customization/menu entry for HackBar toggle
- Press
- Addon not loading:
- Ensure folder name matches addon ID exactly:
cyber71@bd.com - Ensure
install.rdfis present at root of addon folder/XPI
- Ensure folder name matches addon ID exactly:
- Portable path confusion:
- Use
about:support-> Profile Folder and install into that profile'sextensionsdirectory
- Use
This addon includes offensive security payload helpers. Use only in authorized environments (your own systems, labs, CTFs, or with explicit written permission).