Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
Following yesterday's PS4 6.72 Payload Ports by @Al Azif on Github, this weekend kiwidoggie added 6.72 support updating Mira Project to include 4.74, 5.01, 5.03, 5.05 and 6.72 Passing Builds with 4.05, 4.55 and 6.20 still at WIP status alongside a Team OpenOrbis version 6.72 PS4 ELF and Loader... all in preparation for the recently disclosed 7.02 PS4 KEX to be utilized by PlayStation 4 scene developers in the upcoming 6.72 full PS4 jailbreak exploit. šŸ˜ƒ

:alert: As previously covered, it's recommended not to update your Firmware until a full PS4 6.72 jailbreak is publicly released. :alert:

Here are links to the 6.72 PS4 Payloads and 6.72 PS4 ELF and Mira Loader with some related Tweets embedded below as well:

Downloads: payloads_1.0.4.zip (includes 6.72 PS4 Game Dumper & FTP Payloads) / MiraLoader_Orbis_MIRA_PLATFORM_ORBIS_BSD_672.bin (Latest Compiled Build) / Mira_Orbis_MIRA_PLATFORM_ORBIS_BSD_672.elf (Latest Compiled Build) / MiraLoader_Orbis_MIRA_PLATFORM_ORBIS_BSD_672.bin / Mira_Orbis_MIRA_PLATFORM_ORBIS_BSD_672.elf / Mira-Project PS4 6.72 Payloads.rar (Compiled by @Coco Jones) / MIRA_5.05-20200718.7z (86.27 KB)

Quick script for people to make their own mira2.js files. Just drag and drop your payload on the script and it will produce 'output.js' or use the command 'python script.py payload.bin output.js' No support for this will br provided

From Pastebin.com: z3Dkk6MY.py
Code:
import sys

output = ""

with open(sys.argv[1], 'rb') as buf:
    payload = ["0x{:02x}".format(b) for b in buf.read()]

size = len(payload)

output += "var payload = ["

count = 0
for x in payload:
  count = count + 1
  output += "{}".format(int(x, 16))
  if count < size:
    output += ","

output += "];\n\n"

output += "window.mira_blob_2_len = {};\n".format(hex(size))
output += "window.mira_blob_2 = malloc(window.mira_blob_2_len);\n"
output += "write_mem(window.mira_blob_2, payload);\n"

if len(sys.argv) > 2:
  output_file = sys.argv[2]
else:
  output_file = "output.js"

with open(output_file, "w") as buf:
  buf.write(output)
Download: netcat.zip (30.66 KB - Easy Mira Logs: Just edit `start.bat` with notepad and replace the IP with your PS4's IP address then double click `start.bat` when Mira is running. It will save the output to `mira.log`)
PS4 6.72 Payload Ports, Updated Mira Project Support & ELF  Loader.jpg
 

Comments

guys are you still waiting in the near future hacking 6.72? don't you understand that this is all useless. I already said 100 times before November there will be nothing. specially made to sell prefixes from 5.05 - 7.02 stores.

I'm sorry for you that you live in the hope of seeing that the hack came out. they had a hack since the end of 2018 and no one has merged it, and now they give you hope that that's all there will be. spectorDev left abruptly until mid-September. guys don't expect good.
 
True this all was done last year. They are all delaying the process. Suddenly specter must go on a vacation for 2 months lol
In such corona crisis lol

I expect jb 6.72 after the release of ps5, not earlier than that.
 
I fully agree with Vishay. before ps5 comes out nothing will happen. just fooling around. Everything as usual. and then dns will sell for $ 150. play as you did before. no wonder they write do not update. because they know that nothing will come
 
I don't understand your intention of thinking the new jailbreak depends on PS5 release... Please explain it to me?

Webkit is public, kexploit is public, but was fixed by Sony, so why should any Dev should wait with full jailbreak until PS5 is available?

If a release will come after PS5 release, then this jailbreak really sucks because the flow burned an 0day hack of PS4 which might be also available in PS5...

Therefore i'm still optimistic to see the final result within next days, or 1-2 weeks.
 
Yes hope it arrives soon, I know specterdev is working very hard, just the timing of him taking vacation till Sept may delay it, who knows. At least he said he is working offline.
 
Status
Not open for further replies.
Back
Top