Skip to content

Commit f5aeb35

Browse files
authored
Update README.md
1 parent 6793a28 commit f5aeb35

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ You won't be dependent on 3rd party websites
3434
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
3535
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
3636
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
3839

3940
#### Linux/OSX
4041
0. Make sure you have Python 2.7 installed correctly
@@ -45,7 +46,8 @@ You won't be dependent on 3rd party websites
4546
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
4647
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
4748
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
4951

5052
## How to use the updater
5153
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
7375
0. Make sure you have Python 2.7 installed
7476
1. To send payloads:
7577

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
7779
- `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`
7880

7981
## Contributing

0 commit comments

Comments
 (0)