umeshshinde19 / instainsane

Multi-threaded Instagram Brute Forcer (100 attemps at once)
Other
547 stars 339 forks source link

Root #1

Open Test519-afk opened 4 years ago

Test519-afk commented 4 years ago

Hey, I ran into an issue! I am using instainsane on Windows 10 via Git Bash. Everything is working till I use this command "$ ./instainsane.sh". The Error is "Please, run this program as root". But I don't exactly now how to resolve this issue, I tried opening git bash as administrator at first, but it didn't work. I hope you guys can help me!

eeblocks commented 4 years ago

Hello the problem is that instashell does not work with Windows Terminal and since there is the linux terminal.

If you are in windows go to the Windows Store and install Kali Linux. From alone and that terminal use the script.

eeblocks commented 4 years ago

Also install tor in that kali linux terminal try:

sudo apt update
sudo apt upgrade
sudo apt install tor

before starting the script do: sudo service tor start and to check that the tor service is active: sudo service tor status after this start the script with: bash instashell.sh

If it doesn't work either, try using the command: sudo su

(But remember that the tor service must be active to use this script)