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

  • Thread starter Prb
  • Start date
  • Views 67,151
  • 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,490
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
932
Trophies
0
Age
93
XP
1,844
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,138
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
  • BakerMan @ BakerMan:
    ubisoft should #stopkillinggames ngl
  • Badcatalex @ Badcatalex:
    sony should #stopkillinggames
  • Badcatalex @ Badcatalex:
    they killed LittleBigPlanet online, which was the main core of every LBP game
  • BakerMan @ BakerMan:
    for real
  • BakerMan @ BakerMan:
    at least with them, it was because of the DDOS attacks, ubisoft was just scummy
  • BakerMan @ BakerMan:
    fuck ubisoft, and fuck activision
    +1
  • realtimesave @ realtimesave:
    Nintendo needs to release a new console, switch is getting such shitty little games lately lol it's pathetic
  • Purple_Heart @ Purple_Heart:
    Lmao a new flashcart... The Unlock Switch... I knew it's not fake xD
    +1
  • NinStar @ NinStar:
    A new consoles won't solve that problem
  • NinStar @ NinStar:
    It will actually make it worse
  • The Real Jdbye @ The Real Jdbye:
    well actually
    a new console won't do anything right now, because the games are still in development, that's why there are few games being released
  • The Real Jdbye @ The Real Jdbye:
    it won't make the games finish any faster
  • Veho @ Veho:
    2/3rds of launch titles for the Switch 2 will just be lazy ports of Switch games anyway.
  • The Real Jdbye @ The Real Jdbye:
    probably
  • The Real Jdbye @ The Real Jdbye:
    maybe mario kart 9 will be a launch title
  • The Real Jdbye @ The Real Jdbye:
    i really want a new mario kart
  • Veho @ Veho:
    What, you mean the endless stream of DLCs doesn't count?
  • Veho @ Veho:
    Why develop a new game when you can just sell season passes forever?
  • Veho @ Veho:
    I'm still on MKDS so I'm not bothered :tpi:
  • The Real Jdbye @ The Real Jdbye:
    i like the dlc tbh, i'd like a new game more
  • ZeroT21 @ ZeroT21:
    but the current version is still selling fine at full price
  • SylverReZ @ SylverReZ:
    Hello
  • ZeroT21 @ ZeroT21:
    sup
    +1
  • SylverReZ @ SylverReZ:
    @realtimesave, You seen the Unlock Switch flashcart yet?
    SylverReZ @ SylverReZ: @realtimesave, You seen the Unlock Switch flashcart yet?