Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Releases: PhHitachi/HackBar

Hackbar v2.9

28 Sep 05:15
Compare
Choose a tag to compare
  • HackBar v2.9

    Customize Hackbar are added to make easily and good UI/Design of your own.

    • Tools (8 in 1)

      • LiveHTTPHeader working on CyberFox Browser
      • Tamper Data
      • View Source
      • JS on/off
      • noRedirect
      • Customize Hackbar
      • HTTP Proxy fixed
      • Admin Finder new
    • Added new Field

      • Cookie set/get cookies method new
    • New features

      • Notification When have update
      • Anti modifications
      • Importing Preperences (Themes & dios) JSON/TXT
      • Importing Preperences (Themes & dios) JSON/TXT
      • Reset Into Default
      • BackUP Styles (Themes) JSON
    • Added New Encoder/Decoder

      • Unicode (\u00) new
      • \xHex (\x) new
      • &#xHex (&#x) new

Compatible OS

  • Linux (Fit)
  • Parrot (Fit)
  • Windows (Fit)

Compatible Browser

  • CyberFox (Compatible)
  • Firefox (security issue to any version)

For More Theme goto https://github.com/PhHitachi/HackBar/tree/master/Theme

Hackbar v2.8

28 Sep 05:15
Compare
Choose a tag to compare
Hackbar v2.8 Pre-release
Pre-release
  • HackBar v2.8

    Customize Hackbar are added to make easylly and good UI/Design of your own.

    • Tools (7 in 1)

      • LiveHTTPHeader replay function not working
      • Tamper Data
      • View Source
      • JS on/off
      • noRedirect
      • Customize Hackbar
      • HTTP Proxy not setting proxy
    • Added new Field

      • Cookie set/get cookies method new
        setCookiesFromField: function(){
          var uri = this.urlField.value; //URL
          if ( !document.getElementById('hackBar_cookieCheckBox').checked || !this.CookiesField.value ) 
                return null;
          var cookieManager = Components.classes["@mozilla.org/network/io-service;1"].
                              getService(Components.interfaces.nsIIOService);
          var Cookies      = this.CookiesField.value; //Inputed Cookies Value
          var cookieUri = cookieManager.newURI(uri, null, null); //Getting URL for setting cookies
          var Cookie = Components.classes["@mozilla.org/cookieService;1"].
                       getService(Components.interfaces.nsICookieService);
           
          Cookie.setCookieString(cookieUri, null, Cookies, null);
          return cookieManager;
        }
    • New features

      • Notification When have update
      • Anti modifications

Hackbar v2.7

28 Sep 05:16
Compare
Choose a tag to compare
Hackbar v2.7 Pre-release
Pre-release
  • HackBar v2.7

    Customize Hackbar are added to make easylly and good UI/Design of your own.

    • Tools (7 in 1)

      • LiveHTTPHeader replay function not working
      • Tamper Data
      • JS on/off
      • View Source
      • noRedirect
      • Customize Hackbar Addons Options
      • HTTP Proxy not setting proxy
    • Encode/Decode

      • %URL
      • 0xHex
      • 0bBinary new
      • Base64
    • Added new Queries (Custome)

      • add your Dios (10 slots) new
      • add XSS Payload (10 slots) new
      • and for others (10 slots) new
    • Advance Options (Customize HackBar)

      • Remove style
      • Restore in to defaults
      • Hide toolbars for not compatible resolution.
      • Import & Export preferences (Themes) importing is bug

Hackbar v2.6

28 Sep 05:10
Compare
Choose a tag to compare
Hackbar v2.6 Pre-release
Pre-release
  • HackBar v2.6

    Adding more tools in HakBar is for easylly to Pentesting and save more space.

    • Tools (4 in 1)

      • LiveHTTPHeader replay function not working
      • Tamper Data
      • JS on/off