Giter VIP home page Giter VIP logo

Comments (4)

stooged avatar stooged commented on July 26, 2024

you are loading a page called "GoldHEN v2.0b2.html"

if that page was created with bin2html or bin2gz it does not have the auto usb coding so you will get a popup for the usb

the best way is to target the internal loader.html and load the .bin directly instead of using bin2html.

you add this function to the payloads.html

<script>
function setpayload(payload,title,waittime){ 
   sessionStorage.setItem('payload', payload); 
   sessionStorage.setItem('title', title); 
   sessionStorage.setItem('waittime', waittime);  
   window.open('loader.html', '_self');}
</script>

and load the payload from the button like this

<a onclick="setpayload('GoldHEN+v2.0b2.bin', 'GoldHEN v2.0b2', '10000')"><button class="btn"></button></a>

this is an example from your payloads.html.
just note in your payloads.html you have 2 body tags and 2 head tags, i wont change those errors i will just add the code to use the loader.html so you can compare the changes to your html file.


<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
</style>

<script>
function setpayload(payload,title,waittime){ 
   sessionStorage.setItem('payload', payload); 
   sessionStorage.setItem('title', title); 
   sessionStorage.setItem('waittime', waittime);  
   window.open('loader.html', '_self');}
</script>

</head>
<body>
		
		<h2>HTML Image</h2>
		<img src="Banner.jpg" alt="Banner" width="760" height="230" >
		
		</body>
		</html>
<head>
<meta name="viewport" content= width=device-width, initial-scale=1">
<title>PS4 9.00 Auto USB Loader</title/>
<style>
.btn {
    background-color: white;
    border: none;
    color: rgb(0, 0, 0);
	height: 5%;
	width: 13,7%;
    font-size: medium;;
    cursor: pointer;
	font-weight: bold;
}
.btn:hover {
    background-color: rgb(237, 241, 0);
}

body {
	background-color:#000000;
	color: #000024;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0.0;
	overflow-y:hidden;
} 

.main {
	padding: 0px 0px;
	position: absolute; 
	top: 0; 
	right: 0;
	bottom: 0; 
	left: 0;
	overflow-y:hidden;
}
</style>
</head>
<body>
<center>
<h1 id=msgs style='font-size:40px;text-align:center;color:white'>Press GoldHen to Xploit</h1>
<p></p><br>
<a onclick="setpayload('GoldHEN+v2.0b2.bin', 'GoldHEN v2.0b2', '10000')"><button class="btn"></button></a>&nbsp;
<p></p><br>
</center>
</body>
</html>

from ps4-server-900u.

stooged avatar stooged commented on July 26, 2024

this one is without those duplicate tag errors


<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PS4 9.00 Auto USB Loader</title>
<style>
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn {
    background-color: white;
    border: none;
    color: rgb(0, 0, 0);
	height: 5%;
	width: 13,7%;
    font-size: medium;;
    cursor: pointer;
	font-weight: bold;
}
.btn:hover {
    background-color: rgb(237, 241, 0);
}
body {
	background-color:#000000;
	color: #000024;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0.0;
	overflow-y:hidden;
} 
.main {
	padding: 0px 0px;
	position: absolute; 
	top: 0; 
	right: 0;
	bottom: 0; 
	left: 0;
	overflow-y:hidden;
}
</style>
<script>
function setpayload(payload,title,waittime){ 
   sessionStorage.setItem('payload', payload); 
   sessionStorage.setItem('title', title); 
   sessionStorage.setItem('waittime', waittime);  
   window.open('loader.html', '_self');}
</script>
</head>
<body>

		<h2>HTML Image</h2>
		<img src="Banner.jpg" alt="Banner" width="760" height="230" >
		
<center>
<h1 id=msgs style='font-size:40px;text-align:center;color:white'>Press GoldHen to Xploit</h1>
<p></p><br>
<a onclick="setpayload('GoldHEN+v2.0b2.bin', 'GoldHEN v2.0b2', '10000')"><button class="btn"></button></a>&nbsp;
<p></p><br>
</center>
</body>
</html>

from ps4-server-900u.

Doyle4 avatar Doyle4 commented on July 26, 2024

Thank you very much for taking your time to help me with this.
Thanks so much for the examples, you are correct, I have used bin2html to convert and now make sense why the loader function didn't work after conversion.
Once home will compare the differences.

Thank you again.

from ps4-server-900u.

Doyle4 avatar Doyle4 commented on July 26, 2024

Working great thank you!

Did the comparison and I can see what you changed thank you.
Im assuming Index.html can be left out, or used to change the background colour to match payloads.html etc.

Learnt a lot over the last couple days, I appreciate your help thanks.

from ps4-server-900u.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.