-
Notifications
You must be signed in to change notification settings - Fork 1
/
proxyManager.html
419 lines (389 loc) · 18.6 KB
/
proxyManager.html
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Proxy Manager - PHP Proxy Hunter</title>
<meta name="description" content="PHP Proxy Hunter By L3n4r0x" />
<link rel="icon" href="https://webmanajemen.com/favicon.ico" />
<meta
content="https://rawcdn.githack.com/dimaslanjaka/public-source/1a5eb6ac9eec2bd440a694858cdd0f1728e115f1/images/PicsArt_09-09-12.12.25%201584x512px.png"
property="og:image" />
<meta name="keywords" content="proxy, php proxy" />
<meta name="robots" content="index, follow" />
<!-- Twitter meta tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Proxy Manager" />
<meta name="twitter:description" content="PHP Proxy Hunter By L3n4r0x" />
<meta
content="https://rawcdn.githack.com/dimaslanjaka/public-source/1a5eb6ac9eec2bd440a694858cdd0f1728e115f1/images/PicsArt_09-09-12.12.25%201584x512px.png"
name="twitter:image" />
<meta name="yandex-verification" content="6e91ba469c56e6ac" />
<link rel="canonical" href="https://sh.webmanajemen.com/proxyManager.html" />
<script src="//cdn.tailwindcss.com/3.4.3"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
clifford: '#da373d',
ocean: '#1ca9c9',
forest: '#228b22',
sunset: '#ff4500',
sky: '#87ceeb',
sand: '#c2b280',
berry: '#cc66cc',
cyan: '#00ffff',
magenta: '#ff00ff',
polkador: '#ff6347',
skip: '#d3d3d3', // light gray
silver: '#c0c0c0',
mutedGray: '#b0b0b0',
lightGray: '#d3d3d3'
}
}
}
};
</script>
<link
rel="stylesheet"
href="//rawcdn.githack.com/dimaslanjaka/Web-Manajemen/0f634f242ff259087c9fe176e8f28ccaebb5c015/css/all.min.css" />
<link rel="stylesheet" href="./proxyManager.css" />
</head>
<body class="mt-4 -mb-3 mr-4 ml-4 bg-white dark:bg-slate-800 dark:text-slate-400">
<div class="container">
<div class="flex justify-center mb-4">
<div class="text-center">
<img src="//tools.ip2location.com/468x60.png" border="0" width="468" height="60" />
</div>
</div>
<!-- <div class="mx-auto text-center mb-4">
<script>
function redirectToProxy() {
const currentHost = window.location.hostname;
const port = 8443;
const pathname = "/proxy";
const url = `https://${currentHost}:${port}${pathname}`;
window.location.href = url;
}
</script>
<a href="#" onclick="redirectToProxy()" class="block text-lg hover:underline">
<i class="fa-sharp-duotone fa-solid fa-forward mr-2"></i> Python Proxy Hunter
</a>
</div> -->
</div>
<div class="mb-3 flex flex-col md:flex-row border border-gray-600 p-4" id="nav-info">
<div class="flex-1">
<i class="fa-duotone fa-square-info"></i>
<span
class="inline-flex items-center rounded-md bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10"
id="status"
>IDLE</span
>
</div>
<div class="flex-1">
<span>Untested (<b class="text-amber-400" id="untested">0</b>)</span>
</div>
<div class="flex-1">
<span>Dead (<b class="text-red-400" id="dead">0</b>)</span>
</div>
<div class="flex-1">
<span>Working (<b class="text-green-400" id="working">0</b>)</span>
</div>
<div class="flex-1">
<span>Total (<b class="rainbow-text" id="all-total">0</b>)</span>
</div>
<div class="flex-1 text-amber-400">
<a class="bracket" href="#modify_config_section">modify config</a>
<a class="bracket" href="./data/login.php">login</a>
</div>
<div class="flex-1 text-amber-400" id="autoCheckProxy-wrapper">
<div class="bracket">
<input
class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600"
id="autoCheckProxy"
type="checkbox"
value="" />
<label class="ms-2 text-sm font-medium text-amber-400" for="autoCheckProxy">Auto Check</label>
</div>
</div>
</div>
<!-- recaptcha - unlock proxy list -->
<section id="recaptcha" class="flex items-center justify-center text-center"></section>
<section class="mb-5" id="proxies-list">
<ins
class="adsbygoogle mb-3"
data-ad-client="ca-pub-2188063137129806"
data-ad-format="auto"
data-ad-slot="6233018586"
data-full-width-responsive="true"
style="display: block"></ins>
<div class="relative overflow-auto max-h-[500px] mb-3" id="tbl-wrapper">
<table class="table-fixed w-full mb-4">
<thead>
<tr>
<th class="w-64">Proxy</th>
<th class="w-32">Latency (ms)</th>
<th class="w-64">Last checked</th>
<th class="w-60">Type</th>
<th class="w-40">Region</th>
<th class="w-40">City</th>
<th class="w-40">Country</th>
<th class="w-64">Timezone</th>
<th class="w-32">Latitude</th>
<th class="w-32">Longitude</th>
<th class="w-24">Anonymity</th>
<th class="w-24">HTTPS</th>
<th class="w-24">Status</th>
<th class="w-24">Private</th>
<th class="w-24">Language</th>
<th class="w-96">Useragent</th>
<th class="w-96">WebGL vendor</th>
<th class="w-96">WebGL renderer</th>
<th class="w-40">Browser vendor</th>
<th class="w-24">Username</th>
<th class="w-24">Password</th>
</tr>
</thead>
<tbody id="wproxy"></tbody>
</table>
</div>
<!-- Pagination controls container -->
<div id="pagination-controls" class="flex justify-center items-center space-x-2 p-3">
<!-- Pagination buttons will be dynamically inserted here -->
</div>
<ins
class="adsbygoogle mb-2"
data-ad-client="ca-pub-2188063137129806"
data-ad-format="auto"
data-ad-slot="6873696468"
data-full-width-responsive="true"
style="display: block"></ins>
<div class="grid gap-4 md:grid-cols-2 md:grid-rows-1">
<div class="mb-3 bg-white dark:bg-slate-800 dark:text-slate-400">
<b>Checker result</b>
<div class="relative overflow-auto break-all z-0 h-60 mb-5 whitespace-pre" id="cpresult"></div>
<div class="grid gap-4 md:grid-cols-2">
<div>
<button
class="w-full text-gray-900 bg-gradient-to-r from-teal-200 to-lime-200 hover:bg-gradient-to-l hover:from-teal-200 hover:to-lime-200 focus:ring-4 focus:outline-none focus:ring-lime-200 dark:focus:ring-teal-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
id="filter-ports">
Filter open ports
</button>
</div>
<div>
<button
class="w-full text-gray-900 bg-gradient-to-r from-teal-200 to-lime-200 hover:bg-gradient-to-l hover:from-teal-200 hover:to-lime-200 focus:ring-4 focus:outline-none focus:ring-lime-200 dark:focus:ring-teal-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
id="respawn-proxies">
Respawn proxies
</button>
</div>
</div>
</div>
<div class="relative z-0 group mb-3">
<label class="block mb-2 text-sm font-medium text-gray-900 dark:text-white" for="add_proxies"
>Add Proxies</label
>
<textarea
class="w-full mb-5 h-60 block py-2.5 px-0 text-sm text-gray-900 bg-transparent border-0 border-b-2 border-gray-300 appearance-none dark:text-white dark:border-gray-600 dark:focus:border-blue-500 focus:outline-none focus:ring-0 focus:border-blue-600 peer"
id="add_proxies"
name="proxies"
placeholder="18.133.16.21:1080@username:password 18.133.16.21:1080 OR ANY TEXTS THAT CONTAINS PROXY"></textarea>
<button
class="w-full text-gray-900 bg-gradient-to-r from-teal-200 to-lime-200 hover:bg-gradient-to-l hover:from-teal-200 hover:to-lime-200 focus:ring-4 focus:outline-none focus:ring-lime-200 dark:focus:ring-teal-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
id="submit-new-proxies">
Submit new proxies
</button>
</div>
</div>
<ins
class="adsbygoogle"
data-ad-client="ca-pub-2188063137129806"
data-ad-format="auto"
data-ad-slot="6077317677"
data-full-width-responsive="true"
style="display: block"></ins>
</section>
<section class="mb-5" id="modify_config_section">
<h2 class="text-center font-bold mb-5">Proxy Checker Config</h2>
<form class="mb-3" id="config_ui">
<div class="grid gap-4 md:grid-cols-2 md:grid-rows-1 mb-5">
<div class="relative z-0 w-full group">
<input
class="block py-2.5 px-0 w-full text-sm text-gray-900 bg-transparent border-0 border-b-2 border-gray-300 appearance-none dark:text-white dark:border-gray-600 dark:focus:border-blue-500 focus:outline-none focus:ring-0 focus:border-blue-600 peer"
id="floating_endpoint"
name="endpoint"
placeholder=" "
required
type="text" />
<label
class="peer-focus:font-medium absolute text-sm text-gray-500 dark:text-gray-400 duration-300 transform -translate-y-6 scale-75 top-3 -z-10 origin-[0] peer-focus:start-0 rtl:peer-focus:translate-x-1/4 rtl:peer-focus:left-auto peer-focus:text-blue-600 peer-focus:dark:text-blue-500 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6"
for="floating_endpoint"
>Endpoint</label
>
</div>
<div>
<!-- <h3 class="mb-4 font-semibold text-gray-900 dark:text-white">Protocols</h3> -->
<ul
class="items-center w-full text-sm font-medium text-gray-900 bg-white border border-gray-200 rounded-lg sm:flex dark:bg-gray-700 dark:border-gray-600 dark:text-white">
<li class="w-full border-b border-gray-200 sm:border-b-0 sm:border-r dark:border-gray-600">
<div class="flex items-center ps-3">
<input
class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-700 dark:focus:ring-offset-gray-700 focus:ring-2 dark:bg-gray-600 dark:border-gray-500"
id="http-checkbox-list"
name="http"
type="checkbox"
value="" />
<label
class="w-full py-3 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
for="http-checkbox-list">
HTTP/HTTPS
</label>
</div>
</li>
<li class="w-full border-b border-gray-200 sm:border-b-0 sm:border-r dark:border-gray-600">
<div class="flex items-center ps-3">
<input
class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-700 dark:focus:ring-offset-gray-700 focus:ring-2 dark:bg-gray-600 dark:border-gray-500"
id="socks4-checkbox-list"
name="socks4"
type="checkbox"
value="" />
<label
class="w-full py-3 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
for="socks4-checkbox-list"
>SOCKS 4</label
>
</div>
</li>
<li class="w-full border-b border-gray-200 sm:border-b-0 sm:border-r dark:border-gray-600">
<div class="flex items-center ps-3">
<input
class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-700 dark:focus:ring-offset-gray-700 focus:ring-2 dark:bg-gray-600 dark:border-gray-500"
id="socks5-checkbox-list"
name="socks5"
type="checkbox"
value="" />
<label
class="w-full py-3 ms-2 text-sm font-medium text-gray-900 dark:text-gray-300"
for="socks5-checkbox-list"
>SOCKS 5</label
>
</div>
</li>
</ul>
</div>
</div>
<div class="relative z-0 w-full mb-5 group">
<textarea
id="floating_headers"
rows="10"
name="headers"
class="block py-2.5 px-0 w-full text-sm text-gray-900 bg-transparent border-0 border-b-2 border-gray-300 appearance-none dark:text-white dark:border-gray-600 dark:focus:border-blue-500 focus:outline-none focus:ring-0 focus:border-blue-600 peer"
placeholder="User-Agent: Your User Agent Referer: https://google.com"></textarea>
<label
class="peer-focus:font-medium absolute text-sm text-gray-500 dark:text-gray-400 duration-300 transform -translate-y-6 scale-75 top-3 -z-10 origin-[0] peer-focus:start-0 rtl:peer-focus:translate-x-1/4 rtl:peer-focus:left-auto peer-focus:text-blue-600 peer-focus:dark:text-blue-500 peer-placeholder-shown:scale-100 peer-placeholder-shown:translate-y-0 peer-focus:scale-75 peer-focus:-translate-y-6"
for="floating_headers"
>Headers</label
>
</div>
<button
class="w-full text-gray-900 bg-gradient-to-r from-teal-200 to-lime-200 hover:bg-gradient-to-l hover:from-teal-200 hover:to-lime-200 focus:ring-4 focus:outline-none focus:ring-lime-200 dark:focus:ring-teal-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2"
id="submit-config">
Save config
</button>
</form>
<ins
class="adsbygoogle"
data-ad-client="ca-pub-2188063137129806"
data-ad-format="autorelaxed"
data-ad-slot="5041245242"
style="display: block"></ins>
</section>
<section class="mb-5" id="curl-command-builder">
<h2 class="text-center font-bold mb-5">Using proxy checker service</h2>
<div class="bg-gray-800 rounded shadow-md w-full mb-5">
<pre
class="text-sm bg-gray-700 rounded overflow-auto"><code id="curl-command" class="hljs bash p-2"></code></pre>
</div>
<div class="w-full mx-auto bg-gray-800 rounded-md shadow-md mb-5">
<form action="proxyCheckerParallel.php" id="proxyForm" method="POST">
<label class="block text-sm font-medium text-gray-300 mb-2 font-bold" for="proxy">Proxy Addresses</label>
<textarea
class="form-textarea block w-full px-3 py-2 border rounded-md shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200 focus:ring-opacity-50 bg-gray-700 text-white border-gray-600"
id="proxy"
name="proxy"
placeholder="18.133.16.21:1080@username:password 18.133.16.21:1080 OR ANY TEXTS THAT CONTAINS PROXY"
rows="10"></textarea>
<button
class="w-full text-gray-900 bg-gradient-to-r from-teal-200 to-lime-200 hover:bg-gradient-to-l hover:from-teal-200 hover:to-lime-200 focus:ring-4 focus:outline-none focus:ring-lime-200 dark:focus:ring-teal-700 font-medium rounded-lg text-sm px-5 py-2.5 text-center mt-4"
type="submit">
Check Now
</button>
</form>
</div>
<h2 class="font-bold text-center">
<a href="https://reqbin.com/curl" target="_cURL_online">run cURL online here</a>
</h2>
<div class="mt-4 w-full mx-auto bg-gray-800 p-6 rounded-md shadow-md" id="result">
<!-- Result will be displayed here -->
</div>
<div class="mt-4 w-full mx-auto bg-gray-800 p-6 rounded-md shadow-md" id="result-curl">
cURL command result will be displayed here
</div>
</section>
<div id="snackbar">Snackbar Message</div>
<a class="fab" href="#" id="start-proxy-check" title="re-check proxies"><i class="fal fa-refresh"></i></a>
<script>
function doubleScroll(element) {
const scrollbar = document.createElement('div');
scrollbar.appendChild(document.createElement('div'));
scrollbar.style.overflow = 'auto';
scrollbar.style.overflowY = 'hidden';
scrollbar.firstChild.style.width = element.scrollWidth + 'px';
scrollbar.firstChild.style.paddingTop = '1px';
scrollbar.firstChild.appendChild(document.createTextNode('\xA0'));
let running = false;
// Keep scrollbar in sync when element size changes
new ResizeObserver(() => {
scrollbar.firstChild.style.width = element.scrollWidth + 'px';
}).observe(element);
scrollbar.onscroll = function () {
if (running) {
running = false;
return;
}
running = true;
element.scrollLeft = scrollbar.scrollLeft;
};
element.onscroll = function () {
if (running) {
running = false;
return;
}
running = true;
scrollbar.scrollLeft = element.scrollLeft;
};
element.parentNode.insertBefore(scrollbar, element);
}
setTimeout(() => {
doubleScroll(document.getElementById('tbl-wrapper'));
}, 2300);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BG75CLNJZ1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-BG75CLNJZ1');
</script>
<script src="./js/highlight.js"></script>
<script src="./js/general-site-script.js"></script>
<script src="./proxyManager.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.js"></script>
</body>
</html>