-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathindex.html
More file actions
690 lines (664 loc) · 45.8 KB
/
Copy pathindex.html
File metadata and controls
690 lines (664 loc) · 45.8 KB
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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>WebKitty</title>
<meta name="description" content="WebKitty is a user-friendly, feature-rich PS4 exploit host for 6.70 - 11.02." />
<meta name="author" content="ArabPixel">
<meta name="keywords"
content="PS4, PlayStation 4, webkit exploit, jailbreak, psfree lapse, cssfontface, WebKitty, PSFree Enhanced">
<!-- Facebook / Discord / WhatsApp -->
<meta property="og:type" content="website">
<meta property="og:title" content="WebKitty">
<meta property="og:description" content="WebKitty is a user-friendly, feature-rich PS4 exploit host for 6.70 - 11.02.">
<meta property="og:image" content="http://webkitty.arabpixel.isroot.in/includes/assets/icons/webkitty.svg">
<meta property="og:url" content="http://webkitty.arabpixel.isroot.in">
<!-- Twitter / X -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="WebKitty">
<meta name="twitter:description" content="WebKitty is a user-friendly, feature-rich PS4 exploit host for 6.70 - 11.02.">
<meta name="twitter:image" content="http://webkitty.arabpixel.isroot.in/includes/assets/icons/webkitty.svg">
<link rel="icon" href="includes/assets/icons/favicon.ico" type="image/x-icon">
<link rel="stylesheet" id="main-stylesheet" href="">
<link rel="stylesheet" id="color-stylesheet" href="">
<script>
// Prevent "Theme Flash" by applying the href before the body renders
var savedTheme = localStorage.getItem('theme') || "index";
var savedColor = localStorage.getItem('color') || "default";
if (savedTheme) {
document.getElementById('main-stylesheet').setAttribute('href', './includes/css/layouts/' + savedTheme + '.css');
}
if (savedColor) {
document.getElementById('color-stylesheet').setAttribute('href', './includes/css/colors/' + savedColor + '.css');
}
</script>
</head>
<body class="bg-gray-900 text-white">
<main class="mainContainer">
<section id="initial-screen" class="relative flex flex-col items-center justify-center min-h-screen p-6 transition-opacity duration-700
opacity-100">
<!-- Header Buttons -->
<header class="absolute top-6 left-6 flex space-x-3 rtl:space-x-reverse z-10">
<div>
<button onclick="settingsPopup()" id="settings-btn"
class="p-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors text-white/80 hover:text-white"
title="Settings">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" fill="currentColor"
class="bi bi-gear" viewBox="0 0 16 16">
<path
d="M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z" />
<path
d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z" />
</svg>
</button>
<button onclick="aboutPopup()" id="about-btn"
class="p-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors text-white/80 hover:text-white"
title="About">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" fill="currentColor"
viewBox="0 0 512 512">
<path
d="M256,56C145.72,56,56,145.72,56,256s89.72,200,200,200,200-89.72,200-200S366.28,56,256,56Zm0,82a26,26,0,1,1-26,26A26,26,0,0,1,256,138Zm64,226H200V332h44V244H212V212h64V332h44Z" />
</svg>
</button>
<button onclick="themePopup()"
class="p-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors text-white/80 hover:text-white">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" fill="currentColor"
class="bi bi-brush" viewBox="0 0 16 16">
<path
d="M15.825.12a.5.5 0 0 1 .132.584c-.198.456-.583 1.157-1.074 1.954-.493.796-1.112 1.666-1.745 2.502L10.64 2.661c.836-.633 1.706-1.252 2.502-1.745C13.939.424 14.64.04 15.096.16a.5.5 0 0 1 .557.142Z" />
<path
d="M10.02 3.486 3.102 10.4a4.5 4.5 0 0 0-1.102 1.832L1 15a.5.5 0 0 0 .647.606l3.376-.845a4.5 4.5 0 0 0 1.92-1.205l6.776-6.776zM1.986 14.01l.44-1.32a3.5 3.5 0 0 1 .857-1.424l6.03-6.03 1.414 1.414-6.03 6.03a3.5 3.5 0 0 1-1.424.856l-1.32.44Z" />
</svg>
</button>
</div>
<button id="updateCache"
class="p-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors text-white/80 hover:text-white">
Update Cache
</button>
</header>
<!-- PS Button -->
<button id="pslogo">
<div id="ps-logo-container"
class="relative group cursor-pointer flex flex-col items-center justify-center p-8 rounded-full bg-white/5 hover:bg-white/10 transition-all duration-300 transform hover:scale-102">
<svg id="ps-logo" class="w-32 h-32 transition-all duration-500 ease-in-out" viewBox="0 0 32 32"
fill="#3B82F6" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_iconCarrier">
<path
d="M0.69116 21.9548C-0.506476 22.7935 -0.284724 24.2384 2.44769 25.1419C5.18011 26.0455 8.35603 26.2323 11.1505 25.729C11.0707 25.729 11.3102 25.729 11.1505 25.729V22.8774L8.43588 23.8C7.39792 24.1355 6.35997 24.2194 5.32202 23.9677C4.5236 23.7161 4.68328 23.2129 5.64139 22.7935L11.1505 20.7806V17.6774L3.48565 20.4452C2.52754 20.7806 1.56943 21.2839 0.69116 21.9548ZM19.2146 9.37419V17.5097C22.4881 19.1871 25.0431 17.5097 25.0431 13.1484C25.0431 8.70323 23.5261 6.69032 19.1348 5.09677C16.8193 4.25806 14.4241 3.50323 12.0288 3V27.2387L17.6178 29V8.61935C17.6178 7.69677 17.6178 7.02581 18.2565 7.27742C19.1348 7.52903 19.2146 8.45161 19.2146 9.37419ZM29.5941 20.0258C27.2787 19.1871 24.8036 18.8516 22.4083 19.1032C21.0779 19.1906 19.8294 19.5869 18.5759 20.0258V23.2968L23.7656 21.2839C24.8036 20.9484 25.8415 20.8645 26.8795 21.1161C27.6779 21.3677 27.5182 21.871 26.5601 22.2903L18.5759 25.3935V28.5806L29.5941 24.3032C30.3925 23.9677 31.1111 23.5484 31.7499 22.8774C32.3088 22.0387 32.0692 20.8645 29.5941 20.0258Z">
</path>
</g>
</svg>
</div>
</button>
<h3 class="text-white/70 text-lg mt-4" id="click-to-start-text">Click to start</h3>
<button onclick="clearInterval(autoJbInterval);"
class="hidden mt-2 bg-red-600 hover:bg-red-700 p-3 rounded font-semibold transition-colors"
id="stopAutoJb">
Stop Auto Jailbreak
</button>
<!-- Compatibility message -->
<p id="PS4FW" class="text-white/70 text-lg mt-4 mb-6">-</p>
<a hidden
class="secondHostBtn bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold disabled:opacity-50 transition-colors text-white text-center"
href="http://webkitty.arabpixel.isroot.in/" style="text-decoration: none;">
<button
class="bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold disabled:opacity-50 transition-colors text-white text-center">Load
payloads using GoldHEN's PayLoader - External link</button>
</a>
<!-- Jailbreak flavor options -->
<div id="choosejb-initial" class="bg-gray-800 p-6 rounded-lg shadow-xl w-full max-w-sm text-center">
<h3 class="text-xl font-semibold mb-4">Choose your HEN flavor</h3>
<div class="flex flex-col sm:flex-row justify-center gap-4 sm:gap-8 rtl:gap-4 sm:rtl:gap-8">
<label
class="flex items-center px-4 py-2 rounded-lg bg-gray-700/60 hover:bg-gray-700 transition-colors cursor-pointer shadow border-2 border-transparent focus-within:border-blue-500 w-full sm:w-auto mb-2 sm:mb-0">
<input type="radio" name="hen" value="GoldHEN" onchange="saveJbFlavor(this.name, this.value)"
class="accent-blue-500 w-5 h-5 ml-3 focus:ring-2 focus:ring-blue-400">
<span class="text-lg font-semibold text-white/90 select-none">GoldHEN</span>
</label>
<label
class="flex items-center px-4 py-2 rounded-lg bg-gray-700/60 hover:bg-gray-700 transition-colors cursor-pointer shadow border-2 border-transparent focus-within:border-blue-500 w-full sm:w-auto">
<input type="radio" name="hen" value="HEN" onchange="saveJbFlavor(this.name, this.value)"
class="accent-blue-500 w-5 h-5 ml-3 focus:ring-2 focus:ring-blue-400">
<span class="text-lg font-semibold text-white/90 select-none">HEN</span>
</label>
</div>
</div>
<!-- Scroll Down Icon -->
<button id="scrollDown" class="absolute bottom-10 animate-bounce cursor-pointer"
onclick="ui.exploitScreen.scrollIntoView({block: 'end'});">
<svg xmlns="http://www.w3.org/2000/svg" width="30" fill="currentColor" viewBox="0 0 512 512">
<polyline points="112 184 256 328 400 184"></polyline>
</svg>
</button>
</section>
<!-- Exploit section -->
<section id="exploit-main-screen" class="flex w-full bg-gray-900 text-white transition-opacity duration-700">
<div id="exploitContainer" class="grid md:grid-cols-2">
<!-- Exploit console panel -->
<div id="exploit-status-panel" class="gap-4 bg-gray-800 p-6 rounded-lg flex flex-col h-full w-full">
<div class="flex justify-between w-auto" style="align-items: baseline;">
<h2 class="text-xl font-semibold mb-4">Exploit status</h2>
<button id="successRate" style="white-space: nowrap;"
class="text-base font-semibold duration-300 transform hover:scale-102 hover:border-bottom cursor-pointer"
onclick="clearStats()">
Success rate
</button>
</div>
<div id="DebugConsole"
class="flex-grow min-h-[150px] bg-black/50 p-4 rounded-lg overflow-y-auto mb-4 text-xs font-mono"
dir="ltr">
<pre id='console'><center>--</center></pre>
</div>
<!-- HEN Selector -->
<div id="henSelection" class="flex items-center justify-center gap-4">
<label
class="flex items-center px-2 py-1 rounded bg-gray-700/60 hover:bg-gray-700 cursor-pointer shadow border-2 border-transparent focus-within:border-blue-500">
<input type="radio" name="hen2" value="GoldHEN" class="accent-blue-500 w-4 h-4 ml-2"
onchange="saveJbFlavor(this.name, this.value)">
<span class="text-base font-semibold text-white/90 select-none">GoldHEN</span>
</label>
<label
class="flex items-center px-2 py-1 rounded bg-gray-700/60 hover:bg-gray-700 cursor-pointer shadow border-2 border-transparent focus-within:border-blue-500">
<input type="radio" name="hen2" value="HEN" class="accent-blue-500 w-4 h-4 ml-2"
onchange="saveJbFlavor(this.name, this.value)">
<span class="text-base font-semibold text-white/90 select-none">HEN</span>
</label>
<button id="exploitRun"
class="flex items-center justify-center bg-blue-600 hover:bg-blue-700 p-2 rounded-full transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor"
class="bi bi-play" viewBox="0 0 16 16">
<path
d="M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z" />
</svg>
</button>
</div>
</div>
<!-- Payloads section -->
<div id="payloadsSection" class="gap-4 bg-gray-800 p-6 rounded-lg flex flex-col h-full">
<div class="flex justify-between">
<div>
<h2 class="text-xl font-semibold mb-4" id="payloads-section-title">
Payloads
</h2>
<header class="flex space-x-3 rtl:space-x-reverse hidden" id="header2">
<button onclick="settingsPopup()" id="settings-btn"
class="p-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors text-white/80 hover:text-white"
title="Settings">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" fill="currentColor"
class="bi bi-gear" viewBox="0 0 16 16">
<path
d="M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z" />
<path
d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z" />
</svg>
</button>
<button onclick="aboutPopup()" id="about-btn"
class="p-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors text-white/80 hover:text-white"
title="About">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" fill="currentColor"
viewBox="0 0 512 512">
<path
d="M256,56C145.72,56,56,145.72,56,256s89.72,200,200,200,200-89.72,200-200S366.28,56,256,56Zm0,82a26,26,0,1,1-26,26A26,26,0,0,1,256,138Zm64,226H200V332h44V244H212V212h64V332h44Z" />
</svg>
</button>
<button onclick="themePopup()"
class="p-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors text-white/80 hover:text-white">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" fill="currentColor"
class="bi bi-brush" viewBox="0 0 16 16">
<path
d="M15.825.12a.5.5 0 0 1 .132.584c-.198.456-.583 1.157-1.074 1.954-.493.796-1.112 1.666-1.745 2.502L10.64 2.661c.836-.633 1.706-1.252 2.502-1.745C13.939.424 14.64.04 15.096.16a.5.5 0 0 1 .557.142Z" />
<path
d="M10.02 3.486 3.102 10.4a4.5 4.5 0 0 0-1.102 1.832L1 15a.5.5 0 0 0 .647.606l3.376-.845a4.5 4.5 0 0 0 1.92-1.205l6.776-6.776zM1.986 14.01l.44-1.32a3.5 3.5 0 0 1 .857-1.424l6.03-6.03 1.414 1.414-6.03 6.03a3.5 3.5 0 0 1-1.424.856l-1.32.44Z" />
</svg>
</button>
</header>
</div>
<div class="flex items-center flex-col gap-2">
<input type="text" id="ps4IpInput"
class="hidden bg-blue-600 hover:bg-blue-700 p-1 rounded font-semibold transition-colors text-white border-transparent text-center"
placeholder="PS4 IP Address">
<select style="background: transparent;" id="ps4FwSelect"
class="hidden p-1 text-center rounded font-semibold transition-colors text-white">
<option selected hidden>PS4 FW</option>
<option value="lower">Lower</option>
<option value="6.00">6.00</option>
<option value="6.02">6.02</option>
<option value="6.20">6.20</option>
<option value="6.50">6.50</option>
<option value="6.51">6.51</option>
<option value="6.70">6.70</option>
<option value="6.71">6.71</option>
<option value="6.72">6.72</option>
<option value="7.00">7.00</option>
<option value="7.01">7.01</option>
<option value="7.02">7.02</option>
<option value="7.50">7.50</option>
<option value="7.51">7.51</option>
<option value="7.55">7.55</option>
<option value="8.00">8.00</option>
<option value="8.01">8.01</option>
<option value="8.03">8.03</option>
<option value="8.50">8.50</option>
<option value="8.52">8.52</option>
<option value="9.00">9.00</option>
<option value="9.03">9.03</option>
<option value="9.04">9.04</option>
<option value="9.50">9.50</option>
<option value="9.51">9.51</option>
<option value="9.60">9.60</option>
<option value="10.00">10.00</option>
<option value="10.01">10.01</option>
<option value="10.50">10.50</option>
<option value="10.70">10.70</option>
<option value="10.71">10.71</option>
<option value="11.00">11.00</option>
<option value="11.02">11.02</option>
<option value="11.50">11.50</option>
<option value="11.52">11.52</option>
<option value="12.00">12.00</option>
<option value="12.02">12.02</option>
<option value="12.50">12.50</option>
<option value="12.52">12.52</option>
<option value="13.00">13.00</option>
<option value="13.02">13.02</option>
<option value="13.04">13.04</option>
<option value="13.50">13.50</option>
<option value="13.52">13.52</option>
</select>
</div>
</div>
<div class="border-b border-gray-200 border-gray-700 w-full sticky top-0 bg-gray-800 z-10 tabs">
<ul class="flex flex-wrap -mb-px text-sm font-medium text-center w-full" id="default-tab"
data-tabs-toggle="#default-tab-content" role="tablist">
<li class="flex-1" role="presentation">
<button class="w-full inline-block p-4 border-b-2 rounded-t-lg" id="tools-tab"
data-tabs-target="#tools" type="button" role="tab" aria-controls="tools"
aria-selected="false">Tools</button>
</li>
<li class="flex-1" role="presentation">
<button
class="w-full inline-block p-4 border-b-2 rounded-t-lg hover:text-gray-600 hover:border-gray-300 hover:text-gray-300"
id="linux-tab" data-tabs-target="#linux" type="button" role="tab"
aria-controls="linux" aria-selected="false">Linux</button>
</li>
<li class="hidden flex-1 advancedPayloadsTab" role="presentation">
<button
class="w-full inline-block p-4 border-b-2 rounded-t-lg hover:text-gray-600 hover:border-gray-300 hover:text-gray-300"
id="advanced-tab" data-tabs-target="#advanced" type="button" role="tab"
aria-controls="advanced" aria-selected="false">Advanced</button>
</li>
<li class="hidden flex-1 customPayloadsTab" role="presentation">
<button
class="w-full inline-block p-4 border-b-2 rounded-t-lg hover:text-gray-600 hover:border-gray-300 hover:text-gray-300"
id="custom-tab" data-tabs-target="#custom" type="button" role="tab"
aria-controls="custom" aria-selected="false">Custom</button>
</li>
</ul>
</div>
<div id="payloadsGrid" class="space-y-3 overflow-y-auto flex-grow max-h-[calc(100vh-250px)]"
style="overflow-x: hidden !important;">
<div id="default-tab-content" class="bg-gray-800">
<div class="hidden p-4 rounded-lg bg-gray-50 bg-gray-800" id="tools" role="tabpanel"
aria-labelledby="tools-tab">
</div>
<div class="hidden p-4 rounded-lg bg-gray-50 bg-gray-800" id="linux" role="tabpanel"
aria-labelledby="linux-tab">
</div>
<div class="hidden p-4 rounded-lg bg-gray-50 bg-gray-800" id="advanced" role="tabpanel"
aria-labelledby="advanced-tab">
</div>
<div class="hidden p-4 rounded-lg bg-gray-50 bg-gray-800" id="custom" role="tabpanel"
aria-labelledby="custom-tab">
<p class="text-sm text-white/80 mb-2">Upload a custom payload file.</p>
<div class="flex gap-2">
<input type="file" id="customPayloadInput" style="width: 150px;"
class="bg-gray-700 p-2 rounded flex-grow text-white border-transparent focus:ring-2 focus:ring-blue-500"
accept=".bin,.elf">
<button id="sendCustomPayloadBtn" onclick="Loadpayloads('custom')"
class="hover:bg-blue-700 p-1 rounded font-semibold transition-colors text-white">
<svg xmlns="http://www.w3.org/2000/svg" width="20px"
shape-rendering="geometricPrecision" text-rendering="geometricPrecision"
image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd"
viewBox="0 0 512 512.006">
<path fill="#fff" fill-rule="nonzero"
d="M11.671 160.968L498.394.692c8.503-3.038 15.951 4.41 12.915 12.915L351.027 500.328c-5.264 15.865-27.364 15.388-32.617-.357l-71.675-234.703-234.703-71.675c-15.889-5.275-16.073-27.373-.361-32.625zm13.952 16.188l226.175 69.064L465.84 32.177 25.623 177.156z" />
</svg>
</button>
</div>
</div>
</div>
</div>
<a hidden
class="secondHostBtn w-full bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold disabled:opacity-50 transition-colors text-white text-center"
href="http://webkitty.arabpixel.isroot.in/" style="text-decoration: none;">
<button
class="w-full bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold disabled:opacity-50 transition-colors text-white text-center">Load
payloads using GoldHEN's PayLoader - External link</button>
</a>
</div>
</div>
</section>
</main>
<!-- Popups -->
<div class="fixed inset-0 bg-black/50 z-50 flex backdrop-blur-sm items-center justify-center p-4 hidden"
id="about-popup-overlay">
<div id="about-popup" class="bg-gray-800 p-6 rounded-lg shadow-xl w-full max-w-md">
<h2 class="text-2xl font-bold">About WebKitty</h2>
<div class="space-y-2 text-white/80">
<p>Version: 2.0</p>
<p>A feature rich exploit host to jailbreak your PS4</p>
</div>
<div id="PS4FWOK" class="mt-4">
<h3 class="text-l font-bold mb-4">Supported PS4 firmware</h3>
<div id="listfw" class="grid-cols-4 text-sm text-white/70 mb-4">
<p id="fw6">6.xx</p>
<p id="fw7">7.xx</p>
<p id="fw8">8.xx</p>
<p id="fw9">9.xx</p>
<p id="fw10">10.xx</p>
<p id="fw110">11.0x</p>
</div>
</div>
<small id="goldhenFirmwareSemiSupported">
<i class="text-white/70">* Loading payloads through GoldHEN's PayLoader is supported.</i>
</small>
<h3 class="text-l font-bold mt-4 mb-2" id="creditsHeader">Credits</h3>
<div class="flex flex-wrap justify-evenly text-sm text-white/70 mb-2">
<p>abc</p>
<p>sleirsgoevy</p>
<p>Fire30</p>
<p>Nathan Fargo</p>
</div>
<div class="flex flex-wrap justify-evenly text-sm text-white/70 mt-2">
<p>Al Azif</p>
<p>ufm42</p>
<p>Feyzee61</p>
<p>ArabPixel</p>
</div>
<div class="flex flex-wrap justify-evenly text-sm text-white/70 mt-2">
<p>Dr.Yenyen</p>
<p>Teligin174</p>
</div>
<button onclick="aboutPopup()"
class="mt-6 w-full bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold transition-colors"
id="close-about">Close</button>
</div>
</div>
<!-- Settings popup -->
<div class="fixed inset-0 bg-black/50 backdrop-blur-sm z-50 flex items-center justify-center p-4 hidden"
id="settings-popup-overlay">
<div id="settings-popup"
class="bg-gray-800 p-6 rounded-lg shadow-xl w-full max-w-lg max-h-[90vh] overflow-y-auto">
<h2 class="text-2xl font-bold mb-4">WebKitty settings</h2>
<!-- Choose GoldHEN version -->
<div id="chooseGoldHEN" class="mb-4">
<h3 class="text-lg font-semibold mb-2" id="ghVer">GoldHEN versions</h3>
<div class="radio-group space-y-2">
<label class="flex items-center text-white/80">
<input type="radio" name="goldhen" value="GHv2.4b18.10" onchange="setGoldHENVer(this.value);">
<p>GoldHEN v2.4b18.10 - </p>
<pre id="latestVer"> Latest</pre>
</label>
<details>
<summary>Other versions</summary>
<label class="flex items-center text-white/80">
<input type="radio" name="goldhen" value="GHv2.4b18.9"
onchange="setGoldHENVer(this.value);">
<p>GoldHEN v2.4b18.9</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="goldhen" value="GHv2.4b18.8"
onchange="setGoldHENVer(this.value);">
<p>GoldHEN v2.4b18.8</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="goldhen" value="GHv2.4b18.7"
onchange="setGoldHENVer(this.value);">
<p>GoldHEN v2.4b18.7</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="goldhen" value="GHv2.4b18.6"
onchange="setGoldHENVer(this.value);">
<p>GoldHEN v2.4b18.6</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="goldhen" value="GHv2.4b18.5"
onchange="setGoldHENVer(this.value);">
<p>GoldHEN v2.4b18.5</p>
</label>
</details>
</div>
</div>
<div id="chooseExploitChain" class="mb-4">
<h3 class="text-lg font-semibold mb-2" id="exploitChainTitle">Exploit Chain</h3>
<div class="radio-group space-y-2 flex flex-wrap">
<label class="flex items-center text-white/80" id="modularLapseExp">
<input type="radio" name="exploitChain" value="0" onchange="exploitChain(this.value);">
<p id="modularLapse">PSFree Lapse Modular</p>
</label>
<label class="flex items-center text-white/80" id="bundleLapseExp">
<input type="radio" name="exploitChain" value="1" onchange="exploitChain(this.value);">
<p id="bundleLapse">PSFree Lapse Bundle</p>
</label>
<label class="flex items-center text-white/80" id="badHoistExp">
<input type="radio" name="exploitChain" value="2" onchange="exploitChain(this.value);">
<p id="badHoist">BadHoist</p>
</label>
<label class="flex items-center text-white/80" id="cssFontFaceNetCtrlExp">
<input type="radio" name="exploitChain" value="3" onchange="exploitChain(this.value);">
<p id="cssFontFaceNetCtrl">CSSFontFace NetCtrl</p>
</label>
<label class="flex items-center text-white/80" id="cssFontFaceLapseExp">
<input type="radio" name="exploitChain" value="4" onchange="exploitChain(this.value);">
<p id="cssFontFaceLapse">CSSFontFace Lapse</p>
</label>
</div>
</div>
<div id="advancedPayloads" class="mb-6">
<h3 class="text-lg font-semibold mb-2" id="optionsHeader">Options</h3>
<div class="radio-group flex flex-wrap mb-4">
<label class="flex items-center text-white/80">
<input type="checkbox" id="advancedPayloadsInput" onclick="setAdvancedPayloads(this.checked)">
<p id="showAdvancedPayloads">Show Advanced Payloads</p>
</label>
</div>
<label id="autoJbContainer" class="flex items-center text-white/80">
<input type="checkbox" id="autoJbRetry" onclick="setAutoJbRetry(this.checked)">
<p id="autoJbRetryText">Auto-Retry Jailbreak</p>
</label>
<label id="bareboneJBOption" class="flex items-center text-white/80">
<input type="checkbox" id="bareboneJBInput" onclick="setBareboneJB(this.checked)">
<p id="bareboneJB">Barebone Jailbreak Experience</p>
</label>
</div>
<button onclick="ipGuess()"
class="hidden bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold transition-colors"
id="scanPayLoader">
Scan for GoldHEN's PayLoader
</button>
<button onclick="shutdownServer()"
class="hidden mt-2 bg-red-600 hover:bg-red-700 p-3 rounded font-semibold transition-colors"
id="shutdownServerBtn">
Shutdown Server
</button>
<button onclick="settingsPopup()"
class="mt-6 w-full bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold transition-colors"
id="close-settings">Close</button>
</div>
</div>
<div class="fixed inset-0 bg-black/50 backdrop-blur-sm z-50 flex items-center justify-center p-4 hidden"
id="theme-popup-overlay">
<div id="theme-popup" class="bg-gray-800 p-6 rounded-lg shadow-xl w-full max-w-lg max-h-[90vh] overflow-y-auto">
<h2 class="text-2xl font-bold mb-4">Customization Settings</h2>
<!-- Language chooser -->
<div id="chooselang" class="mb-6">
<h3 class="text-lg font-semibold mb-2">Language</h3>
<div class="radio-group space-y-2 flex flex-wrap">
<!-- Language options -->
<label class="flex items-center text-white/80">
<input type="radio" name="language" value="en" class="ml-2"
onchange="saveLanguage(this.value);">
<p>English</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="language" value="fa" class="ml-2"
onchange="saveLanguage(this.value);">
<p>فارسی</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="language" value="ar" class="ml-2"
onchange="saveLanguage(this.value); ">
<p>العربية</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="language" value="ru" class="ml-2"
onchange="saveLanguage(this.value); ">
<p>Русский</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="language" value="es" class="ml-2"
onchange="saveLanguage(this.value);">
<p>Español</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="language" value="tr" class="ml-2"
onchange="saveLanguage(this.value);">
<p>Türkçe</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="language" value="zh-cn" class="ml-2"
onchange="saveLanguage(this.value);">
<p>简体中文</p>
</label>
</div>
</div>
<div id="chooseTheme" class="mb-4 flex">
<h3 class="text-lg font-semibold mb-2" id="theme">Choose Layout</h3>
<div class="radio-group space-y-2 flex flex-wrap flex-row" id="layouts">
<label class="flex items-center text-white/80">
<input type="radio" name="theme" value="index" onchange="setTheme(this.value);">
<p id="defaultTheme">Default</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="theme" value="compact" onchange="setTheme(this.value);">
<p id="compactTheme">Compact</p>
</label>
</div>
<!-- Color -->
<h3 class="text-lg font-semibold mb-2" id="themeWord">Theme</h3>
<div class="radio-group space-y-2 flex flex-wrap" id="colors">
<label class="flex items-center text-white/80">
<input type="radio" name="colorTheme" value="default" onchange="setColors(this.value);">
<p id="defaultColor">Default</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="colorTheme" value="vibrant" onchange="setColors(this.value);">
<p id="vibrantColor">Vibrant</p>
</label>
<label class="flex items-center text-white/80">
<input type="radio" name="colorTheme" value="catppuccino" onchange="setColors(this.value);">
<p id="catppuccinoColor">Catppuccino</p>
</label>
</div>
</div>
<button onclick="themePopup()"
class="mt-6 w-full bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold transition-colors"
id="close-theme">Close</button>
</div>
</div>
<div class="fixed inset-0 bg-black/50 z-50 flex backdrop-blur-sm items-center justify-center p-4 hidden"
id="choose-fanThreshold-overlay">
<div id="choose-fanThreshold" class="bg-gray-800 p-6 rounded-lg shadow-xl w-full max-w-md">
<h2 class="text-2xl font-bold mb-4">Fan Threshold</h2>
<div class="space-y-2 text-white/80">
<p>Sets the temperature threshold where the fan will kick into turbo.</p>
</div>
<div class="mt-6">
<h3 class="text-l font-bold mb-4">Select a temperature</h3>
<div class="flex justify-around gap-2 text-sm text-white/70 w-full">
<button class="mt-6 hover:bg-blue-700 p-3 rounded font-semibold transition-colors" id="60"
onclick="Loadpayloads('load_FanThreshold');sessionStorage.setItem('fanTemp', this.id);">60°C</button>
<button class="mt-6 hover:bg-blue-700 p-3 rounded font-semibold transition-colors" id="70"
onclick="Loadpayloads('load_FanThreshold');sessionStorage.setItem('fanTemp', this.id);">70°C</button>
<button class="mt-6 hover:bg-blue-700 p-3 rounded font-semibold transition-colors" id="80"
onclick="Loadpayloads('load_FanThreshold');sessionStorage.setItem('fanTemp', this.id);">80°C</button>
<button class="mt-6 hover:bg-blue-700 p-3 rounded font-semibold transition-colors" id="85"
onclick="Loadpayloads('load_FanThreshold');sessionStorage.setItem('fanTemp', this.id);">85°C</button>
</div>
</div>
<div id="defaultTempDiv" class="flex justify-center gap-2 flex-col">
<small class="text-center">↑</small>
<small class="text-center" id="defaultTemp">Default</small>
</div>
<button onclick="chooseFanThreshold()"
class="mt-4 w-full bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold transition-colors"
id="close-fanChoose">
Close</button>
</div>
</div>
<script>
// Global Error Tracker
window.onerror = function (msg, url, lineno, colno, error) {
const stack = error.stack || 'No stack trace';
console.error('[onerror]', { msg, url, lineno, colno, stack });
alert(`Error: ${msg}\nURL: ${url}\nLine: ${lineno}, Col: ${colno}\n\nOpen an issue on github or contact me on discord '@arabpixel'`);
return true;
};
// Catch unhandled promise rejections
window.addEventListener('unhandledrejection', function (event) {
const reason = event.reason;
const msg = reason instanceof Error
? `${reason.message}\n\nStack:\n${reason.stack}`
: String(reason);
console.error('[unhandledrejection]', reason);
alert(`Unhandled Promise Rejection:\n${msg}\n\nOpen an issue on github or contact me on discord '@arabpixel'`);
});
var ua = navigator.userAgent;
var isPS4 = ua.indexOf("PlayStation 4") !== -1;
var is67x = ((ua.indexOf(" 6.70") !== -1) || (ua.indexOf(" 6.71") !== -1) || (ua.indexOf(" 6.72") !== -1));
window.entrypoint672_result = 0;
window.exploitsetup672_result = 0;
var jailbreakNow = sessionStorage.getItem("jailbreakNow") != null;
// Load 6.7x entrypoint if needed conditionally
if (isPS4 && is67x && jailbreakNow) {
try {
var xhr = new XMLHttpRequest();
xhr.open('GET', 'src/badhoist/672entrypoint.js', false);
xhr.send('');
if (xhr.status === 200) {
eval.call(top.window, xhr.responseText);
}
} catch (e) {
// Safe non-breaking fallbacks if DOM isn't ready
console.error("Early entrypoint hook failed: " + e.message);
}
}
// Cache
document.addEventListener('DOMContentLoaded', () => {
if (typeof loadSettings === 'function') {
loadSettings();
}
});
</script>
<!-- Choose index.js or index-legacy.js for older browsers, generated with Babel -->
<script id="main-logic-loader">
(function () {
var isModern = 'noModule' in document.createElement('script');
var scriptPath = isModern ? './includes/js/index.js' : './includes/js/index-legacy.js';
document.write('<script src="' + scriptPath + '"><\/script>');
})();
</script>
<script src="./includes/payloads/payloads.js"></script>
<script src="./includes/js/payloadsList.js"></script>
<script src="./includes/js/design.js"></script>
<script src="./includes/js/language.js"></script>
<script src="./includes/js/HENs.js"></script>
<script src="./includes/js/checkFw.js"></script>
<script src="./includes/js/cache.js"></script>
<script src="./includes/js/autoJbRetry.js"></script>
<script src="./includes/js/events.js"></script>
<script src="./includes/js/payloadsHandler.js"></script>
<script src="./includes/js/utilities.js"></script>
</body>
</html>