PhHitachi HackBar Versions Save

HackBar is a security audit tool that will enable you to pentest websites more easily. ... You can use it to check site security by performing SQL injections, XSS holes and more. It also has a user-friendly interface that makes it easy for you to do fuzz testing, hash generation, encoding and more.

v2.7

3 years ago
  • 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

v2.9

3 years ago
  • 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

v2.8

3 years ago
  • 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

v2.6

3 years ago
  • 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