Castorps / bruteforce-universal

Start an bruteforce attack using a combolist.
GNU General Public License v3.0
9 stars 7 forks source link

Help Needed #1

Closed Pranay1004 closed 5 years ago

Pranay1004 commented 5 years ago

How will the script work on Kali Linux?

Castorps commented 5 years ago

I haven't tested it, but it should work. If it doesn't, please provide the output and I'll try to fix it.

Pranay1004 commented 5 years ago

Hi...I don't how to do so...If u could provide me with the necessary instructions...would be helpful in this regard

On Sun, 13 Jan 2019, 3:57 pm Castorp <notifications@github.com wrote:

I haven't tested it, but it should work. If it doesn't, please provide the output and I'll try to fix it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Castorps/Instagram-Bruter/issues/1#issuecomment-453818132, or mute the thread https://github.com/notifications/unsubscribe-auth/AqsTmiWLMfYBU9mpBwWgKiOuEMvGAqzOks5vCwodgaJpZM4Z5qxr .

Castorps commented 5 years ago

You have to start main.py using python 3.

  1. Open a terminal
  2. Navigate to Instagram Bruter's directory: cd /home/your_user/Downloads/InstagramBruter
  3. Start python: python, if it says something like 'Python 3.x.x' this is how you start the script, if it says something like 'Python 2.x.x', try entering python3 (first exit Python 2 using exit()).
  4. Exit Python interpreter: exit()
  5. Start the script: python ./main.py "/home/your_user/combolist" 10 or (depends on what worked for you in step 3) python3 ./main.py "/home/your_user/combolist" 10 (whatever parameters you put after ./main.py is up to you.
  6. If the program crashes, copy the text in the terminal and send it to me.

Make sure you have a combolist like how I described it in this project's description.

To build your combolist you need a combomaker (search "combolist maker"), which needs a password list (look for password lists like "rockyou.txt", if you don't want to generate your own).

It didn't work on linux because I used ctypes.windll, but I changed that and now it works on linux and I also fixed a bug concerning the output => download the new version. I'm rather busy atm, so sorry for not being able to respond that quickly!