Hacking 7.55 User Guide & Exploit Host Menu V4: now with added GoldHEN!

  • Thread starter Prb
  • Start date
  • Views 67,098
  • Replies 203
  • Likes 19

ItsmeAJ

Well-Known Member
Member
Joined
May 6, 2016
Messages
171
Trophies
0
Age
38
XP
1,217
Country
I've never used an ESP device before, just various Arduino/ Teensy / Pi etc, so correct me if I'm doing something wrong.

1. Take precompiled bin of the exploit host
2. Flash the bin directly to the ESP, at offset 0x00000, via esptool
3. Wait for success, hard reset
4. Connect PS4 to AP, set IP as automatic, DNS to 10.13.37.1
5. Open User Guide

If so. I've done exactly that, even with manual IP, and getting the same errors.

*Edit Device is an ESP8266MOD devkit, 4mb flash, ESP12E daughterboard. I've verified the firmware is flashing properly and the device is running, with debug output over UART.
*Edit Output:
URI not found handleFileRead: /wctl-config.env
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /netev-config.env
URI not found
The esp8266 firmware on this thread is for NodeMCU ESP8266, I'm not sure about yours. I'm using this model NodeMCU V3 Lua ESP8266 WiFi 4MB, and flash the bin to it by using Release 3.0 - Bump it up! · marcelstoer/nodemcu-pyflasher · GitHub
 

SapphireExile

Sapphire
Member
Joined
May 2, 2018
Messages
115
Trophies
0
Age
28
Location
Bartow, FL
Website
sapphirelabs.online
XP
490
Country
United States
The esp8266 firmware on this thread is for NodeMCU ESP8266, I'm not sure about yours. I'm using this model NodeMCU V3 Lua ESP8266 WiFi 4MB, and flash the bin to it by using Release 3.0 - Bump it up! · marcelstoer/nodemcu-pyflasher · GitHub
Literally the same device. I was just a bit more specific with the details.

*Edit2 Grammar be hard yo: Flashing with the tool you linked solved the issue. I'm assuming it's a wiping issue, as I wasn't doing a full wipe on flashing with esptool.
 
Last edited by SapphireExile,
  • Like
Reactions: Prb and ItsmeAJ

Prb

Well-Known Member
OP
Member
Joined
Nov 10, 2020
Messages
1,032
Trophies
1
XP
3,862
Country
United Kingdom
Literally the same device. I was just a bit more specific with the details.

*Edit2 Grammar be hard yo: Flashing with the tool you linked solved the issue. I'm assuming it's a wiping issue, as I wasn't doing a full wipe on flashing with esptool.
Erasing the esp8266 flash is very important you don't want old files on the esp
Happy your sorted now
Tbh I forgot to link nodemcu when I last updated the post
 

SapphireExile

Sapphire
Member
Joined
May 2, 2018
Messages
115
Trophies
0
Age
28
Location
Bartow, FL
Website
sapphirelabs.online
XP
490
Country
United States
Erasing the esp8266 flash is very important you don't want old files on the esp
Happy your sorted now
Tbh I forgot to link nodemcu when I last updated the post

I was under the impression that the device used the entire flash like other kits out there, eg flashing a 4mb file *flashed* 4mb of data, making a full wipe redundant. Perhaps someone should make a flashing guide on here.
 
  • Like
Reactions: Prb

Prb

Well-Known Member
OP
Member
Joined
Nov 10, 2020
Messages
1,032
Trophies
1
XP
3,862
Country
United Kingdom
I was under the impression that the device used the entire flash like other kits out there, eg flashing a 4mb file *flashed* 4mb of data, making a full wipe redundant. Perhaps someone should make a flashing guide on here.
Technically yes it should overwrite the flash
But not always it's good practice to erase flash before re-flashing a new exploit
 
  • Like
Reactions: SapphireExile

Alsusee

Well-Known Member
Newcomer
Joined
Jul 12, 2018
Messages
94
Trophies
0
Age
45
XP
668
Country
United Kingdom
I've never used an ESP device before, just various Arduino/ Teensy / Pi etc, so correct me if I'm doing something wrong.

1. Take precompiled bin of the exploit host
2. Flash the bin directly to the ESP, at offset 0x00000, via esptool
3. Wait for success, hard reset
4. Connect PS4 to AP, set IP as automatic, DNS to 10.13.37.1
5. Open User Guide

If so. I've done exactly that, even with manual IP, and getting the same errors.

*Edit Device is an ESP8266MOD devkit, 4mb flash, ESP12E daughterboard. I've verified the firmware is flashing properly and the device is running, with debug output over UART.
*Edit Output:
URI not found handleFileRead: /wctl-config.env
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /netev-config.env
URI not found

You are connecting the PS4 to the ESP and not your actual AP?

The connection details for the ESP device are:
access point: ps4exploit
password: hackmyps4
custom setting manual DNS primary DNS 10.13.37.1
 
  • Like
Reactions: Prb

viper3344

Well-Known Member
Member
Joined
Aug 18, 2011
Messages
574
Trophies
1
XP
1,489
Country
United States
I've never used an ESP device before, just various Arduino/ Teensy / Pi etc, so correct me if I'm doing something wrong.

1. Take precompiled bin of the exploit host
2. Flash the bin directly to the ESP, at offset 0x00000, via esptool
3. Wait for success, hard reset
4. Connect PS4 to AP, set IP as automatic, DNS to 10.13.37.1
5. Open User Guide

If so. I've done exactly that, even with manual IP, and getting the same errors.

*Edit Device is an ESP8266MOD devkit, 4mb flash, ESP12E daughterboard. I've verified the firmware is flashing properly and the device is running, with debug output over UART.
*Edit Output:
URI not found handleFileRead: /wctl-config.env
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /index.html
URI not found handleFileRead: /netev-config.env
URI not found

You forget the step to wipe all existing cookies and browser data. Also just flash the bin with the erase setting enabled. Never used any offsets
 

SapphireExile

Sapphire
Member
Joined
May 2, 2018
Messages
115
Trophies
0
Age
28
Location
Bartow, FL
Website
sapphirelabs.online
XP
490
Country
United States
You forget the step to wipe all existing cookies and browser data. Also just flash the bin with the erase setting enabled. Never used any offsets

Wasn't a history or cookie issue. Offset is automatically set to 0x00000, you just don't see it. Esptool was *supposed* to be doing a full wipe every flash, but it wasn't, even though the default flash mode is full wipe.
 

Prb

Well-Known Member
OP
Member
Joined
Nov 10, 2020
Messages
1,032
Trophies
1
XP
3,862
Country
United Kingdom
Thank you very much. 7.55v4fix Esp8266 very perfect. :yayps3:
I have a new esp8266 v4 with the latest 20th July exploit
I'll upload it a little later as need to tidy up the op and delete some older links

--------------------- MERGED ---------------------------

Thanks :)
My slim sits in restmode for months.
How is the exploit working, compared to your V3 or the early V4?
The very latest 20th July for me is better than the previous one 3rd june but 27th or 20th may exploits still work good
I'll be updating the post later just didn't get time yesterday
 
  • Like
Reactions: susi91

thamavit

New Member
Newbie
Joined
Mar 31, 2021
Messages
2
Trophies
0
Age
49
XP
78
Country
Thailand
I have a new esp8266 v4 with the latest 20th July exploit
I'll upload it a little later as need to tidy up the op and delete some older links

--------------------- MERGED ---------------------------


The very latest 20th July for me is better than the previous one 3rd june but 27th or 20th may exploits still work good
I'll be updating the post later just didn't get time yesterday

:bow::bow::bow:Thanks a lot Bro.
 
  • Like
Reactions: Prb

arfgh

Well-Known Member
Member
Joined
Oct 3, 2019
Messages
929
Trophies
0
Age
93
XP
1,837
Country
Armenia
is there a new kernel exploit ? what date for it ?
but still what odd, lot of kernel exploits and the same webkit exploit, that unbareable...
 
  • Like
Reactions: Prb

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,126
Country
United States
is there a new kernel exploit ? what date for it ?
but still what odd, lot of kernel exploits and the same webkit exploit, that unbareable...
Not a new exploit AFAIK. I think the one on the 20th is a more optimized version of the same exploit.
 
  • Like
Reactions: Prb

Prb

Well-Known Member
OP
Member
Joined
Nov 10, 2020
Messages
1,032
Trophies
1
XP
3,862
Country
United Kingdom
is there a new kernel exploit ? what date for it ?
but still what odd, lot of kernel exploits and the same webkit exploit, that unbareable...
Another update from sleirsgoevy its actually dated 20th july
But most host are saying 21st for some reason
I've done some quick tests with it I don't really like to say if better or not as I think you need to test over days or weeks to have a true percentage I see to many so called testers saying how they have done 5 or 10 tests that's not testing as you know yourself my friend 7.5x is just unstable that makes it unpredictable
And I totally agree if the webkit could be improved that would make a huge difference
But full respect and luv to sleirsgoevy for his work
Better to have something than nothing
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I'm doing alright, thanks.
    +1
  • Maximumbeans @ Maximumbeans:
    That must be rough. Productive I'm sure but hard to balance with daily life
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Indeed. I've been working on getting this Infecutus chip to work on my PS2. But after soldering, I realised that a plastic piece was missing from the power ribbon cable to the power and eject buttons.
  • SylverReZ @ SylverReZ:
    Now I could go with soldering the contacts from the cable to the connector on the mobo, but doesn't sound like a good permanent solution.
  • Maximumbeans @ Maximumbeans:
    Man, that's beyond my brain :rofl: I'm no good with hardware for now. I'd like to get into hardmods in future though
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Maybe start practice soldering. Get a cheap-ass soldering iron and follow some good YouTube tutorials.
    +1
  • SylverReZ @ SylverReZ:
    Least my experience has gotten better than over a decade ago. My iron would constantly bump into components and break them.
  • Maximumbeans @ Maximumbeans:
    Sounds good. I actually did soldering but like 16 years ago for school so uuuuh probably rusty haha
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Same here. I did soldering at school from a teacher who I honestly liked since he had plenty of good electronics experience.
    +1
  • Maximumbeans @ Maximumbeans:
    I wish I could play chess well
    +1
  • Maximumbeans @ Maximumbeans:
    Useless but a true art
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I had a friend who had a glass chess set for their birthday.
  • SylverReZ @ SylverReZ:
    It was like all clear and fancy. Tbf I'm not too experienced with chess, but would like to learn someday.
  • Maximumbeans @ Maximumbeans:
    That sounds really cool
  • Maximumbeans @ Maximumbeans:
    I know the basics but no strategy at all :rofl:
    +1
  • Veho @ Veho:
    Watch chess streamers on Twitch and you'll pick up a thing or two.
    +1
  • Veho @ Veho:
    Not to mention there's an infinite number of chess games for every possible platform.
    +1
  • DinohScene @ DinohScene:
    just play it, get beaten a few times and start dominating
    +1
  • K3Nv2 @ K3Nv2:
    Nude chess is best
    +1
  • DinohScene @ DinohScene:
    strip checkers > nude chess
    +1
  • K3Nv2 @ K3Nv2:
    Nude checkers get jumped
    +1
  • SylverReZ @ SylverReZ:
    @Veho, I guess you'd pick up something while watching tub streams.
  • SylverReZ @ SylverReZ:
    @K3Nv2, Dick fights. :tpi:
  • Veho @ Veho:
    Turkish olive oil wrestling.
    +1
    Veho @ Veho: Turkish olive oil wrestling. +1