Skip to content

Commit 49b6b4f

Browse files
Update instashell.sh
1 parent 2a427ef commit 49b6b4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

instashell.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Coded by: github.com/thelinuxchoice
3-
# Instagram: @thelinuxchoice
3+
# Instagram: @linux_choice
44

55
trap 'store;exit 1' 2
66
string4=$(openssl rand -hex 32 | cut -c 1-4)
@@ -50,13 +50,13 @@ printf "\e[1;92m ) )| || _ \ /___)(_ _)(____ | /___)| _ \ | ___ || || |
5050
printf "\e[1;77m(_/ | || | | ||___ | | |_ / ___ ||___ || | | || ____|| || | _____ \e[0m\n"
5151
printf "\e[1;77m |_||_| |_|(___/ \__)\_____|(___/ |_| |_||_____) \_)\_)(_____) \e[0m\n"
5252
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"
5454
printf "\n"
5555
}
5656

5757
function start() {
5858
banner
59-
checkroot
59+
#checkroot
6060
dependencies
6161
read -p $'\e[1;92mUsername account: \e[0m' user
6262
checkaccount=$(curl -L -s https://www.instagram.com/$user/ | grep -c "the page may have been removed")

0 commit comments

Comments
 (0)