PS4:Alternative Methods of Jailbreaking: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This page provides a: * Method that allows direct access to the previous DNS method via the Internet Browser and self-hosting. * Method that will allow you to completely stay offline and create your own host website for your jailbroken PS4. == For people who can't access DNS == * For some people, their ISP (Internet Provider) will not allow the user to use any DNS thus can't jailbreak the same way as everyone else. * Don't worry, it is just as easy to continue the gui...") |
(Kitty Cat) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This page provides | This page provides: | ||
* | * A method that allows direct access to the previous DNS method via the Internet Browser and self-hosting. | ||
* | * A method that will allow you to completely stay offline and create your own host website for your jailbroken PS4. | ||
== For people who can't access DNS == | == For people who can't access DNS == | ||
For some people, their ISP (Internet Provider) will not allow the user to use any DNS thus can't jailbreak the same way as everyone else. | |||
# On your PS4, open Internet Browser and navigate to either site below and select your firmware version: | |||
* | #* `https://cthugha.exploit.menu/` - Direct link to the expoit site without using a custom DNS. | ||
* | #* `https://kar0218.github.io/` - Another all in one host by Karo. | ||
# FOR 9.00 ONLY: If you see "Insert USB now", plug in your USB drive that Rufus has flashed, wait until the notification pops and disappears, then press OK. If you see "You're all set", it means you now jailbroken the PS4 (also on FW lower than 9.00 this should appear without a USB drive) | |||
# Additionally, to block PSN connection like the DNS would have done, you can navigate on your PS4, after jailbreaking, to Debug settings > PlayStation Network > NP Environment, and simply change np value to any other word such as `block`. | |||
* You now have jailbroken your PS4! 9.00 users, you need to remove the USB after you see the "You're all set!" screen. | |||
* | |||
== Self-hosting == | == Self-hosting == | ||
Self-hosting involves cloning a website then running it locally using your PC as the server. If you have DNS ISP problem this most likely wont work. | |||
{{Note|If your chosen exploit menu supports caching, you only need to host the exploit on your PC the first time, as it will display the cached version going forward.}} | |||
# First, find a host you want to clone. For example, [https://github.com/KAR0218/KAR0218.github.io Karo's 9.00 and lower JB host]. | |||
# Download and extract or install: | |||
#* [https://www.apachefriends.org/download.html XAMPP] | |||
#* [https://www.python.org/downloads/ Python] | |||
#* [https://github.com/Crypt0s/FakeDns/archive/refs/heads/master.zip FakeDNS script] | |||
# Run XAMPP and open its control panel. Select Start so that Apache turns green. | |||
# Open a command prompt and run: ipconfig to find your IP Address (IPv4 Address). Take note of it. | |||
# Put fakedns.py to the folder C:/Python27/ | |||
# In the same folder create a .txt file and write: | |||
#* `A manuals.playstation.net IPADDRESS` - replace IPADDRESS with your IP Address you took note of. | |||
# Save the file and rename it to dns.conf. Make sure its a .conf and NOT a .txt file. | |||
# Back to command prompt, run the command: `fakedns.py -c dns.conf`. This will start a fake server. | |||
# On the PS4, navigate to Settings > Network > Check Connect to the Internet, then Set Up Internet Connection and set: | |||
Connection: Wi-Fi or LAN cable | Connection: Wi-Fi or LAN cable | ||
Set Up: Custom | Set Up: Custom | ||
Line 40: | Line 39: | ||
DHCP Host Name: Do Not Specify | DHCP Host Name: Do Not Specify | ||
DNS Settings: Manual | DNS Settings: Manual | ||
Primary DNS: YOUR IP ADDRESS | Primary DNS: YOUR IP ADDRESS - Explanation: This DNS will redirect you to the host. | ||
Secondary DNS: 0.0.0.0 | Secondary DNS: 0.0.0.0 | ||
MTU Settings: Automatic | MTU Settings: Automatic | ||
Proxy Server: Do Not Use | Proxy Server: Do Not Use | ||
<ol> | |||
<li value="10"> On your PS4, navigate to Settings > User's Guide/Helpful Info > User Guide. Take note of the address it tries to load. It should appear like this:</li> | |||
<ul><li>`http://manuals.playstation.net/document/region/ps4/index.html` - Take note of the region code. Could be "Ca" or "en", "eu" etc.</li></ul> | |||
<li> Back on the PS4, go to C:/XAMPP/htdocs/. Create folders that will copy the website structure before noted. It should look like this.</li> | |||
<ul><li>`C:/XAMPP/htdocs/document/region/ps4/` - again replace region with your own region code.</li></ul> | |||
<li> In the final PS4 folder copy and paste the host cloned before (no archive).</li> | |||
<li> Back on the PS4, navigate to Settings > User's Guide/Helpful Info > User Guide and the new host should now load.</li> | |||
<li> Select firmware and jailbreak using GoldHEN.</li> | |||
</ol> | |||
[[Category:PS4]] | |||
[[Category:Softmods]] | |||
Latest revision as of 02:22, 1 November 2024
This page provides:
- A method that allows direct access to the previous DNS method via the Internet Browser and self-hosting.
- A method that will allow you to completely stay offline and create your own host website for your jailbroken PS4.
For people who can't access DNS
For some people, their ISP (Internet Provider) will not allow the user to use any DNS thus can't jailbreak the same way as everyone else.
- On your PS4, open Internet Browser and navigate to either site below and select your firmware version:
https://cthugha.exploit.menu/
- Direct link to the expoit site without using a custom DNS.https://kar0218.github.io/
- Another all in one host by Karo.
- FOR 9.00 ONLY: If you see "Insert USB now", plug in your USB drive that Rufus has flashed, wait until the notification pops and disappears, then press OK. If you see "You're all set", it means you now jailbroken the PS4 (also on FW lower than 9.00 this should appear without a USB drive)
- Additionally, to block PSN connection like the DNS would have done, you can navigate on your PS4, after jailbreaking, to Debug settings > PlayStation Network > NP Environment, and simply change np value to any other word such as
block
.
- You now have jailbroken your PS4! 9.00 users, you need to remove the USB after you see the "You're all set!" screen.
Self-hosting
Self-hosting involves cloning a website then running it locally using your PC as the server. If you have DNS ISP problem this most likely wont work.
If your chosen exploit menu supports caching, you only need to host the exploit on your PC the first time, as it will display the cached version going forward. |
- First, find a host you want to clone. For example, Karo's 9.00 and lower JB host.
- Download and extract or install:
- Run XAMPP and open its control panel. Select Start so that Apache turns green.
- Open a command prompt and run: ipconfig to find your IP Address (IPv4 Address). Take note of it.
- Put fakedns.py to the folder C:/Python27/
- In the same folder create a .txt file and write:
A manuals.playstation.net IPADDRESS
- replace IPADDRESS with your IP Address you took note of.
- Save the file and rename it to dns.conf. Make sure its a .conf and NOT a .txt file.
- Back to command prompt, run the command:
fakedns.py -c dns.conf
. This will start a fake server. - On the PS4, navigate to Settings > Network > Check Connect to the Internet, then Set Up Internet Connection and set:
Connection: Wi-Fi or LAN cable Set Up: Custom IP Address: Automatic DHCP Host Name: Do Not Specify DNS Settings: Manual Primary DNS: YOUR IP ADDRESS - Explanation: This DNS will redirect you to the host. Secondary DNS: 0.0.0.0 MTU Settings: Automatic Proxy Server: Do Not Use
- On your PS4, navigate to Settings > User's Guide/Helpful Info > User Guide. Take note of the address it tries to load. It should appear like this:
http://manuals.playstation.net/document/region/ps4/index.html
- Take note of the region code. Could be "Ca" or "en", "eu" etc.- Back on the PS4, go to C:/XAMPP/htdocs/. Create folders that will copy the website structure before noted. It should look like this.
C:/XAMPP/htdocs/document/region/ps4/
- again replace region with your own region code.- In the final PS4 folder copy and paste the host cloned before (no archive).
- Back on the PS4, navigate to Settings > User's Guide/Helpful Info > User Guide and the new host should now load.
- Select firmware and jailbreak using GoldHEN.