Setup & Installation


Download


Download latest release from here.

Requirements


Tested on latest version (as of March 2024) of each package.

Using PIP


  1. Install the required packages using - pip3 install -r requirements.txt

    1. alt text

    2. If you get errors even after installing the packages, re-run the above command as follows - pip3 install -U -r requirements.txt to upgrade the existing packages.

  2. Run The BrowserBruter.

    1. alt text

    2. alt text

Using Virtual Environment - venv


If you are facing any issue while installing the BrowserBruter using pip. You can setup the BrowserBruter with venv too. Setting up BrowserBruter with venv is straight-forward process.

  1. First install the ven using following command - sudo apt install python3.11-venv

    1. alt text

    2. If you get following error Package 'python3.11-venv' has no installation candidate, run following command - sudo apt update -y && sudo apt upgrade -y and try again.

    3. If you still getting the errors, run following command - sudo apt install python3-virtualenv

    4. For any strange reason, If you still can not install the venv package, you can manually download it from here, then install it using sudo apt install ./downloaded-package.deb

    5. We need to install this only once.

  2. Then navigate inside the BrowserBruter directory and run following command - python3 -m venv venv

    1. We need to run this command only once.
  3. Activate the virtual environment using following - source venv/bin/activate

  4. Install the required packages using following command - pip3 install -r requirements.txt

    1. We need to install packages only once.

    2. alt text

  5. Use The BrowserBruter tool

    1. command

    2. running

  6. Get out of the virtual environment using - deactivate

    1. alt text

    2. Use deactivate to get out of the virtual environment.

    3. Now to re-run the tool - repeat step 3, step 5 and step 6.

    4. alt text

Note: Above installation is done on Latest Kali 2024.1 fresh installations.

TroubleShooting


  1. Getting "ModuleNotFoundError: No module named 'tkinter'" while running pip3 install -r requirements.txt -

    alt text

    Solution - run following command to install the tkinter library - sudo apt install python3-tk


Hope on to the next to learn about how to use & available options.

results matching ""

    No results matching ""