-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJINTR.py
276 lines (247 loc) · 12.1 KB
/
JINTR.py
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
#!/usr/bin/python
# << CODE BY HUNX04
# << WANT TO RECODE??? PERMISSION FIRST, AT LEAST TAG MIMIN'S GITHUB ACCOUNT THAT LEADS TO THIS ACCOUNT, IT'S EASIER TO USE FORK
# << IF THE ABOVE IS NOT FOLLOWED THEN YOU WILL GET SIN BECAUSE MIMIN IS NOT SINCERE
# “O you who believe! "Do not consume each other's wealth in a false way," (QS. An Nisaa': 29). Rasulullah SAW also prohibited his people from taking other people's rights without permission.
#IMPORT MODULE
import json
import requests
import time
import os
import phonenumbers
from phonenumbers import carrier, geocoder, timezone
from sys import stderr
Bl='\033[30m' # VARIABLE BUAT WARNA CUYY
Re='\033[1;31m'
Gr='\033[0;33m'
Ye='\033[1;33m'
Blu='\033[1;34m'
Mage='\033[1;35m'
Cy='\033[1;36m'
Wh='\033[0;37m'
#BANNER TOOLS
os.system('clear')
stderr.writelines(f"""{Gr}
___ __ __
| | |\ | __ | |__) /\ / ` |__/
\__/ | | \| | | \ /~~\ \__, | \
{Wh}[ + ] C O D E B Y FARHAN-MUH-TASIM [ + ]
{Wh}[ 1 ] {Gr}IP Tracker
{Wh}[ 2 ] {Gr}Show Your IP
{Wh}[ 3 ] {Gr}Phone Tracker
{Wh}[ 4 ] {Gr}Username Tracker
{Wh}[ 0 ] {Gr}Exit
""")
input_user = input(f'\n {Wh}@JIN~# {Gr}') #OPSI MENU
if input_user == '1': #OPSI 1
os.system('clear')
time.sleep(1)
stderr.writelines(f"""{Wh}
.-.
.' `. {Wh}-----------------------------------
:0 0: {Wh}|{Gr}JIN-TRACKER -IP - ADDRESS{Wh}|
: @@ `. {Wh}|{Gr}@CODE BY FARHA-MUH -TASIM{Wh}|
: ``. {Wh}-----------------------------------
: `.
: : . `.
: : ` . `.
`.. : `. ``;
`:; `:'
: `.
`. `. .
`'`'`'`---..,___`;.-'
""")
try:
def IP_Track():
ip = input(f"{Wh}\n Enter IP target : {Gr}") #INPUT IP ADDRESS
print()
print(f' {Wh}============= {Gr}SHOW INFORMATION IP ADDRESS {Wh}=============')
req_api = requests.get(f"http://ipwho.is/{ip}") #API IPWHOIS.IS
ip_data = json.loads(req_api.text)
time.sleep(2)
print(f"{Wh}\n IP target :{Gr}", ip)
print(f"{Wh} Type IP :{Gr}", ip_data["type"])
print(f"{Wh} Country :{Gr}", ip_data["country"])
print(f"{Wh} Country Code :{Gr}", ip_data["country_code"])
print(f"{Wh} City :{Gr}", ip_data["city"])
print(f"{Wh} Continent :{Gr}", ip_data["continent"])
print(f"{Wh} Continent Code :{Gr}", ip_data["continent_code"])
print(f"{Wh} Region :{Gr}", ip_data["region"])
print(f"{Wh} Region Code :{Gr}", ip_data["region_code"])
print(f"{Wh} Latitude :{Gr}", ip_data["latitude"])
print(f"{Wh} Longitude :{Gr}", ip_data["longitude"])
lat = int(ip_data['latitude'])
lon = int(ip_data['longitude'])
print(f"{Wh} Maps :{Gr}",f"https://www.google.com/maps/@{lat},{lon},8z")
print(f"{Wh} EU :{Gr}", ip_data["is_eu"])
print(f"{Wh} Postal :{Gr}", ip_data["postal"])
print(f"{Wh} Calling Code :{Gr}", ip_data["calling_code"])
print(f"{Wh} Capital :{Gr}", ip_data["capital"])
print(f"{Wh} Borders :{Gr}", ip_data["borders"])
print(f"{Wh} Country Flag :{Gr}", ip_data["flag"]["emoji"])
print(f"{Wh} ASN :{Gr}", ip_data["connection"]["asn"])
print(f"{Wh} ORG :{Gr}", ip_data["connection"]["org"])
print(f"{Wh} ISP :{Gr}", ip_data["connection"]["isp"])
print(f"{Wh} Domain :{Gr}", ip_data["connection"]["domain"])
print(f"{Wh} ID :{Gr}", ip_data["timezone"]["id"])
print(f"{Wh} ABBR :{Gr}", ip_data["timezone"]["abbr"])
print(f"{Wh} DST :{Gr}", ip_data["timezone"]["is_dst"])
print(f"{Wh} Offset :{Gr}", ip_data["timezone"]["offset"])
print(f"{Wh} UTC :{Gr}", ip_data["timezone"]["utc"])
print(f"{Wh} Current Time :{Gr}", ip_data["timezone"]["current_time"])
if __name__ == '__main__':
IP_Track()
except KeyboardInterrupt:
print(f" {Wh}[{Ye}!{Wh}] {Ye}PROGRAM STOPPED...")
elif input_user == '3': #OPSI 2
os.system('clear')
time.sleep(1)
stderr.writelines(f"""{Wh}
.-.
.' `. {Wh}----------------------------------------
:g g : {Wh}| {Gr}JIN - TRACKER - PHONE NUMBER {Wh}|
: o `. {Wh}| {Gr}@CODE BY FARHAN-MUH-TASIM {Wh}|
: ``. {Wh}----------------------------------------
: `.
: : . `.
: : ` . `.
`.. : `. ``;
`:; `:'
: `.
`. `. .
`'`'`'`---..,___`;.-'
""")
try:
def phoneGW():
User_phone = input(f"\n {Wh}Enter phone number target {Gr}Ex [+8801xxxxxxxxx] {Wh}: {Gr}") #INPUT NUMBER PHONE
default_region = "ID" #DEFAULT BANGLADESHI COUNTRY
parsed_number = phonenumbers.parse(User_phone, default_region) # VARIABLE PHONENUMBERS
region_code = phonenumbers.region_code_for_number(parsed_number)
jenis_provider = carrier.name_for_number(parsed_number, "en")
location = geocoder.description_for_number(parsed_number, "id")
is_valid_number = phonenumbers.is_valid_number(parsed_number)
is_possible_number = phonenumbers.is_possible_number(parsed_number)
formatted_number = phonenumbers.format_number(parsed_number, phonenumbers.PhoneNumberFormat.INTERNATIONAL)
formatted_number_for_mobile = phonenumbers.format_number_for_mobile_dialing(parsed_number, default_region, with_formatting=True)
number_type = phonenumbers.number_type(parsed_number)
timezone1 = timezone.time_zones_for_number(parsed_number)
timezoneF = ', '.join(timezone1)
print(f"\n {Wh}========== {Gr}SHOW INFORMATION PHONE NUMBERS {Wh}==========")
print(f"\n {Wh}Location :{Gr} {location}")
print(f" {Wh}Region Code :{Gr} {region_code}")
print(f" {Wh}Timezone :{Gr} {timezoneF}")
print(f" {Wh}Operator :{Gr} {jenis_provider}")
print(f" {Wh}Valid number :{Gr} {is_valid_number}")
print(f" {Wh}Possible number :{Gr} {is_possible_number}")
print(f" {Wh}International format :{Gr} {formatted_number}")
print(f" {Wh}Mobile format :{Gr} {formatted_number_for_mobile}")
print(f" {Wh}Original number :{Gr} {parsed_number.national_number}")
print(f" {Wh}E.164 format :{Gr} {phonenumbers.format_number(parsed_number, phonenumbers.PhoneNumberFormat.E164)}")
print(f" {Wh}Country code :{Gr} {parsed_number.country_code}")
print(f" {Wh}Local number :{Gr} {parsed_number.national_number}")
if number_type == phonenumbers.PhoneNumberType.MOBILE:
print(f" {Wh}Type :{Gr} This is a mobile number")
elif number_type == phonenumbers.PhoneNumberType.FIXED_LINE:
print(f" {Wh}Type :{Gr} This is a fixed-line number")
else:
print(f" {Wh}Type :{Gr} This is another type of number")
if __name__ == '__main__':
phoneGW()
except KeyboardInterrupt:
print(f" {Wh}[{Ye}!{Wh}] {Ye}PROGRAM STOPPED...")
elif input_user == '2': #OPSI 3
os.system('clear')
time.sleep(1)
stderr.writelines(f"""{Wh}
.-.
.' `. {Wh}----------------------------------------
:g g : {Wh}| {Gr}JIN - SHOW YOUR IP ADDRESS {Wh}|
: @ `. {Wh}| {Gr}@CODE BY FARHAN-MUH-TASIM {Wh}|
: ``. {Wh}----------------------------------------
: `.
: : . `.
: : ` . `.
`.. : `. ``;
`:; `:'
: `.
`. `. .
`'`'`'---..,___`;.-'
""")
try:
def showIP():
respone = requests.get('https://api.ipify.org/')
Show_IP = respone.text
print(f"\n {Wh}========== {Gr}SHOW INFORMATION YOUR IP {Wh}==========")
print(f"\n {Wh}[{Gr} + {Wh}] Your IP Adrress : {Gr}{Show_IP}")
print(f"\n {Wh}==============================================")
if __name__ == '__main__':
showIP()
except KeyboardInterrupt:
print(f" {Wh}[{Ye}!{Wh}] {Ye}PROGRAM STOPPED...")
elif input_user == '4':
os.system('clear')
time.sleep(1)
stderr.writelines(f"""{Wh}
.-.
.' `. {Wh}----------------------------------------
:O O : {Wh}| {Gr}JIN - TRACKER USERNAME {Wh}|
: o `. {Wh}| {Gr}@CODE BY FARHAN-MUH-TASIM {Wh}|
: ``. {Wh}----------------------------------------
: `.
: : . `.
: : ` . `.
`.. : `. ``;
`:; `:'
: `.
`. `. .
`'`'`'---..,___`;.-'
""")
try:
def TrackLu(username):
results = {}
social_media = [
{"url": "https://www.facebook.com/{}", "name": "Facebook"},
{"url": "https://www.twitter.com/{}", "name": "Twitter"},
{"url": "https://www.instagram.com/{}", "name": "Instagram"},
{"url": "https://www.linkedin.com/in/{}", "name": "LinkedIn"},
{"url": "https://www.github.com/{}", "name": "GitHub"},
{"url": "https://www.pinterest.com/{}", "name": "Pinterest"},
{"url": "https://www.tumblr.com/{}", "name": "Tumblr"},
{"url": "https://www.youtube.com/{}", "name": "Youtube"},
{"url": "https://soundcloud.com/{}", "name": "SoundCloud"},
{"url": "https://www.snapchat.com/add/{}", "name": "Snapchat"},
{"url": "https://www.tiktok.com/@{}", "name": "TikTok"},
{"url": "https://www.behance.net/{}", "name": "Behance"},
{"url": "https://www.medium.com/@{}", "name": "Medium"},
{"url": "https://www.quora.com/profile/{}", "name": "Quora"},
{"url": "https://www.flickr.com/people/{}", "name": "Flickr"},
{"url": "https://www.periscope.tv/{}", "name": "Periscope"},
{"url": "https://www.twitch.tv/{}", "name": "Twitch"},
{"url": "https://www.dribbble.com/{}", "name": "Dribbble"},
{"url": "https://www.stumbleupon.com/stumbler/{}", "name": "StumbleUpon"},
{"url": "https://www.ello.co/{}", "name": "Ello"},
{"url": "https://www.producthunt.com/@{}", "name": "Product Hunt"},
{"url": "https://www.snapchat.com/add/{}", "name": "Snapchat"},
{"url": "https://www.telegram.me/{}", "name": "Telegram"},
{"url": "https://www.weheartit.com/{}", "name": "We Heart It"}
]
for site in social_media:
url = site['url'].format(username)
response = requests.get(url)
if response.status_code == 200:
results[site['name']] = url
else:
results[site['name']] = (f"{Ye}Username not found {Ye}!")
return results
username = input(f"\n {Wh}Enter Username : {Gr}")
print(f"\n {Wh}========== {Gr}SHOW INFORMATION USERNAME {Wh}==========")
print()
results = TrackLu(username)
for site, url in results.items():
print(f" {Wh}[ {Gr}+ {Wh}] {site} : {Gr}{url}")
except KeyboardInterrupt:
print(f" {Wh}[{Ye}!{Wh}] {Ye}PROGRAM STOPPED-😑 create by FARHAN-MUH-TASIM...")
elif input_user == '0':
print(f"\n {Wh}[{Ye}!{Wh}] {Ye}THANK'S FOR USING TOOL Create BY FARHAN-MUH-TASIM{Ye}JIN-TRACK !")
else:
print(f" {Ye}Opss no option !") #FALSE