diff --git a/includes/PSFree.manifest b/includes/PSFree.manifest index 38f8b89..a1b616f 100644 --- a/includes/PSFree.manifest +++ b/includes/PSFree.manifest @@ -1,16 +1,16 @@ CACHE MANIFEST # v1 -# Generated on 2025-09-10 14:29:09.794421 +# Generated on 2025-09-15 22:25:56.015373 CACHE: index.css js/index.js payloads/Jailbreak.js payloads/payloads.js -payloads/Bins/Dumper/appdumper.bin -payloads/Bins/Dumper/kerneldumper.bin -payloads/Bins/Dumper/moduledumper.bin +payloads/Bins/Dumper/ps4-app-dumper.bin payloads/Bins/Dumper/ps4-dumper-vtx-900.bin +payloads/Bins/Dumper/ps4-kernel-dumper.bin +payloads/Bins/Dumper/ps4-module-dumper.bin payloads/Bins/GTA/ArabicGuy-1.0-1.27-rfoodxmodz.bin payloads/Bins/GTA/ArabicGuy-1.0-1.32-rfoodxmodz.bin payloads/Bins/GTA/ArabicGuy-1.0-1.33-rfoodxmodz.bin @@ -30,26 +30,26 @@ payloads/Bins/RDR2/OystersMenu-1.13-FREE.bin payloads/Bins/RDR2/OystersMenu-1.19-FREE.bin payloads/Bins/RDR2/OystersMenu-1.24-FREE.bin payloads/Bins/RDR2/OystersMenu-1.29-FREE.bin -payloads/Bins/Tools/app2usb.bin payloads/Bins/Tools/appcache-install.bin -payloads/Bins/Tools/backupdb.bin -payloads/Bins/Tools/disableaslr.bin -payloads/Bins/Tools/disableupdates.bin -payloads/Bins/Tools/enable-browser.bin -payloads/Bins/Tools/enableupdates.bin -payloads/Bins/Tools/exitidu.bin -payloads/Bins/Tools/ftp.bin -payloads/Bins/Tools/historyblocker.bin payloads/Bins/Tools/Orbis-Toolbox-900.bin -payloads/Bins/Tools/permanent-uart.bin +payloads/Bins/Tools/ps4-app2usb.bin +payloads/Bins/Tools/ps4-backup.bin +payloads/Bins/Tools/ps4-disable-aslr.bin +payloads/Bins/Tools/ps4-disable-updates.bin +payloads/Bins/Tools/ps4-enable-browser.bin +payloads/Bins/Tools/ps4-enable-updates.bin +payloads/Bins/Tools/ps4-exit-idu.bin +payloads/Bins/Tools/ps4-fan-threshold.bin +payloads/Bins/Tools/ps4-ftp.bin +payloads/Bins/Tools/ps4-history-blocker.bin +payloads/Bins/Tools/ps4-permanent-uart.bin +payloads/Bins/Tools/ps4-restore.bin +payloads/Bins/Tools/ps4-rif-renamer.bin +payloads/Bins/Tools/ps4-todex.bin payloads/Bins/Tools/ps4debug.bin payloads/Bins/Tools/pup-decrypt.bin -payloads/Bins/Tools/restoredb.bin -payloads/Bins/Tools/rif-renamer.bin -payloads/Bins/Tools/rifrenamer.bin payloads/Bins/Tools/ToCex.bin payloads/Bins/Tools/ToDev.bin -payloads/Bins/Tools/ToDex.bin payloads/Bins/Tools/ToKratos.bin payloads/Bins/Tools/WebRTE_900.bin payloads/GoldHEN/goldhen_v2.3_702L.bin @@ -60,8 +60,6 @@ payloads/GoldHEN/goldhen_v2.4b18.5.bin payloads/GoldHEN/goldhen_v2.4b18.6.bin payloads/GoldHEN/goldhen_v2.4b18.bin payloads/HEN/HEN.bin -payloads/testing/goldhen_2.4b18.5_allfw_test.bin -payloads/testing/ps4debug_v1.1.19.bin NETWORK: * diff --git a/includes/js/index.js b/includes/js/index.js index 903e79f..186c817 100644 --- a/includes/js/index.js +++ b/includes/js/index.js @@ -116,369 +116,387 @@ const payloads = [ { id: "App2USB", name: "App2USB", - version: "1.0", - description: "Unofficially Moves installed applications to an external USB drive.", author: "Stooged", + description: "Unofficially Moves installed applications to an external USB drive.", + specificFW: "", category: "tools", funcName: "load_App2USB" }, { id: "BinLoader", name: "BinLoader", - version: "1.0", - description: "Launches BinLoader server on port 9020 to send files over the local network.", - author: "", + author: "PSFree Exploit", + description: "Launches BinLoader server on port 9020 to send payloads.", + specificFW: "7.00 - 9.60", category: "tools", funcName: "load_BinLoader" }, { id: "FTP", name: "FTP", - version: "1.0", - description: "Enables FTP server access for file transfers.", author: "xvortex", + description: "Enables FTP server access for file transfers.", + specificFW: "", category: "tools", funcName: "load_FTP" }, { id: "DisableUpdates", name: "Disable-Updates", - version: "1.0", + author: "Scene Collective", description: "Disables automatic system software updates.", - author: "Scene", + specificFW: "", category: "tools", funcName: "load_DisableUpdates" }, { id: "PS4Debug", name: "PS4-Debug", - version: "v1.1.19", + author: "CTN & SiSTR0", description: "Debugging tools for PS4.", - author: "SiSTRo & Ctn", + specificFW: "", category: "tools", funcName: "load_PS4Debug" }, { id: "KernelDumper", name: "Kernel-Dumper", - version: "1.0", - description: "Dumps the PS4 kernel.", author: "Eversion", + description: "Dumps the PS4 kernel.", + specificFW: "", category: "tools", funcName: "load_KernelDumper" }, { id: "PS4DumperVTX", name: "PS4-Dumper-VTX", - version: "1.0", - description: "All-in-one game dumper for PS4.", author: "xvortex", + description: "All-in-one game dumper for PS4.", + specificFW: "9.00", category: "tools", funcName: "load_VTXDumper" }, + { + id: "FanThreshold", + name: "Fan-Threshold", + author: "Scene Collective", + description: "Sets the cooling fan's profile on the PlayStation 4", + specificFW: "", + category: "tools", + funcName: "load_FanThreshold" + }, { id: "HistoryBlocker", name: "History-Blocker", - version: "1.0", - description: "Blocks the browser from remembering and returning to the last opened page on start. Run again to enable/disable.", author: "Stooged", + description: "Blocks the browser from remembering and returning to the last opened page on start. Run again to enable/disable.", + specificFW: "", category: "tools", funcName: "load_HistoryBlocker" }, + { + id: "EnableBrowser", + name: "Enable-Browser", + author: "Scene Collective", + description: "Permanently activates the browser without needing to sign into PSN.", + specificFW: "", + category: "tools", + funcName: "load_EnableBrowser" + }, { id: "OrbisToolbox", name: "Orbis-Toolbox", - version: "1.0", - description: "A modification of the playstation UI to help with launching and developing homebrew..", author: "OSM-Made", + description: "A modification of the playstation UI to help with launching and developing homebrew..", + specificFW: "9.00", category: "tools", funcName: "load_Orbis" }, { id: "ToDex", name: "ToDex", - version: "1.0", - description: "Spoofs the target ID to match that of a test-kit, enables some extra options, etc.", author: "zecoxao", + description: "Spoofs the target ID to match that of a test-kit, enables some extra options, etc.", + specificFW: "", category: "tools", funcName: "load_ToDex" }, { id: "ToDev", name: "ToDev", - version: "1.0", - description: "unlocks some PS4 Debug / TestKit Features.", author: "SonysNightmare", + description: "unlocks some PS4 Debug / TestKit Features.", + specificFW: "", category: "tools", funcName: "load_ToDev" }, { id: "ToKratos", name: "ToKratos", - version: "1.0", - description: "Custom firmware conversion tool.", author: "Various", + description: "Custom firmware conversion tool.", + specificFW: "", category: "tools", funcName: "load_ToKratos" }, { id: "ToCex", name: "ToCex", - version: "1.0", - description: "Converts console to CEX mode.", author: "Various", + description: "Converts console to CEX mode.", + specificFW: "", category: "tools", funcName: "load_ToCex" }, { id: "BackupDB", name: "Backup-DB", - version: "1.0", - description: "Backs up your PS4's databases, licenses, and user data. Note this may not be useful if you have to reinitalize as your keys may change.", author: "Stooged", + description: "Backs up your PS4's databases, licenses, and user data. Note this may not be useful if you have to reinitalize as your keys may change.", + specificFW: "", category: "tools", funcName: "load_BackupDB" }, { id: "RestoreDB", name: "Restore-DB", - version: "1.0", - description: "Restores the data saved in the 'Backup' payload.", author: "Stooged", + description: "Restores the data saved in the 'Backup' payload.", + specificFW: "", category: "tools", funcName: "load_RestoreDB" }, { id: "RIFRenamer", name: "RIF-Renamer", - version: "1.0", - description: "Renames 'fake' RIFs to 'free' RIFs for better HEN compatibility. Use this if your PKGs only work with Mira+HEN.", author: "Al Azif", + description: "Renames 'fake' RIFs to 'free' RIFs for better HEN compatibility. Use this if your PKGs only work with Mira+HEN.", + specificFW: "", category: "tools", funcName: "load_RIFRenamer" }, { id: "ExitIDU", name: "ExitIDU", - version: "1.0", - description: "Exits IDU mode and restarts the console.", author: "Scene Collective", + description: "Exits IDU mode and restarts the console.", + specificFW: "", category: "tools", funcName: "load_ExitIDU" }, { - id: "DisableASLR", + id: "DisableASLR", name: "Disable-ASLR", - version: "1.0", - description: "Disables the ASLR (Address space layout randomization) to make working with memory easier/repeatable.", author: "Scene Collective", + description: "Disables the ASLR (Address space layout randomization) to make working with memory easier/repeatable.", + specificFW: "", category: "tools", funcName: "load_DisableASLR" }, { id: "ModuleDumper", name: "Module-Dumper", - version: "1.0", - description: "Dumps the decrypted modules from /system, /system_ex, /update and the root of the filesystem to a USB device.", author: "SocraticBliss", + description: "Dumps the decrypted modules from /system, /system_ex, /update and the root of the filesystem to a USB device.", + specificFW: "", category: "tools", funcName: "load_ModuleDumper" }, { id: "WebRTE", name: "WebRTE", - version: "1.0", - description: "Web Realtime Trainer Engine", author: "golden", + description: "Web Realtime Trainer Engine", + specificFW: "9.00", category: "tools", funcName: "load_WebrRTE" }, { id: "PermanentUART", name: "Permanent-UART", - version: "1.0", - description: "Enabled hardware based UART without a kernel patch, persists though updates.", author: "JTAG7371", + description: "Enabled hardware based UART without a kernel patch, persists though updates.", + specificFW: "", category: "tools", funcName: "load_PermanentUART" }, { id: "PUPDecrypt", name: "PUP-Decrypt", - version: "1.0", - description: "Payload to decrypt the contents of a firmware update file (PUP) on the PS4", author: "andy-man", + description: "Payload to decrypt the contents of a firmware update file (PUP) on the PS4", + specificFW: "", category: "tools", funcName: "load_PUPDecrypt" }, { id: "GTAVArabicGuy127", name: "GTAV-ArabicGuy-1.27", - version: "1.27", - description: "GTA V mod menu by ArabicGuy.", author: "ArabicGuy", + description: "GTA V mod menu by ArabicGuy.", + specificFW: "", category: "games", funcName: "load_GTAArbic" }, { id: "GTAVArabicGuy132", name: "GTAV-ArabicGuy-1.32", - version: "1.32", - description: "GTA V mod menu by ArabicGuy.", author: "ArabicGuy", + description: "GTA V mod menu by ArabicGuy.", + specificFW: "", category: "games", funcName: "load_GTAArbic3" }, { id: "GTAVArabicGuy133", name: "GTAV-ArabicGuy-1.33", - version: "1.33", - description: "GTA V mod menu by ArabicGuy.", author: "ArabicGuy", + description: "GTA V mod menu by ArabicGuy.", + specificFW: "", category: "games", funcName: "load_GTAArbic33" }, { id: "GTAVBeefQueefMod133", name: "GTAV-BeefQueefMod-1.33", - version: "1.33", - description: "GTA V mod menu by BeefQueef.", author: "BeefQueef", + description: "GTA V mod menu by BeefQueef.", + specificFW: "", category: "games", funcName: "load_GTABQ133" }, { id: "GTAVBeefQueefMod134", name: "GTAV-BeefQueefMod-1.34", - version: "1.34", - description: "GTA V mod menu by BeefQueef.", author: "BeefQueef", + description: "GTA V mod menu by BeefQueef.", + specificFW: "", category: "games", funcName: "load_GTABQ134" }, { id: "GTAVBeefQueefMod138", name: "GTAV-BeefQueefMod-1.38", - version: "1.38", - description: "GTA V mod menu by BeefQueef.", author: "BeefQueef", + description: "GTA V mod menu by BeefQueef.", + specificFW: "", category: "games", funcName: "load_GTABQ138" }, { id: "GTAVWildeModz132", name: "GTAV-WildeModz-1.32", - version: "1.32", - description: "GTA V mod menu by WildeModz.", author: "WildeModz", + description: "GTA V mod menu by WildeModz.", + specificFW: "", category: "games", funcName: "load_GTAWM132" }, { id: "GTAVWildeModz133", name: "GTAV-WildeModz-1.33", - version: "1.33", - description: "GTA V mod menu by WildeModz.", author: "WildeModz", + description: "GTA V mod menu by WildeModz.", + specificFW: "", category: "games", funcName: "load_GTAWM133" }, { id: "GTAVWildeModz138", name: "GTAV-WildeModz-1.38", - version: "1.38", - description: "GTA V mod menu by WildeModz.", author: "WildeModz", + description: "GTA V mod menu by WildeModz.", + specificFW: "", category: "games", funcName: "load_GTAWM138" }, { id: "RDR2OystersMenu100", - name: "RDR2-OystersMenu-1.00", - version: "1.00", - description: "RDR2 mod menu by Oysters.", + name: "RDR2-OystersMenu-0", author: "Oysters", + description: "RDR2 mod menu by Oysters.", + specificFW: "", category: "games", funcName: "load_Oysters100" }, { id: "RDR2OystersMenu113", name: "RDR2-OystersMenu-1.13", - version: "1.13", - description: "RDR2 mod menu by Oysters.", author: "Oysters", + description: "RDR2 mod menu by Oysters.", + specificFW: "", category: "games", funcName: "load_Oysters113" }, { id: "RDR2OystersMenu119", name: "RDR2-OystersMenu-1.19", - version: "1.19", - description: "RDR2 mod menu by Oysters.", author: "Oysters", + description: "RDR2 mod menu by Oysters.", + specificFW: "", category: "games", funcName: "load_Oysters119" }, { id: "RDR2OystersMenu124", name: "RDR2-OystersMenu-1.24", - version: "1.24", - description: "RDR2 mod menu by Oysters.", author: "Oysters", + description: "RDR2 mod menu by Oysters.", + specificFW: "", category: "games", funcName: "load_Oysters124" }, { id: "RDR2OystersMenu129", name: "RDR2-OystersMenu-1.29", - version: "1.29", - description: "RDR2 mod menu by Oysters.", author: "Oysters", + description: "RDR2 mod menu by Oysters.", + specificFW: "", category: "games", funcName: "load_Oysters129" }, { id: "Linux1GB", name: "Linux-1GB", - version: "1.0", - description: "Linux payload for PS4", author: "Nazky", + description: "Linux payload for PS4", + specificFW: "9.00", category: "linux", funcName: "load_Linux" }, { id: "Linux2GB", name: "Linux-2GB", - version: "1.0", - description: "Linux payload for PS4", author: "Nazky", + description: "Linux payload for PS4", + specificFW: "9.00", category: "linux", funcName: "load_Linux2gb" }, { id: "Linux3GB", name: "Linux-3GB", - version: "1.0", - description: "Loads a 3GB Linux payload for dual-booting.", author: "Nazky", + description: "Loads a 3GB Linux payload for dual-booting.", + specificFW: "9.00", category: "linux", funcName: "load_Linux3gb" }, { id: "Linux4GB", name: "Linux-4GB", - version: "1.0", - description: "Loads a 4GB Linux payload for dual-booting.", author: "Nazky", + description: "Loads a 4GB Linux payload for dual-booting.", + specificFW: "9.00", category: "linux", funcName: "load_Linux4gb" }, { id: "Linux5GB", name: "Linux-5GB", - version: "1.0", - description: "Loads a 5GB Linux payload for dual-booting.", author: "Nazky", + description: "Loads a 5GB Linux payload for dual-booting.", + specificFW: "9.00", category: "linux", funcName: "load_Linux5gb" }, @@ -852,16 +870,16 @@ function renderPayloads() {
${payload.version}
+${payload.author}
${payload.description}
${payload.specificFW != '' ? payload.specificFW + " only" : ""}