Skip to content

Commit e6c3d85

Browse files
committed
Stable jailbreak
1 parent da0bd9a commit e6c3d85

File tree

10 files changed

+117790
-112360
lines changed

10 files changed

+117790
-112360
lines changed

index.html

Lines changed: 32 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,35 @@
33
<meta charset="utf-8"/>
44
<body>
55
<script>
6-
function english()
7-
{
8-
document.getElementById('russian').style.display = 'none';
9-
document.getElementById('english').style.display = 'block';
10-
document.getElementById('italiano').style.display = 'none';
11-
}
12-
13-
function russian()
14-
{
15-
document.getElementById('russian').style.display = 'block';
16-
document.getElementById('english').style.display = 'none';
17-
document.getElementById('italiano').style.display = 'none';
18-
}
19-
function italiano()
20-
{
21-
document.getElementById('russian').style.display = 'none';
22-
document.getElementById('english').style.display = 'none';
23-
document.getElementById('italiano').style.display = 'block';
24-
}
6+
document.cookie = 'kex=1';
7+
8+
function english()
9+
{
10+
document.getElementById('russian').style.display = 'none';
11+
document.getElementById('english').style.display = 'block';
12+
document.getElementById('italiano').style.display = 'none';
13+
}
14+
15+
function russian()
16+
{
17+
document.getElementById('russian').style.display = 'block';
18+
document.getElementById('english').style.display = 'none';
19+
document.getElementById('italiano').style.display = 'none';
20+
}
21+
22+
function italian()
23+
{
24+
document.getElementById('russian').style.display = 'none';
25+
document.getElementById('english').style.display = 'none';
26+
document.getElementById('italian').style.display = 'block';
27+
}
2528
</script>
2629
<p>
27-
<a href="#" onclick="english(); return false">English</a>
28-
<a href="#" onclick="russian(); return false">Русский</a>
29-
<a href="#" onclick="italiano(); return false">italiano</a>
30-
</p>
31-
<div id="english" style="display: block">
30+
<a href="#" onclick="english(); return false">English</a>
31+
<a href="#" onclick="russian(); return false">Русский</a>
32+
<a href="#" onclick="italian(); return false">italiano</a>
33+
</p>
34+
<div id="english" style="display: block">
3235
<h3>READ THIS CAREFULLY BEFORE PROCEEDING</h3>
3336
<p><b>In case you're dumb: this ONLY works on FW 6.72. If you are on a lower firmware, download a 6.72 retail update file <a href="https://sce.party/firmwares">here</a> and update your system. If you are on a higher firmware (e.g. 7.02), your console CAN'T BE HACKED yet.</b></p>
3437
<p>This exploit consists of two steps: the actual jailbreak (JB) and Mira+HEN (MIRA). To <s>pirate games</s> run homebrew software, you need to activate JB first, and then MIRA. Not just one of them, not the other way round. <b>First JB then MIRA.</b></p>
@@ -44,6 +47,7 @@ <h3>READ THIS CAREFULLY BEFORE PROCEEDING</h3>
4447
</ol>
4548
<p><i>Claims that Mira does not have HEN are false, do not believe them!</i></p>
4649
<p><i>This exploit <b>does</b> crash and hang. Sometimes you even have to retry 10 times to get the jailbreak.</i></p>
50+
<p><i><b>Note:</b> the speed of the exploit heavily depends on your network speed. If you have a poor network you may have to wait for a few minutes.</i></p>
4751
</div>
4852
<div id="russian" style="display: none">
4953
<h3>ВНИМАТЕЛЬНО ПРОЧИТАЙТЕ ИНСТРУКЦИЮ ПРЕЖДЕ ЧЕМ ПРОДОЛЖАТЬ</h3>
@@ -62,6 +66,7 @@ <h3>ВНИМАТЕЛЬНО ПРОЧИТАЙТЕ ИНСТРУКЦИЮ ПРЕЖД
6266
</ol>
6367
<p><i>Те, кто утверждает, что в Mira нет HEN, нагло врут. Не верьте им!</i></p>
6468
<p><i>Эксплойт <b>будет</b> крашиться и виснуть, иногда вообще только с 10 попытки заводится. Тут пока что никуда не денешься, разве что и дальше ждать взлом от @SpecterDev.</i></p>
69+
<p><i><b>Обратите внимание:</b> скорость срабатывания эксплоита зависит от скорости вашего Интернет-соединения. Если у вас медленный интернет, возможно, придется подождать несколько минут.</i></p>
6570
</div>
6671
<div id="italiano" style="display: none">
6772
<p><b>Nel caso sei un utente che non ha mai effettuato un jailbreak: funziona SOLO su FW 6.72. Se si utilizza un firmware inferiore, scaricare un file di aggiornamento 6.72 <a href="https://sce.party/firmwares">QUI</a> e aggiorna il tuo sistema. Se hai un firmware superiore (esempio 7.02), la tua console NON PUO 'ESSERE ancora hackerata.</b></p>
@@ -80,63 +85,8 @@ <h3>ВНИМАТЕЛЬНО ПРОЧИТАЙТЕ ИНСТРУКЦИЮ ПРЕЖД
8085
<p><i>Questo exploit <b>va</b> in crash e blocco. A volte devi anche riprovare 10 volte per ottenere il jailbreak.</i></p>
8186
<p><i>Traduzione italiana da theheroGAC.</i></p>
8287
</div>
83-
<script>
84-
function jb_finished()
85-
{
86-
if(main_ret == 179 || main_ret == 0)
87-
{
88-
alert("You're all set!");
89-
read_ptr_at(0);
90-
}
91-
else
92-
alert("Jailbreak failed! Reboot your PS4 and try again.");
93-
}
94-
95-
function mira_finished()
96-
{
97-
alert("You're all set!");
98-
read_ptr_at(0);
99-
}
100-
101-
function SC(x)
102-
{
103-
return '<script src="'+x+'.js"></scr'+'ipt>';
104-
}
105-
106-
function COMMON(x)
107-
{
108-
return SC('common/'+x);
109-
}
110-
111-
function JB(x)
112-
{
113-
return SC('jb/'+x);
114-
}
115-
116-
function MIRA(x)
117-
{
118-
return SC('mira/'+x);
119-
}
120-
121-
var commons = '<script>function print(){}</scr'+'ipt>'+COMMON('exploit')+COMMON('helpers')+COMMON('malloc')+COMMON('rop')+COMMON('syscalls')+COMMON('syscalls2');
122-
123-
function load_jb()
124-
{
125-
document.write(commons+JB('c-code')+'<script>jb_finished();</scr'+'ipt>');
126-
}
127-
128-
function load_mira()
129-
{
130-
document.write(commons+MIRA('mira')+MIRA('mira2')+MIRA('c-code')+'<script>mira_finished();</scr'+'ipt>');
131-
}
132-
133-
function load_netcat()
134-
{
135-
document.write(commons+MIRA('c-code')+'<script>mira_finished();</scr'+'ipt>');
136-
}
137-
</script>
138-
<a href="#" onclick="load_jb(); return false">JB</a>
139-
<a href="#" onclick="load_mira(); return false">MIRA</a>
140-
<a href="#" onclick="load_netcat(); return false">NETCAT</a>
88+
<a href="jb.html">JB</a>
89+
<a href="mira.html">MIRA</a>
90+
<a href="netcat.html">NETCAT</a>
14191
</body>
14292
</html>

jb.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<html>
2+
<body>
3+
<script>
4+
if(document.cookie.indexOf('kex=0') >= 0)
5+
document.location.href = '.';
6+
else
7+
document.cookie = 'kex=0';
8+
</script>
9+
<script>function print(){}</script>
10+
<script src="common/exploit.js"></script>
11+
<script src="common/helpers.js"></script>
12+
<script src="common/malloc.js"></script>
13+
<script src="common/rop.js"></script>
14+
<script src="common/syscalls.js"></script>
15+
<script src="common/syscalls2.js"></script>
16+
<script src="jb/c-code.js"></script>
17+
<script>
18+
if(main_ret == 179 /* already hacked */ || main_ret == 0 /* success */)
19+
{
20+
alert("You're all set!");
21+
read_ptr_at(0);
22+
}
23+
else
24+
alert("Jailbreak failed! Reboot your PS4 and try again.");
25+
</script>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)