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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ You won't be dependent on 3rd party websites
34
34
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 `0.0.0.0` as the Secondary DNS
35
35
5. Make sure the PS4 is on firmware version 4.05 (`Settings > System > System Information`). If it is not use the jump tp the "How to use the Updater" section before continuing
36
36
6. On the PS4, go to `Settings > User's Guide` and select it. The exploit should run and there should be output on the server window
37
-
7. When done use `Ctrl+C` to cleanly close the script
37
+
7. If there is more than one payload in the `payloads` directory the server will prompt you to choose which one to send
38
+
8. When done use `Ctrl+C` to cleanly close the script
38
39
39
40
#### Linux/OSX
40
41
0. Make sure you have Python 2.7 installed correctly
@@ -45,7 +46,8 @@ You won't be dependent on 3rd party websites
45
46
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 `0.0.0.0` as the Secondary DNS
46
47
5. Make sure the PS4 is on firmware version 4.05 (`Settings > System > System Information`). If it is not use the jump tp the "How to use the Updater" section before continuing
47
48
6. On the PS4, go to `Settings > User's Guide` and select it. The exploit should run and there should be output on the server window
48
-
7. When done use `Ctrl+C` to cleanly close the script
49
+
7. If there is more than one payload in the `payloads` directory the server will prompt you to choose which one to send
50
+
8. When done use `Ctrl+C` to cleanly close the script
49
51
50
52
## How to use the updater
51
53
0. Follow the "How to run" section for your OS until it says to come here
@@ -73,7 +75,7 @@ You won't be dependent on 3rd party websites
73
75
0. Make sure you have Python 2.7 installed
74
76
1. To send payloads:
75
77
76
-
-`python sender.py --ip ***.***.***.*** --all`, where the *s are the PS4's LAN IP, will send all payloads in the `payloads` directory
78
+
-`python sender.py`, this will open a menu that will have options for sending each payload in the `payloads` directory
77
79
-`python sender.py --ip ***.***.***.*** --payload "payloads/ftp.bin"`, where the *s are the PS4's LAN IP, will send the payload located at `payloads/ftp.bin`
0 commit comments