Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petercunha/BitBuster
:key: Multi-threaded Instagram account cracker
https://github.com/petercunha/BitBuster
instragram multithreaded password-cracker
Last synced: about 2 months ago
JSON representation
:key: Multi-threaded Instagram account cracker
- Host: GitHub
- URL: https://github.com/petercunha/BitBuster
- Owner: petercunha
- License: mit
- Created: 2017-09-03T17:22:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T22:51:47.000Z (over 7 years ago)
- Last Synced: 2024-11-06T19:29:13.767Z (about 2 months ago)
- Topics: instragram, multithreaded, password-cracker
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 17
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitBuster
A cross-platform Instagram account cracker written in Go## How to Use
1. Run `go get -u -v github.com/petercunha/goinsta` to download dependencies.2. 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](https://github.com/chill117/proxy-lists) to scrape them.3. 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.
4. Finally, open up a terminal and run `go run main.go`
Now you can sit back, relax, and let BitBuster do the hard work!