# HackBar tool

## HackBar tool

<https://github.com/Bearsec/hackbar>

[https://codeby.net/threads/stavim-sovremennye-hackbar-v-brauzer.73865/#](https://codeby.net/threads/stavim-sovremennye-hackbar-v-brauzer.73865/)

## [HackBar For firefox add-ons](https://github.com/Bearsec/hackbar#hackbar-for-firefox-add-ons)

#### [Description](https://github.com/Bearsec/hackbar#description)

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.

#### [add-ons](https://github.com/Bearsec/hackbar#add-ons)

* LiveHTTPHeader
* Tamper Data
* View Source
* JS on/off
* noRedirect
* HTTP Proxy
* Admin Finder

#### [HOW TO CUSTOMIZE HACKBAR?](https://github.com/Bearsec/hackbar#how-to-customize-hackbar)

* [Read here](https://gitlab.com/johnmkane/tech-recipe-book/-/blob/main/Book/Pentest/HackBar%20tool/customized/README.md)

#### [HOW TO MODIFY HACKBAR?](https://github.com/Bearsec/hackbar#how-to-modify-hackbar)

**Needed:**

* [7-zip](https://www.7-zip.org/)

**Steps**:

1.

```
git clone [https://github.com/PhHitachi/HackBar.git](https://github.com/PhHitachi/HackBar.git)
```

2.

```
cd HackBar/test `this open source you are available to modify the code`
```

```
`Compressing Hackbar as addons`
```

3\.

```
`7z a hackbar.xpi *`
```

![](https://296194292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLoAqAoOfr7XVUQw7Gff8%2Fuploads%2Fgit-blob-cc30c9e4a48cbddc246263946ebc6840fd5096a4%2Fcompress.png?alt=media)

**NOTE:** if you are windows and and you face this error in step 3:

`7z is not recognized as an internal or external command`

run this command on your terminal `set PATH=%PATH%;C:\Program Files\7-Zip\` this command is adding `7-zip` in environment

#### [HOW TO INSTALL ON BROWSER?](https://github.com/Bearsec/hackbar#how-to-install-on-browser)

**Note**: If you are using Firefox this is working only on v52.\* bellow and you need disable "xpinstall.signatures.required" in config but if you are using [CyberFox Browser](https://sourceforge.net/projects/cyberfox/) you don't need to disable the "xpinstall.signatures.required" because the cyberfox allowed all extention/add-ons.

Steps: //this on firefox browser

1. goto about:config
2. search "xpinstall.signatures.required"
3. change into "false"

goto "about:addons" Click settings and "install addons from file.." and goto hackbar file and install

![](https://296194292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLoAqAoOfr7XVUQw7Gff8%2Fuploads%2Fgit-blob-69e9a7215f226ebdf173addaca8f1fc11b477756%2Finstall-from-files.png?alt=media)

[Releases](https://github.com/PhHitachi/HackBar/releases/):

* [Latest](https://github.com/PhHitachi/HackBar/releases/latest)
* [HackBar v2.6](https://github.com/PhHitachi/HackBar/releases/tag/v2.6)
* [HackBar v2.7](https://github.com/PhHitachi/HackBar/releases/tag/v2.7)
* [HackBar v2.8](https://github.com/PhHitachi/HackBar/releases/tag/v2.8)
* [HackBar v2.9](https://github.com/PhHitachi/HackBar/releases/tag/v2.9) `latest`

#### [Change logs](https://github.com/Bearsec/hackbar#change-logs)

[Read here](https://gitlab.com/johnmkane/tech-recipe-book/-/blob/main/Book/Pentest/HackBar%20tool/ChangeLog/README.md)
