File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Coded by: github.com/thelinuxchoice
3
- # Instagram: @thelinuxchoice
3
+ # Instagram: @linux_choice
4
4
5
5
trap ' store;exit 1' 2
6
6
string4=$( openssl rand -hex 32 | cut -c 1-4)
@@ -50,13 +50,13 @@ printf "\e[1;92m ) )| || _ \ /___)(_ _)(____ | /___)| _ \ | ___ || || |
50
50
printf " \e[1;77m(_/ | || | | ||___ | | |_ / ___ ||___ || | | || ____|| || | _____ \e[0m\n"
51
51
printf " \e[1;77m |_||_| |_|(___/ \__)\_____|(___/ |_| |_||_____) \_)\_)(_____) \e[0m\n"
52
52
printf " \n"
53
- printf " \e[1;77m\e[45m Instagram Brute Forcer v1.5.4 Author: thelinuxchoice (Github/IG) \e[0m\n"
53
+ printf " \e[1;77m\e[45m Instagram Brute Forcer v1.5.5 Author: @linux_choice (Github/IG) \e[0m\n"
54
54
printf " \n"
55
55
}
56
56
57
57
function start() {
58
58
banner
59
- checkroot
59
+ # checkroot
60
60
dependencies
61
61
read -p $' \e [1;92mUsername account: \e [0m' user
62
62
checkaccount=$( curl -L -s https://www.instagram.com/$user / | grep -c " the page may have been removed" )
You can’t perform that action at this time.
0 commit comments