PDA

View Full Version : Wii running ftp...



dijitil
November 21st, 2006, 16:59
Don't know if this will amount to anything but i did a port scan on my Wii's ip addy and the only open port was 21, common ftp port(for those who dont know), could lead to an exploit of some kind, maybe not...

abeisgreat
November 21st, 2006, 19:35
it could, you could probably use that to port files

Junixx
November 21st, 2006, 22:12
Maybe the virtual console uses ftp to download the games?

abeisgreat
November 22nd, 2006, 04:44
ya, if it does do that it would be realitively easy to hack

mastersho
December 20th, 2006, 17:17
i dont understand. how could this port be used?

the_eternal_dark
December 21st, 2006, 20:44
i dont understand. how could this port be used?

To load user created code or homebrew.

Personally, I love the idea of WiiMC.

Deburner
January 21st, 2007, 21:49
id go to wiili and tell them this already they probably know

anyways you have to force the wii to get the code and that would be hard on currently updated wiis

thund3rstruck
January 28th, 2007, 14:35
To load user created code or homebrew.

Ok, FTP is just a simple transfer protocol and as far as I know it cannot be exploited to execute code. Sure it can be exploited to transfer files but that would be pointless unless you can execute the file on the other end

mastersho
February 4th, 2007, 02:12
Ok becuase we've been talkiing about FTP in my NET+ classes.

bmemike
February 7th, 2007, 19:11
I doubt this would be used to get VC games. The Wii likely uses a GET request to d/l the games. If the open port is truly FTP, then it's an FTP _server_ (since the port is in the listening state).

It's unlikely that the Nintendo servers could push files to an FTP server for simple reasons such as NAT. Other complex network setups would likely prohibit this as well (and that's why the Wii using a standard HTTP GET is the most elegant way to avoid these problems).

I'd be surprised if the open port is actually an FTP server.