Go Back  
Reply
 
Thread Tools
Old 03-03-2010   #1
Pirate
 
Pirate's Avatar
 
Join Date: Feb 2007
Posts: 6,932
Likes: 370
Liked 7,995 Times in 1,235 Posts
Mentioned: 568 Post(s)
Tagged: 0 Thread(s)
XorHack: The PS3 Exploit Toolkit Released

Xorloser has released his complete the PS3 exploit toolkit software called XorHack. XorHack allows you to call lv1 syscalls (level 1 system calls) from a normal (userspace) program. It also lets you run the software required when triggering the PS3 exploit from a normal userspace program.



To quote:
I finally found the time to complete the PS3 exploit toolkit software I mentioned to in my previous posts. I call it XorHack. It allows you to call lv1 syscalls (level 1 system calls) from a normal (userspace) program. It also lets you run the software required when triggering the PS3 exploit from a normal userspace program. To give an example of how it can be used I have included the following example programs:
  • ps3exploit ? Runs the software required to exploit the ps3, it loops a number of times which can be specified as a parameter. (This still must be used along with the ?button pressing?, it will not exploit the PS3 via software alone).
  • dumphv ? Dumps the hypervisor to a file in the current directory.
  • dumpbl ? Dumps the bootloader to a file in the current directory.
  • dumprom ? Dumps the system rom to a file in the current directory.
The XorHack package contains full sourcecode for everything including a rewrite of geohot?s exploit sourcecode to make it easier to read and understand (the new file is kmod/exploit.c). The rewrite doesn?t just fix the compilation warnings, it attempts to replace all ?magic? values with the algorithms and reasoning as well as tidying up the code and commenting it all. I also added another syscall #21 to allow executing of code in hypvervisor context. Due to the associated complexities it is not available from usermode, it is for advanced users to make use of in kernel space. Some small changes were also made to the timing and the text that gets printed onscreen to make the exploit easier and hopefully more stable to use. I recommend XorHack when both looking into how the exploit works and when actually triggering the exploit.

XorHack is made up of three parts. The kernel module, the userspace library file, and lastly the userspace programs themselves. To build all three parts you need to first extract the contents of the XorHack zip file to a directory on your PS3 harddrive. Next you need to navigate on the command line to the directory you extracted the files to. You should be either logged in as root or running as root thanks to the ?su? command. Now type ?make? to build all parts of XorHack. Then once that completes type ?make install? to install all parts of XorHack. If you wish to you can type ?make uninstall? in this same directory to remove all of XorHack from your system. When you install XorHack on your system it will always be ready for use, even after rebooting it will be automatically reloaded and ready for use.

To use XorHack to perform the exploit on your PS3 first install it as per the directions above. You then need to switch to a console only mode (no GUI). This is required because it is the only way you can see the printed messages from the kernel module to know when to press the button. Once exploited all other programs can be run normally from a terminal window in GUI mode. To switch to console mode press Ctrl+Alt+F1 on your keyboard. To switch back to the GUI mode press Ctrl+Alt+F7. When you enter console mode you will be greeted with a login screen. Now login with your normal user account and password and type ?ps3exploit 100?. This will start the exploit looping 100 times in which you need to successfully glitch the console by pressing the button on your glitch hardware. The idea is the perform the glitch when nothing else is occuring on your PS3. Therefore some things you may want to try when exploiting to help your chances are:
  • Only press the button once per loop.
  • Try to press the button around the middle of the pause between two concurrent prints of the ?press button? message.
  • Don?t start pressing the button till after the 10th ?press button? message (by this time the system should done loading and preparing the newly running code, so less likely to interfere with processes that occur during these stages)
  • Run the ps3exploit software after initially booting up the PS3 and switching to the console login without first logging into the GUI mode.
  • After booting the PS3 and switching to the console mode straight away, log in and then wait about a minute before running ps3exploit so that any processes that may occur upon login/startup have completed.
  • Don?t use any services that will cause more processes to be running until the exploit is completed. This includes things like accessing your PS3 over samba.
  • Once you have successfully exploited, stay in console mode as there is less chance of instabilities causing havoc and crashing your PS3.
The PS3 Exploit Game!

Once you can run the exploit it?s time to turn it into a game. Think of it as a cross between getting the turbo boost at the start of a Mario Kart race and Dance Dance Revolution with a finger pad. The aim of the game is to exploit your PS3 as quickly as possible without it crashing. Below is my highscore table picture showing my highscore of THREE!

You can view and download XorHack and readme here.

[VIA]
Pirate is offline   Reply With Quote
Likes: (1)
Old 03-03-2010   #2
mcd1992
Member
 
mcd1992's Avatar
 
Join Date: Feb 2008
Location: Tennessee
Posts: 231
Likes: 104
Liked 112 Times in 35 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Skype™ to mcd1992
Keep up the good work!! :D
__________________
~Aaron M
mcd1992 is offline   Reply With Quote
Old 03-03-2010   #3
intertweaker2
Member
null
 
Join Date: Feb 2008
Posts: 33
Likes: 0
Liked 3 Times in 3 Posts
Mentioned: 10 Post(s)
Tagged: 0 Thread(s)
Ok, I've all set it up right, logged in right in console mode, but which "button" do you need to press when activating the ps3exploit?
intertweaker2 is offline   Reply With Quote
Old 03-03-2010   #4
madshaun1984
 
madshaun1984's Avatar
 
Join Date: Mar 2008
Location: At Home
Posts: 726
Likes: 129
Liked 206 Times in 106 Posts
Mentioned: 18 Post(s)
Tagged: 0 Thread(s)
You need to make and attach an FGPA button to the ps3's motherboard in order to trigger the exploit using this software.
__________________
madshaun1984 is offline   Reply With Quote
Old 03-03-2010   #5
BobbyBlunt
Senior Member
 
BobbyBlunt's Avatar
 
Join Date: Aug 2007
Location: Virginia US
Posts: 3,026
Likes: 1,595
Liked 1,944 Times in 917 Posts
Mentioned: 193 Post(s)
Tagged: 0 Thread(s)
How long does each pulse need to be? I have seen that you use a specific microcontroller and I can only gain access to equipment to program a PIC.
__________________
Follow me on Twitter @BobbyBlunt83 Contact me via our irc server irc.ps3sanctuary.com/6667 You can figure out how to do so here. Don't start sh!t, there wont be sh!t.
BobbyBlunt is online now   Reply With Quote
Old 03-03-2010   #6
levendi2nv
Member
 
Join Date: Feb 2009
Location: HaX Network
Posts: 306
Likes: 23
Liked 16 Times in 13 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
cool, shall we should see more progress with this? either way well done to xorloser
levendi2nv is offline   Reply With Quote
Old 03-04-2010   #7
solidsnakedz
Member
null
 
Join Date: Jul 2007
Location: timimoun
Posts: 42
Likes: 5
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to solidsnakedz Send a message via Skype™ to solidsnakedz
honestly,i just wanna know how close we are to an ISOloader!
solidsnakedz is offline   Reply With Quote
Old 03-04-2010   #8
GODVer3
Apprentice
 
Join Date: Jan 2008
Posts: 16
Likes: 0
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by solidsnakedz View Post
honestly,i just wanna know how close we are to an ISOloader!
We don't take kindly to yer type round hereabouts...
GODVer3 is offline   Reply With Quote
Old 03-04-2010   #9
GregoryRasputin
 
GregoryRasputin's Avatar
 
Join Date: Jan 2008
Posts: 14,468
Likes: 8,205
Liked 14,570 Times in 5,586 Posts
Mentioned: 1322 Post(s)
Tagged: 3 Thread(s)
Originally Posted by GODVer3 View Post
We don't take kindly to yer type round hereabouts...

Just ignore him, he keeps posting the same thing, i think he just wants a rise out of people.
GregoryRasputin is online now   Reply With Quote
Old 03-04-2010   #10
levendi2nv
Member
 
Join Date: Feb 2009
Location: HaX Network
Posts: 306
Likes: 23
Liked 16 Times in 13 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by GregoryRasputin View Post
Just ignore him, he keeps posting the same thing, i think he just wants a rise out of people.
yeah i think he just wants to piss people off let him be, noobs like that will always pirate as much as they can.
levendi2nv is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 10:34 AM.