Skip to content

Commit

Permalink
Stable jailbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
sleirsgoevy committed Jul 23, 2020
1 parent da0bd9a commit e6c3d85
Show file tree
Hide file tree
Showing 10 changed files with 117,790 additions and 112,360 deletions.
114 changes: 32 additions & 82 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,35 @@
<meta charset="utf-8"/>
<body>
<script>
function english()
{
document.getElementById('russian').style.display = 'none';
document.getElementById('english').style.display = 'block';
document.getElementById('italiano').style.display = 'none';
}

function russian()
{
document.getElementById('russian').style.display = 'block';
document.getElementById('english').style.display = 'none';
document.getElementById('italiano').style.display = 'none';
}
function italiano()
{
document.getElementById('russian').style.display = 'none';
document.getElementById('english').style.display = 'none';
document.getElementById('italiano').style.display = 'block';
}
document.cookie = 'kex=1';

function english()
{
document.getElementById('russian').style.display = 'none';
document.getElementById('english').style.display = 'block';
document.getElementById('italiano').style.display = 'none';
}

function russian()
{
document.getElementById('russian').style.display = 'block';
document.getElementById('english').style.display = 'none';
document.getElementById('italiano').style.display = 'none';
}

function italian()
{
document.getElementById('russian').style.display = 'none';
document.getElementById('english').style.display = 'none';
document.getElementById('italian').style.display = 'block';
}
</script>
<p>
<a href="#" onclick="english(); return false">English</a>
<a href="#" onclick="russian(); return false">Русский</a>
<a href="#" onclick="italiano(); return false">italiano</a>
</p>
<div id="english" style="display: block">
<a href="#" onclick="english(); return false">English</a>
<a href="#" onclick="russian(); return false">Русский</a>
<a href="#" onclick="italian(); return false">italiano</a>
</p>
<div id="english" style="display: block">
<h3>READ THIS CAREFULLY BEFORE PROCEEDING</h3>
<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>
<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>
Expand All @@ -44,6 +47,7 @@ <h3>READ THIS CAREFULLY BEFORE PROCEEDING</h3>
</ol>
<p><i>Claims that Mira does not have HEN are false, do not believe them!</i></p>
<p><i>This exploit <b>does</b> crash and hang. Sometimes you even have to retry 10 times to get the jailbreak.</i></p>
<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>
</div>
<div id="russian" style="display: none">
<h3>ВНИМАТЕЛЬНО ПРОЧИТАЙТЕ ИНСТРУКЦИЮ ПРЕЖДЕ ЧЕМ ПРОДОЛЖАТЬ</h3>
Expand All @@ -62,6 +66,7 @@ <h3>ВНИМАТЕЛЬНО ПРОЧИТАЙТЕ ИНСТРУКЦИЮ ПРЕЖД
</ol>
<p><i>Те, кто утверждает, что в Mira нет HEN, нагло врут. Не верьте им!</i></p>
<p><i>Эксплойт <b>будет</b> крашиться и виснуть, иногда вообще только с 10 попытки заводится. Тут пока что никуда не денешься, разве что и дальше ждать взлом от @SpecterDev.</i></p>
<p><i><b>Обратите внимание:</b> скорость срабатывания эксплоита зависит от скорости вашего Интернет-соединения. Если у вас медленный интернет, возможно, придется подождать несколько минут.</i></p>
</div>
<div id="italiano" style="display: none">
<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>
Expand All @@ -80,63 +85,8 @@ <h3>ВНИМАТЕЛЬНО ПРОЧИТАЙТЕ ИНСТРУКЦИЮ ПРЕЖД
<p><i>Questo exploit <b>va</b> in crash e blocco. A volte devi anche riprovare 10 volte per ottenere il jailbreak.</i></p>
<p><i>Traduzione italiana da theheroGAC.</i></p>
</div>
<script>
function jb_finished()
{
if(main_ret == 179 || main_ret == 0)
{
alert("You're all set!");
read_ptr_at(0);
}
else
alert("Jailbreak failed! Reboot your PS4 and try again.");
}

function mira_finished()
{
alert("You're all set!");
read_ptr_at(0);
}

function SC(x)
{
return '<script src="'+x+'.js"></scr'+'ipt>';
}

function COMMON(x)
{
return SC('common/'+x);
}

function JB(x)
{
return SC('jb/'+x);
}

function MIRA(x)
{
return SC('mira/'+x);
}

var commons = '<script>function print(){}</scr'+'ipt>'+COMMON('exploit')+COMMON('helpers')+COMMON('malloc')+COMMON('rop')+COMMON('syscalls')+COMMON('syscalls2');

function load_jb()
{
document.write(commons+JB('c-code')+'<script>jb_finished();</scr'+'ipt>');
}

function load_mira()
{
document.write(commons+MIRA('mira')+MIRA('mira2')+MIRA('c-code')+'<script>mira_finished();</scr'+'ipt>');
}

function load_netcat()
{
document.write(commons+MIRA('c-code')+'<script>mira_finished();</scr'+'ipt>');
}
</script>
<a href="#" onclick="load_jb(); return false">JB</a>
<a href="#" onclick="load_mira(); return false">MIRA</a>
<a href="#" onclick="load_netcat(); return false">NETCAT</a>
<a href="jb.html">JB</a>
<a href="mira.html">MIRA</a>
<a href="netcat.html">NETCAT</a>
</body>
</html>
27 changes: 27 additions & 0 deletions jb.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<html>
<body>
<script>
if(document.cookie.indexOf('kex=0') >= 0)
document.location.href = '.';
else
document.cookie = 'kex=0';
</script>
<script>function print(){}</script>
<script src="common/exploit.js"></script>
<script src="common/helpers.js"></script>
<script src="common/malloc.js"></script>
<script src="common/rop.js"></script>
<script src="common/syscalls.js"></script>
<script src="common/syscalls2.js"></script>
<script src="jb/c-code.js"></script>
<script>
if(main_ret == 179 /* already hacked */ || main_ret == 0 /* success */)
{
alert("You're all set!");
read_ptr_at(0);
}
else
alert("Jailbreak failed! Reboot your PS4 and try again.");
</script>
</body>
</html>
Loading

7 comments on commit e6c3d85

@vizaki
Copy link

@vizaki vizaki commented on e6c3d85 Jul 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create for 7.02

@CDAdkins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create for 7.02

shut up

@isrmicha
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks man !

@Bernoli0215
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create for 7.02
Get out of here!

@danielbatiz36
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're a fucking genius

@vizaki
Copy link

@vizaki vizaki commented on e6c3d85 Jul 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please create for 7.02

shut up

why? why are you so rude? It's because i'm black?

@vizaki
Copy link

@vizaki vizaki commented on e6c3d85 Jul 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you guys are racists!

Please sign in to comment.