-
Notifications
You must be signed in to change notification settings - Fork 10
/
ipmux.sh
199 lines (188 loc) · 5.7 KB
/
ipmux.sh
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
green="\033[32;1m"
yellow="\033[33;1m"
indigo="\033[34;1m"
red="\033[31;1m"
purple="\033[37;1m"
cyan="\033[36;1m"
white="\033[39;1m"
restartprogram() {
echo "Permission Denied !!!!!"
sleep 2
clear
menuoption
}
xxx() {
asn:
city:
continent_code:
country:
country_calling_code:
country_name:
currency:
in_eu:
ip:
languages:
latitude:
longitude:
org:
postal:
region:
region_code:
timezone:
utc_offset:
#city, region , country , continent, postal code, latitude, longitude, timezone,
#utc_offset, european union (EU) membership, country calling code, currency,
#languages spoken, and organization.#
}
banner() {
ip=$(w3m -dump https://ipapi.co/ip);
echo "Your ip : "$ip
echo " "
echo $white"\a NO!"$red" MNO! "
echo $white" MNO!!"$red" [AMR]"$red" MNNOO! "
echo $white" MMNO!"$red" MNNOO!! "
echo $white" MNOONNOO!"$red" MMMMMMMMMM"$white"PPPOII!"$red" MNNO!!!! "
echo $white" !O! NNO!"$red" MMMMMMMMMMMMM"$white"PPPOOOII!!"$red" NO! "
echo $red" ! MMMMMMMMMMMMM"$white"PPPPOOOOIII! ! "
echo $red" MMMMMMMMMMMM"$white"PPPPPOOOOOOII!! "
echo $red" MMMMMOOOOOO"$white"PPPPPPPPOOOOMII! "
echo $red" MMMMM.. OPP"$white"MMP .,OMI! "
echo $red" MMMM::"$purple" o.,"$red"OP"$white"MP"$purple",.o"$white" ::I!! "
echo $red" NNM:::.,,OOPM!P"$white",.::::!! "
echo $red" MMNNNNNOOOOPMO"$white"!!IIPPO!!O! "
echo $red" MMMMMNNNNOO"$white":!!:!!IPPPPOO! "
echo $red" MMMMMNNOOMMNN"$white"IIIPPPOO!! "
echo $red" MMMONNMMNNN"$white"IIIOO! "
echo $white" MN"$red" MOMMMNNN"$white"IIIIIO!"$red" OO "
echo $white" MNO! "$red"iiiiii"$white"iiiiiI"$red" OOOO "
echo $white" NNN.MNO! "$red"O"$yellow"!!!!!!!!!"$white"O"$red" OONO NO! "
echo $white" MNNNNNO! "$red"OOOOO"$white"OOOOOO"$red" MMNNON! "
echo $white" MNNNNO! "$red"PPP"$white"PPPPPP"$red" MMNON! "
echo $white" OO!"$red" ON! "
echo $white
}
mm() {
echo "test"
}
True() {
echo " Waiting !!........."
asn=$(w3m -dump https://ipapi.co/asn);
city=$(w3m -dump https://ipapi.co/city);
continent=$(w3m -dump https://ipapi.co/continent_code);
country=$(w3m -dump https://ipapi.co/country);
countrycall=$(w3m -dump https://ipapi.co/country_calling_code);
countryname=$(w3m -dump https://ipapi.co/country_name);
currency=$(w3m -dump https://ipapi.co/currency);
ineu=$(w3m -dump https://ipapi.co/in_eu);
ip=$(w3m -dump https://ipapi.co/ip);
languange=$(w3m -dump https://ipapi.co/languages);
latitude=$(w3m -dump https://ipapi.co/longitude);
longitude=$(w3m -dump https://ipapi.co/longitude);
org=$(w3m -dump https://ipapi.co/org);
postal=$(w3m -dump https://ipapi.co/postal);
region=$(w3m -dump https://ipapi.co/region);
regioncode=$(w3m -dump https://ipapi.co/region_code);
timezone=$(w3m -dump https://ipapi.co/timezone);
utc=$(w3m -dump https://ipapi.co/utc_offset);
echo " \a[+] asn: "$asn
echo " [+] city: "$city
echo " [+] continent_code: "$continent
echo " [+] country: "$country
echo " [+] country_calling_code: "$countrycall
echo " [+] country_name: "$countryname
echo " [+] currency: "$currency
echo " [+] in_eu: "$ineu
echo " [+] ip: "$ip
echo " [+] languages: "$language
echo " [+] latitude: "$latitude
echo " [+] longitude: "$longitude
echo " [+] org: "$org
echo " [+] postal: "$postal
echo " [+] region: "$region
echo " [+] region_code: "$regioncode
echo " [+] timezone: "$timezone
echo " [+] utc_offset: "$utc
}
myipagain() {
echo "would you do it again !!!"
read -p "Y/yes or B/back or E/exit : "ybe
if [ $ybe = "Y" ]
then
iptarget
elif [ $ybe = "B" ]
then
menuoption
elif [ $ybe = "E" ]
then
echo "byee :) "
exit
else
echo "Byee :) "
exit
fi
}
Myip() {
read -p "Enter to continue !!! " enter
command=$(wget https://ipapi.co/yaml/ -q -O .-)
echo $yellow"\a["$red"+"$yellow"]"$white"Check Your IP"$green" >>>>>>>>"
echo $green
cat .-
echo " "
echo $yellow"["$red"+"$yellow"]"$white"Check Your IP"$green" >>>>>>>>"
rm .-
exit
}
iptarget() {
echo $yellow"Input IP Address [ex : 123.456.789] "
echo $white "╭─"$green"AMR@localhost"$cyan" ~/iP-iN-terMUX"$white
read -p " ╰─$ " target
command=$(wget https://ipapi.co/$target/yaml/ -q -O .-)
echo $yellow"\a["$red"+"$yellow"]"$white"IP Target" $green" >>>>>>>>>"
echo $green
cat .-
echo " "
echo $yellow"["$red"+"$yellow"]"$white"IP Target" $green" >>>>>>>>>"
rm .-
exit
}
about() {
sleep 0.15
echo '''
Author by : AMRiezz
version : 0.1
made on a date : 26 - May - 2018
Blog : http://anrwiki.blogspot.com
Github : https://github.com/Amriez
Youtube : AMRiezz z
Whatsapp : +6281809019693
+ THANKS TO +
+ RYUKI-KUN && MR.RSA && M3e.X && MR.5!P!T && M.Y.A.A +
'''
}
menuoption() {
banner
echo $red" ~"$yellow"{"$green"1"$yellow"}"$purple"--"$white"My ip "
echo $red" ~"$yellow"{"$green"2"$yellow"}"$purple"--"$white"Track Ip Target "
echo $red" ~"$yellow"{"$green"3"$yellow"}"$purple"--"$white"About Me "
echo $red" ~"$yellow"{"$green"4"$yellow"}"$purple"--"$white"Quit "
echo $white "╭─"$green"AMR@localhost"$cyan" ~/iP-iN-terMUX"$white
read -p " ╰─$ " get
if [ $get -eq 1 ];
then
Myip
elif [ $get -eq 2 ];
then
iptarget
elif [ $get -eq 3 ];
then
about
elif [ $get -eq 4 ];
then
echo "Bye bye :)"
exit
else
sleep 1
restartprogram
fi
}
menuoption