-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
299 lines (279 loc) · 10.7 KB
/
index.html
File metadata and controls
299 lines (279 loc) · 10.7 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
<!DOCTYPE html>
<html manifest="cache.manifest"><head>
<title>PS4 7.50 - 7.55 Host v1.2 by Multics76</title>
<style>
html, body {
background-image: url('img.jpg');
background-attachment: fixed;
background-size:100%;
background-repeat:no-repeat;
background-color: #24272b;
color:white;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
overflow: hidden;
}
h1 {
text-shadow: 0.1em 0.1em 0.2em black;
font-size:25px;
text-align:center;
color:white;
}
.btn {
width: 262px;
height: 49px;
padding-top: 10px;
padding-bottom: 13px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin-top: 15px;
margin-bottom: 5px;
margin-left: 15px;
margin-right: 5px;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-left-width: 0px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
cursor: pointer;
}
.btn-main {
background-color: #0c0cf5;
color: white;
border-radius: 8px;
}
.btn-main:hover {
background-color: #0058b1;
color: white;
border-radius: 8px;
}
</style>
<script>
function DLProgress(e){Percent=(Math.round(e.loaded / e.total * 100));document.getElementById="display:none";window.msgs.innerHTML="Installing Offline Cache: " + Percent + "%";}
function DisplayCacheProgress(){setTimeout(function(){window.msgs.innerHTML="Cache Installed Successfully ✔";},1000);setTimeout(function(){window.msgs.innerHTML="Now Close And Re-Open Your Browser ...";},3000);}window.applicationCache.addEventListener("progress",DLProgress,false);window.applicationCache.oncached=function(e){DisplayCacheProgress();};window.applicationCache.onupdateready=function(e){DisplayCacheProgress();};
document.cookie = 'kex=1';
</script>
</head>
<h1 style="font-size:30px;text-align:center;color:#0c0cf5;">PS4 Exploit Host Multics76 For 7.50 - 7.55</h1>
<div style="text-align:center">
<hr>
<h1 id=msgs>Status</h1>
<hr>
<br>
<h1 style="font-size:20px;text-align:center;color:#ff0009;">You Will Experience Insufficient Memory Problems in the Browser (You Must Insist)</h1>
<div style="text-align:center">
<button class="btn btn-main" onmouseover="mainpayload1()" onmouseout="pagetitle()" onclick=load_mira750()> MIRA 7.50 </button>
<button class="btn btn-main" onmouseover="mainpayload2()" onmouseout="pagetitle()" onclick=load_mira751()> MIRA 7.51 </button>
<button class="btn btn-main" onmouseover="mainpayload3()" onmouseout="pagetitle()" onclick=load_mira755()> MIRA 7.55 </button>
<br>
<hr>
<h1 style="font-size:25px;text-align:center;">Payloads</h1>
<hr>
<button class="btn btn-main" onmouseover="todex()" onmouseout="pagetitle()" onclick=load_todex()> ToDex </button>
<button class="btn btn-main" onmouseover="dumper()" onmouseout="pagetitle()" onclick=load_dumper()> Dumper </button>
<button class="btn btn-main" onmouseover="ftp()" onmouseout="pagetitle()" onclick=load_ftp()> FTP </button>
<button class="btn btn-main" onmouseover="app2usb()" onmouseout="pagetitle()" onclick=load_app2usb()> App2USB </button>
<br>
<button class="btn btn-main" onmouseover="enableUpdates()" onmouseout="pagetitle()" onclick=load_enablebUpdates()> Enable Updates </button>
<button class="btn btn-main" onmouseover="disableUpdates()" onmouseout="pagetitle()" onclick=load_disableUpdates()> Disable Updates </button>
<button class="btn btn-main" onmouseover="dbackup()" onmouseout="pagetitle()" onclick=load_dbackup()> DB Backup </button>
<button class="btn btn-main" onmouseover="dbrestore()" onmouseout="pagetitle()" onclick=load_dbrestore()> DB Restore </button>
<br>
<button class="btn btn-main" onmouseover="historyBlocker()" onmouseout="pagetitle()" onclick=load_historyBlocker()> History Blocker </button>
<button class="btn btn-main" onmouseover="ebrowser()" onmouseout="pagetitle()" onclick=load_ebrowser()> Enable Browser </button>
<button class="btn btn-main" onmouseover="kernelDump()" onmouseout="pagetitle()" onclick=load_kernelDump()> Kernel Dumper </button>
<button class="btn btn-main" onmouseover="kernelClock()" onmouseout="pagetitle()" onclick=load_kernelClock()> Kernel Clock </button>
<br>
<button class="btn btn-main" onmouseover="binloader()" onmouseout="pagetitle()" onclick=load_binloader()> Bin Loader </button>
<button class="btn btn-main" onmouseover="disbaslr()" onmouseout="pagetitle()" onclick=load_disbAslr()> Disable ASLR </button>
<button class="btn btn-main" onmouseover="rifrenamer()" onmouseout="pagetitle()" onclick=load_rifRen()> RIF Renamer </button>
<button class="btn btn-main" onmouseover="fancontrol()" onmouseout="pagetitle()" onclick=load_fanCtr()> Fan Control </button> 
<hr style="margin-top: 131px;">
<h1 style="font-size:25px;text-align:center;margin-top: 15px;color:yellow;">Many Thanks to:  <a href="https://twitter.com/sleirsgoevy" style="color:#f31414;">@sleirsgoevy</a>  <a style="color:white;"></style>ChendoChap</a>  <a href="https://twitter.com/_AlAzif" style="color:#f31414;">@_AlAzif</a>  <a style="color:white;"></style>And to all the people who keep the scene alive</a>  </h1>
<br>
</div>
<script>
function mainpayload1(){
document.getElementById("msgs").innerHTML = "MIRA for Firmware 7.50";
}
function mainpayload2(){
document.getElementById("msgs").innerHTML = "MIRA for Firmware 7.51";
}
function mainpayload3(){
document.getElementById("msgs").innerHTML = "MIRA for Firmware 7.55";
}
function todex(){
document.getElementById("msgs").innerHTML = "Enable Some Debugging Functions Available on TestKit";
}
function dumper(){
document.getElementById("msgs").innerHTML = "Dump your Games (Necessary a USB Drive in exFAT)";
}
function ftp(){
document.getElementById("msgs").innerHTML = "Access this console Through FTP (Be careful what you do)";
}
function app2usb(){
document.getElementById("msgs").innerHTML = "Transfer Games / Apps to USB Drive in exFAT";
}
function enableUpdates(){
document.getElementById("msgs").innerHTML = "Enable System Updates";
}
function disableUpdates(){
document.getElementById("msgs").innerHTML = "Disable System Updates";
}
function dbackup(){
document.getElementById("msgs").innerHTML = "Creates a Backup of the Console Database and Your User on a USB Drive";
}
function dbrestore(){
document.getElementById("msgs").innerHTML = "Restore Database Backup from USB Drive";
}
function historyBlocker(){
document.getElementById("msgs").innerHTML = "Disable Browser History, it will only show Frequently used Pages once you open";
}
function ebrowser(){
document.getElementById("msgs").innerHTML = "Enable The PS4 Browser";
}
function kernelDump(){
document.getElementById("msgs").innerHTML = "Dump a Conole Kernel to USB Drive";
}
function kernelClock(){
document.getElementById("msgs").innerHTML = "Change the Time for the Console Kernel Clock";
}
function binloader(){
document.getElementById("msgs").innerHTML = "Inject a Payload Using the IP of the console and Port 9020";
}
function binloader(){
document.getElementById("msgs").innerHTML = "Inject a Payload Using the IP of the console and Port 9020";
}
function disbaslr(){
document.getElementById("msgs").innerHTML = "Disables the ASLR (Address space layout randomization)";
}
function rifrenamer(){
document.getElementById("msgs").innerHTML = "Renames 'fake' RIFs to 'free' RIFs";
}
function fancontrol(){
document.getElementById("msgs").innerHTML = "Modify PS4 FAN Speed (Beta)";
}
function pagetitle(){
document.getElementById("msgs").innerHTML = "PS4 7.50 - 7.55 Host v1.2 by Multics76";
}
function load_mira750(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=mira750.js';
link.click();
}
function load_mira751(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=mira751.js';
link.click();
}
function load_mira755(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=mira755.js';
link.click();
}
function load_todex(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=todex.js';
link.click();
}
function load_dumper(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=app-dumper.js';
link.click();
}
function load_ftp(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=ftp.js';
link.click();
}
function load_app2usb(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=app2usb.js';
link.click();
}
function load_enablebUpdates(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=enable-updates.js';
link.click();
}
function load_disableUpdates(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=disable-updates.js';
link.click();
}
function load_dbackup(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=backup.js';
link.click();
}
function load_dbrestore(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=restore.js';
link.click();
}
function load_historyBlocker(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=history-blocker.js';
link.click();
}
function load_ebrowser(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=enable-browser.js';
link.click();
}
function load_kernelDump(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=kernel-dumper.js';
link.click();
}
function load_kernelClock(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=kernel-clock.js';
link.click();
}
function load_binloader(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'binloader.html';
link.click();
}
function load_disbAslr(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=disable-aslr.js';
link.click();
}
function load_rifRen(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=rif-renamer.js';
link.click();
}
function load_fanCtr(){
var link = document.createElement('a');
document.body.appendChild(link);
link.href = 'payload.html#f=fan-control.js';
link.click();
}
</script>
</body>
</html>