Skip to content

Commit

Permalink
GoldHEN_v2.2.5b7
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeps4 committed Nov 26, 2022
1 parent 45a7317 commit f652b9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
10 changes: 0 additions & 10 deletions ESP32_Server_900u/ESP32_Server_900u.ino
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@
// this will not work if the board is a esp32 and the usb control is disabled.


<<<<<<< Updated upstream
// enable esp sleep [ true / false ]
#define ESPSLEEP false // this will put the esp board to sleep after [TIME2SLEEP] minutes
// to wake the board up you will need to reboot the console or unplug/replug the esp board or press the reset button on the board.

#if ESPSLEEP
#define TIME2SLEEP 30 // minutes, the esp will goto sleep after this amount of time passes since boot.
#endif
=======
>>>>>>> Stashed changes


//-------------------DEFAULT SETTINGS------------------//
Expand Down
27 changes: 7 additions & 20 deletions ESP32_Server_900u/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<script>
// original exploit: https://github.com/ChendoChap/pOOBs4
var usbWaitTime = sessionStorage.getItem('waittime');
var payloadData = "";
var payloadData;

if (!usbWaitTime)
{
Expand Down Expand Up @@ -182,14 +182,6 @@
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Menu Loaded!!!</h1>";
}

<<<<<<< Updated upstream
function load_goldhen222(){
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Loading GoldHen V2.2.2 Please wait!!!</h1>";
LoadedMSG="GoldHen V2.2.2 Loaded";
PLfile = "pl_goldhen222.bin";
loadPayloadData();
}
=======
function load_goldhen224(){
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Loading GoldHEN V2.2.4 Please wait!!!</h1>";
LoadedMSG="GoldHEN V2.2.4 Loaded";
Expand All @@ -203,14 +195,13 @@
PLfile = "pl_goldhen225b7.bin";
loadPayloadData();
}
>>>>>>> Stashed changes

function load_binserver9021(){
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Loading NetCat Bin Server Port 9021!!!</h1>";
LoadedMSG="You Can Send Now Payloads Via Netcat To Port 9021";
PLfile = "pl_miraldr.bin";
loadPayloadData();
}
function load_binserver9021(){
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Loading NetCat Bin Server Port 9021!!!</h1>";
LoadedMSG="You Can Send Now Payloads Via Netcat To Port 9021";
PLfile = "pl_miraldr.bin";
loadPayloadData();
}

function load_binserver9020(){
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Loading NetCat Bin Server Port 9020!!!</h1>";
Expand Down Expand Up @@ -563,12 +554,8 @@ <h1 id=msgs style='font-size:25px;text-align:center;color:white'>Kameleon 900FW
<button class="btnkme" onMouseOver="msgs.innerHTML='Receives .Bin payloads on port 9021 via NetCat'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_binserver9021(); return false">Binloader-9021</button>
<br>
<div style=font-size:16px>GOLDHEN</div>
<<<<<<< Updated upstream
<button class="btnkme" onMouseOver="msgs.innerHTML='GoldHen v2.2.2 (Latest) - By SiSTRo'"; onmouseout="msgs.innerHTML='Kameleon 900FW Exploit Host (Auto Method) Lite'" onclick="load_goldhen222(); return false">GoldHen V2.2.2 (Latest)</button>
=======
<button class="btnkme" onMouseOver="msgs.innerHTML='GoldHEN v2.2.5b7 (Latest) - By SiSTRo'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_goldhen225b7(); return false">GoldHEN V2.2.5b7 (Latest)</button>
<button class="btnkme" onMouseOver="msgs.innerHTML='GoldHEN v2.2.4 (Latest) - By SiSTRo'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_goldhen224(); return false">GoldHEN V2.2.4</button>
>>>>>>> Stashed changes
<br>
<div style=font-size:16px>PAYLOADS</div>
<button class="btnkme" onMouseOver="msgs.innerHTML='Modded Version of App Dumper to Backup PKG files to External HDD / 9.00 Mod by Kameleon'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_pkg_backup(); return false">PKG-BackUp v1.1</button>
Expand Down

0 comments on commit f652b9b

Please sign in to comment.