[PS5 scene] mast1c0re PS2 Network Game Loader v0.1.1 released
Security researcher and consultant McCaulay Hudson takes the field again by releasing a new update for the numerous mast1c0re PS2 Network Game Loader payloads .
Mast1c0re PS2 Network Game Loader allows you to transfer ISO images directly with tools like netcat or similar, although you won’t see any progress bars when sending directly with netcat.
Sending an ISO image
Currently it is possible to send an ISO image using one of the following methods:
- (GUI exe) Download “ mast1c0re-file-loader.exe “.
- (Python GUI) python3 mast1c0re-file-loader.py
- (Command line) python3 mast1c0re-send-file.py
--ip --file
Supported systems and firmware versions
- PS4:
- 5.05.
- 6.72.
- 9.00.
- 10.01.
- PS5:
- 6.50.
Improvements
- Upload and configuration file upload
config-emu-ps4.txt
( https://www.psdevwiki.com/ps4/Talk:PS2_Classics_Emulator_Compatibility_List ). - Loading lua files through the emulator.
- Loading PS2 games from USB devices.
- Loading PS2 games from HDD.
Changelog v0.1.1
This release adds support for sending game ISO files over a TCP socket without additional metadata header. Therefore, you can send files directly using TCP transfer tools like netcat:
cat klonoa2.iso | nc -w 1 <ip> 9045
However, the previous file loader scripts/exe still work and are recommended, as they will give you a progress bar. Some network tools like netcat will not give you any indication of the amount of files that have been transferred.
Download: mast1c0re PS2 Network Game Loader v0.1.1 (5.05)
Download: mast1c0re PS2 Network Game Loader v0.1.1 (6.72)
Download: mast1c0re PS2 Network Game Loader v0.1.1 (9.00)
Download: mast1c0re PS2 Network Game Loader v0.1.1 (10.01)
Download: mast1c0re PS2 Network Game Loader (PS5) v0.1.1 (6.50)
Download: Source code mast1c0re PS2 Network Game Loader v0.1.1
Source: twitter.com