-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhackinsta.sh
More file actions
55 lines (52 loc) · 2.7 KB
/
hackinsta.sh
File metadata and controls
55 lines (52 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/bin/bash
pass() {
sleep 2
echo "[*] Descripting Password..." sleep 2
echo "[*]Hash Type MD5"
sleep 2
echo "[*]Hash Descriped"
sleep 3
number=0
while :
do
number=$((number + 10))
echo "incorrect password =" $number
sleep 1
done
echo "[=]Your password:test123098"
}
printf "\e[39m"
echo
echo " ########################################"
echo " # #"
echo " # INSTAGRAM : SUHUFI_GDK #"
echo " # NUMBER : 8129367305 #"
echo " # #"
echo " ########################################"
echo
echo
printf "\e[91m"
echo ██╗███╗░░██╗░██████╗████████╗░█████╗░██╗░░██╗░█████╗░░█████╗░██╗░░██╗
echo ██║████╗░██║██╔════╝╚══██╔══╝██╔══██╗██║░░██║██╔══██╗██╔══██╗██║░██╔╝
echo ██║██╔██╗██║╚█████╗░░░░██║░░░███████║███████║███████║██║░░╚═╝█████═╝░
echo ██║██║╚████║░╚═══██╗░░░██║░░░██╔══██║██╔══██║██╔══██║██║░░██╗██╔═██╗░
echo ██║██║░╚███║██████╔╝░░░██║░░░██║░░██║██║░░██║██║░░██║╚█████╔╝██║░╚██╗
echo ╚═╝╚═╝░░╚══╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝
echo
printf "\e[92m"
read -p "Please enter a username:" uname
sleep 2
echo "[*] Passwords loads successfully"
sleep 1
echo "[*]You want to descript this password (y/n):"
sleep 1
read -p "Enter : " yn
if [[ $yn == Y || $yn == y ]]; then
pass
elif [[ $yn == N || $yn == n ]]; then
sleep 2
elif [[ $sec == 1 ]]; then
echo "Thanks for using this tool "
else
echo "[!]invaild input!"
fi