- Kali Linux 2022
- Ubuntu 2022
- Windows 7/10/11
- CUPP is used to create a password list using information you have about a person.
- INSTA BRUT is a software coded in python to obtain access to the account in question with a bypass via the brutforce system.
- what is a BYPASS?
- a bypass is a way of bypassing the system in this case presenting the bypass will affect the password temptations which are based on 3 failures, which we will modify to have as many failures as we want without having a deadline is waiting for you.
sudo apt-get update -y && sudo apt-get upgrade -y
git clone https://github.com/aex03/instabrut-cupp
cd instabrut-cupp
Command
Modules | Command | READ |
---|---|---|
CUPP | exemple | python3 cupp.py -i |
CUPP | -h | this menu |
CUPP | -i | Interactive questions for user password profiling |
CUPP | -w | Use this option to profile existing dictionary,or WyD.pl output to make some pwnsauce :) |
CUPP | -l | Download huge wordlists from repository |
CUPP | -a | Parse default usernames and passwords directly from Alecto DB. Project Alecto uses purified databases of Phenoelit and CIRT which where merged and enhanced. |
CUPP | -v | Version of the program |
INSTABRUT | exemple | Python3 instagram.py [name victime] [Wordlist] -m [Mode] |
INSTABRUT | -m | Modes: 0 => 32 bots; 1 => 16 bots; 2 => 8 bots; 3 => 4 bots |
UPDATE | bash or ./ | sudo bash Update.sh or sudo ./Update.sh |