A cross-platform Instagram account cracker written in Go
-
Run
go get -u -v github.com/petercunha/goinsta
to download dependencies. -
You need two files in the same directory as BitBuster.
passwords.txt
: Needs to contain the passwords you want to try against the Instagram account.proxies.txt
: Needs to contain working and checked HTTPS proxies. You can use a tool like this to scrape them.
-
Once you have these files ready to go, simply edit the "USERNAME" constant (near the top of
main.go
), and change it to the person's Instagram username who you'd like to hack. -
Finally, open up a terminal and run
go run main.go
Now you can sit back, relax, and let BitBuster do the hard work!