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

Latest commit

 

History

History
119 lines (93 loc) · 3.78 KB

ChangeLog.md

File metadata and controls

119 lines (93 loc) · 3.78 KB

Change logs

  • 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
  • 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.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.9

    Customize Hackbar are added to make easylly 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/Parrot (Fit)
  • Windows (Fit)

Compatible Browser

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