← Back

📚 How to install the hacking software listed in the "Hacking Tools" section.

This page shows you how to install the hacking tools I listed in the hacking tools section of the Wiki.

More tools will be added to the hacking tools section and when that does happen I will make guides on how to install them here.


📝 Table of Contents:


1. How to install Phoneinfoga:

  1. Go to the releases and choose your OS and architecture and download it.
  2. Once downloaded extract the archive and open the folder.
  3. Once you are in the folder just run the folder in command prompt.
  4. Now that you have installed Phoneinfoga go here for more information on how to use the program

2. How to install Sherlock

Make sure you have Python installed before continuing (install python here)

  1. Clone the repo by doing the following in the command line: (make sure you remember the folder you installed it in so you can run the script after you close command prompt)
    git clone https://github.com/sherlock-project/sherlock.git
  2. Change the working directory to sherlock in the command prompt:
    cd sherlock
  3. Install the requirements by running the following command:
    python3 -m pip install -r requirements.txt

Note: If you run the above command and it doesn't work then run the following: python -m pip install -r requirements.txt.

  1. To learn how to use Sherlock go here

Note: If you are running a command for Sherlock and it doesn't work, then instead run the command with python and not python3!


3. How to install the following DDoS / DoS tools: MHDDoS, XOIC, LOIC, Slowloris.

Make sure you have Python installed before continuing (install python here)

If any of the commands don't work when it starts with python3 then run the script like normal except instead of python3 you must start with python!

  • How to install MHDDoS:
  1. Clone the repo in the command line using the following command: (make sure you remember the folder you installed it in so you can run the script after you close command prompt)
    `git clone https://github.com/MatrixTM/MHDDoS.git
  2. Go to the folder directory by using the following command:
    cd MHDDoS
  3. Install the requirements:
    pip install -r requirements.txt
  4. Once you are done with that go here to learn how to use the script.
  • How to install XOIC:
  1. Go to https://appnee.com/xoic/ and download XOIC.
  2. Run the file you downloaded (if your antivirus detects it its a false positive because its a DDoS tool)
  3. To learn how to use the tool just read through the AppNee page here
  • How to Install LOIC:
  1. Go to the Sourceforge page and download LOIC: https://sourceforge.net/projects/loic/
  2. Open the file (if your antivirus detects it its a false positive because its a DDoS tool)
  3. To use it simply type the IP address or the webpage to DDoS and configure it to your liking.
  • How to install Slowloris:

Make sure you have Python installed before continuing (install python here)

  1. Clone the repo using the following command in command prompt: (Make sure you remember where you installed Slowloris so you can use the script after closing command prompt)
    git clone https://github.com/gkbrk/slowloris.git
  2. Go to the folder by using the following command:
    cd slowloris
  3. To use Slowloris simply type in in the command prompt the following: python 3 slowloris example.com example.com being the website you are DDoSing. To learn more about the different arguments to modify what Slowloris does just go here.

More tools will be added to the hacking tools section and when that does happen I will make guides on how to install them here.

Edit
Pub: 03 Dec 2023 14:58 UTC
Edit: 04 Dec 2023 16:38 UTC
Views: 389