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:
ArabPixel
2025-10-03 10:28:58 +02:00
parent 98154f0d17
commit e38e00d3d6
7 changed files with 97 additions and 51 deletions

View File

@@ -43,6 +43,9 @@
<!-- Compatibility message -->
<p id="PS4FW" class="text-white/70 text-lg mt-4 mb-6">-</p>
<a hidden href="http://psfree-enhanced.free.nf" style="text-decoration: none;" class="secondHostBtn w bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold disabled:opacity-50 transition-colors text-white text-center" >
Load payloads using GoldHEN's BinLoader - External link
</a>
<!-- Jailbreak flavor options -->
<div id="choosejb-initial" class="bg-gray-800 p-6 rounded-lg shadow-xl w-full max-w-sm text-center">
@@ -74,7 +77,7 @@
<section id="exploit-main-screen"
class="w-full inset-0 bg-gray-900 text-white p-6 transition-opacity duration-700">
<div class="container mx-auto" style="width: 100% !important;">
<div class="grid md:grid-cols-2 gap-8 h-screen">
<div id="exploitContainer" class="grid md:grid-cols-2 gap-8 h-screen">
<!-- Exploit console panel -->
<div id="exploit-status-panel" class="bg-gray-800 p-6 rounded-lg flex flex-col h-full">
<h2 class="text-xl font-semibold mb-4">Exploit status</h2>
@@ -100,8 +103,9 @@
</div>
<!-- Payloads section -->
<div class="bg-gray-800 p-6 rounded-lg flex flex-col h-full">
<div id="payloadsSection" class="bg-gray-800 p-6 rounded-lg flex flex-col h-full">
<h2 class="text-xl font-semibold mb-4" id="payloads-section-title">Payloads</h2>
<p id="httpsHost"></p>
<div
class="mb-4 border-b border-gray-200 border-gray-700 w-full sticky top-0 bg-gray-800 z-10 tabs">
<ul class="flex flex-wrap -mb-px text-sm font-medium text-center w-full"
@@ -138,7 +142,7 @@
</div>
</div>
</div>
<div class="henSelection flex items-center justify-center gap-4 mb-4">
<div id="henSelection" class="flex items-center justify-center gap-4 mb-4">
<label
class="flex items-center px-2 py-1 rounded bg-gray-700/60 hover:bg-gray-700 cursor-pointer shadow border-2 border-transparent focus-within:border-blue-500">
<input type="radio" name="hen2" value="GoldHEN" class="accent-blue-500 w-4 h-4 ml-2"
@@ -156,10 +160,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-play" viewBox="0 0 16 16"> <path d="M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z"/> </svg>
</button>
</div>
<button id="backToInitialBtn" onclick="ui.initialScreen.scrollIntoView({block: 'end'});"
class="w-full bg-blue-600 hover:bg-blue-700 p-3 rounded mt-4 font-semibold disabled:opacity-50 transition-colors">
Back
</button>
<a hidden href="http://psfree-enhanced.free.nf" style="text-decoration: none;" class="secondHostBtn w bg-blue-600 hover:bg-blue-700 p-3 rounded font-semibold disabled:opacity-50 transition-colors text-white text-center" >
Load payloads using GoldHEN's BinLoader - External link
</a>
</div>
</div>
</div>