feat:Support for loading payloads using GoldHEN
This commit adds the ability to load payloads using GoldHENs BinLoader by visiting the mirrored http host. Improvements in blocking payloads loading if your firmware is unsupported..
This commit is contained in:
@@ -39,4 +39,6 @@ addEventListener("error", (event) => {
|
||||
|
||||
// we have to dynamically import the program if we want to catch its syntax
|
||||
// errors
|
||||
import("./psfree.mjs");
|
||||
if (ps4fw >= 7.00 && ps4fw <= 9.60 ){
|
||||
import("./psfree.mjs");
|
||||
}else alert("Unsupported firmware to run the exploit")
|
||||
Reference in New Issue
Block a user