You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ If you do not want to host the package youself set your DNS to `108.61.128.158`.
28
28
2. Double click start.py
29
29
- Alteratively run it from CMD with `python start.py`
30
30
- If it starts with no errors, note the IP given
31
-
4. On your PS4 `Settings > Network > Setup Network` when you get to DNS Settings select `Manual` set the IP address noted above as the Primary DNS and Secondary DNS
31
+
4. On your PS4 `Settings > Network > Setup Network` when you get to DNS Settings select `Manual` set the IP address noted above as the Primary and Secondary DNS
32
32
5. Make sure the PS4 is on firmware version 4.05 (`Settings > System > System Information`). If it is not use the jump to the "How to use the Updater" section before continuing
33
33
6. On the PS4, go to `Settings > User's Guide` and select it. The exploit should run and there should be output on the script window.
34
-
7.If there is at least one payload in the `payloads` directory the script will prompt you to choose a payload to send
34
+
7.The script will prompt you to choose a payload to send. You may send the integrated payload or any payloads located in the `payload` folder.
35
35
8. When done use `Ctrl+C` to cleanly close the script
36
36
37
37
## How to use the updater
@@ -72,10 +72,12 @@ These are NOT related to this script in any way, but rather the exploits/payload
72
72
- Sending multiple exploits doesn't always work (Exploit may not be set up for it)
73
73
- The PS4 can get a kernel panic and just shutoff. Unplug the power for 30 seconds, then power it back on.
74
74
- "Out of Memory" errors while loading the exploit page are normal, restart your PS4 if you get a lot of them in a row.
75
-
- The FTP payload must be compiled, hex edited, or use `makeftp.py` with your PS4's IP
76
-
- The FTP payload does not have full access under Specter's exploit
75
+
- The integrated FTP/UART/Debug Payload (By Mistawes) take a second to start the FTP server
76
+
- The FTP payloads must be compiled or hex edited with your PS4's IP
77
+
- FTP payloads do not have full access under Specter's exploit
77
78
- You must leave the exploit page open for FTP to work
78
79
- IDC's exploit page doesn't completely load even when it works
80
+
79
81
## Contributing
80
82
You can check the [issue tracker](https://github.com/Al-Azif/ps4-exploit-host/issues) for my to do list and/or bugs. Feel free to send a [pull request](https://github.com/Al-Azif/ps4-exploit-host/pulls) for whatever.
81
83
Be sure to report any bugs, include as much information as possible.
0 commit comments