-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto USB not working, unsure why. #8
Comments
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
and load the payload from the button like this
this is an example from your payloads.html.
|
this one is without those duplicate tag errors
|
Thank you very much for taking your time to help me with this. Thank you again. |
Working great thank you! Did the comparison and I can see what you changed thank you. Learnt a lot over the last couple days, I appreciate your help thanks. |
Sorry its me again,
When I load GoldHen without a Index/Payload.html everything goes smooth, exploit loads without popup messages which I really like. I created a index and payload.html, Press GoldHen, says loading exploit and then a popup appears asking to insert USB drive, nothing happens after this.
If you have a spare couple of minutes, would it be possible to see what I have done wrong please? HTML and coding is very new to me and a little clueless, searched on Google without results, I maybe searching wrong. Cant figure out why a Index/payload.html is stopping everything from working as it should. As soon I remove Index/Payloads.html it works.
Thanks.
index.html.gz
payloads.html.gz
The text was updated successfully, but these errors were encountered: