Hacking [Attempt] Running GW3.0 Web Exploit on a Local Network

  • Thread starter Thread starter bendrr
  • Start date Start date
  • Views Views 68,914
  • Replies Replies 198
  • Likes Likes 1
Haha that page looks familiar. ;) :lol:

Yep, thanks for your guide and files. -- I hope I gave you enough credit in my news post.

If there is any updates to the files, please yet me know so I can update the GO. SCMODS server, or I can give you if you want private FTP to that domain to upload updates.

An auto-php selector would be nice like GW has, I might code one up later. -- But then I think that is also the fault of why Korean consoles are not picking up the exploit correctly, has then been anyone sharing a UA string from Korean console or testing one of the five offline exploits to see if it works, as the current official way fails on these consoles.
 
Can I remove the payload files for the other firmwares and rename the payload of the one I need to "index.html" (after removing the given index file)?
 
Can I remove the payload files for the other firmwares and rename the payload of the one I need to "index.html" (after removing the given index file)?

No reason you can't. :) Should still work, just takes one step out of the process (selecting the version from the list).
 
I posted this in another thread, but this should be useful to get a 100% FULL offline method for 4.5-9.2:
transcend-wifisd.jpg


Just plop that thing into the 3DS SD Slot, connect your 3DS to it, and visit http:/mysdcard/gateway/ (with proper files already setup)
Can confirm this works brilliantly on Toshiba flashair -- and its cheap and easy, $26 on amazon. Thanks for this great idea.

Imagine that, serving the exploit files from the 3ds itself, LOL. :D
(only disadvantage is high battery drain but you could always swap out for a conventional SD card)
 
  • Like
Reactions: DSlite2
Why is your sysNAND configured to connect to your normal WiFi?
Mainly because I used it to download the 9.0 update when it was released. (time ago)
Also to run the exploit on 3.0 release. (i was a 6.0 user, and later a 9.0 user, so I MUST use internet connection on SysNAND...
Was there another option before this (the offline method) one?

There is something wrong with that? (other than the risk of the upgrade suggestions?)
 
Hello everyone,

i've written a simple PHP script which checks the 3DS Browser-Version from the user-agent string and then sends the correct payload. The payload-files are the ones from Falo's Post:

And here the PHP script:
PHP:
<?php
if (substr($_SERVER['HTTP_USER_AGENT'],13,12)=='Nintendo 3DS') {
    $version=substr($_SERVER['HTTP_USER_AGENT'],44,6);
    switch ($version) {
        case '1.7567':
            include("payload_17567_fw71to94_index.html");
            break;
        case '1.7552':
            include("payload_17552_fw50to70_index.html");
            break;
        case '1.7498':
            include("payload_17498_fw40_index.html");
            break;
        case '1.7455':
            include("payload_17455_fw21_index.html");
            break;
        case '1.7412':
            include("payload_17412_fw20_index.html");
            break;
        default:
            include("payload_wrong_user_index.html");
            break;
    }
}
?>

And here a complete package which should run on any webserver which supports PHP:
http://www8.zippyshare.com/v/23761999/file.html
 
Mainly because I used it to download the 9.0 update when it was released. (time ago)
Also to run the exploit on 3.0 release. (i was a 6.0 user, and later a 9.0 user, so I MUST use internet connection on SysNAND...
Was there another option before this (the offline method) one?

There is something wrong with that? (other than the risk of the upgrade suggestions?)

The risk of upgrade is a pretty big deal - you're locked out (maybe forever) if your sysnand goes above 9.2.

The whole point of using a local wifi hotspot on your phone/tablet is so that you don't ever need the sysnand internet settings to have any standard wifi connections saved - just one connection setting for your android wifi-hotspot.

It only takes one drunken night to "accidentally" have sysnand upgrade otherwise
 
The risk of upgrade is a pretty big deal - you're locked out (maybe forever) if your sysnand goes above 9.2.

The whole point of using a local wifi hotspot on your phone/tablet is so that you don't ever need the sysnand internet settings to have any standard wifi connections saved - just one connection setting for your android wifi-hotspot.

It only takes one drunken night to "accidentally" have sysnand upgrade otherwise

I, for one, plan to spend my drunken nights with my R5SDHC (red button Sky3DS clone).

I don't trust my drunk self to not break everything.
 
  • Like
Reactions: Thomas12345
The risk of upgrade is a pretty big deal - you're locked out (maybe forever) if your sysnand goes above 9.2.

The whole point of using a local wifi hotspot on your phone/tablet is so that you don't ever need the sysnand internet settings to have any standard wifi connections saved - just one connection setting for your android wifi-hotspot.

It only takes one drunken night to "accidentally" have sysnand upgrade otherwise


Where's those pictures of you eating your underpants? Downgrade files released.
 
Hello

I've made a little PHP script who's gather the exploit in a unique index.php file (+ the frame.hml file) rather than 6 files separated.


Way more simple than different page payloads. I really wish you there was a way to re-enable the profile exploit for 9.2 and lower since he have access to Gateway again.
 
Is anybody thinks to look for adapt the exploit to launch the Homebrew channel (like smealum's ninjax exploit) by this vulnerability?
 
Seriously glad I asked Foxi to unlock this thread. I could see where this was going and how much it would benefit us all. Thanks guys for the awesome work!
 
  • Like
Reactions: bendrr

Site & Scene News

Popular threads in this forum