PLA Forums

Other Stuff That Has Little To Do With PLA => Techinical Shit => Phreaking, Hacking, Social Engineering, Lock Picking => Topic started by: trevelyn on June 20, 2008, 03:57:09 PM

Title: NES ROMs anyone?
Post by: trevelyn on June 20, 2008, 03:57:09 PM
hi! :D I learn something new each day with UNIX, that why i like it so much i guess, anyways, this isn't really hacking or phreaking but, it's just as fun.

I didn't know i could wget everything from a directory until today.  *and* i had no idea my wget supported ssl!
so i googled '"index of"+ROMs' and found this site, hidden away:
https://detained.net/roms/NES/
so I ran:
Code: [Select]
wget --secure-protocol=sslv2 --no-check-certificate https://detained.net/roms/NES/This got me "index.html"
So then I wondered how many ROMs there were:
the command:
Code: [Select]
cat index.html | grep zip | cut -d "=" -f 4 | cut -d '"' -f 2 | sed 's/%20/ /g' | wc -lproduces 909 games!!!!!
w00h00 l00t!!!
so then i did:
Code: [Select]
wget -r -l1 A.zip --secure-protocol=sslv2 --no-check-certificate https://detained.net/roms/NES/and it got down to about Birdweek.zip :( I bet the server blocked my pirate ass.
so then i found out that wget can do random search times that servers can actually "watch" for..
Code: [Select]
wget -r -l1 A.zip --secure-protocol=sslv2 --no-check-certificate --random-wait --tries=2 --retry-connrefused https://detained.net/roms/NES/And that worked, you have to remove like 10 files and a folder of gifs, theres also a 67MB death metal mp3 that comes with the payload. but. have fun and play NES.

- <3 Trevelyn.
Title: Re: NES ROMs anyone?
Post by: trevelyn on June 21, 2008, 11:32:19 AM
Here's one for free SNES games, (great to play with zsnes on your eee pc 900!!!)
Code: [Select]
wget -r -l1 A.zip --random-wait --tries=2 --retry-connrefused http://emulysianroms.beatgamez.com/roms/index.php?path=snes/
there's also a directory for GBA ROMs if you back up one dir in your browser bar :)

Title: Re: NES ROMs anyone?
Post by: Zazen on June 22, 2008, 06:31:09 AM
I've used a tool called "zipweb" to do wget-style downloads on zipped files, except that it lets you see the list of files inside the zip and download them individually. You might find it useful if you're doing this stuff a lot.

It's here http://aluigi.altervista.org/mytoolz.htm
Title: Re: NES ROMs anyone?
Post by: BRIDGEGHOST on June 22, 2008, 11:16:31 AM
http://firenes.en.softonic.com/

if you use firefox, install firenes. thousands of NES games on demand.
Title: Re: NES ROMs anyone?
Post by: trevelyn on June 22, 2008, 07:52:06 PM
:D
Title: Re: NES ROMs anyone?
Post by: trevelyn on June 25, 2008, 07:55:28 AM
about 65 Nintendo DS Games:

wget -r -l1 --random-wait A.zip http://www.pinkeyelash.com/jeff/DS%20Roms/

:)
Title: Re: NES ROMs anyone?
Post by: rogueclown on June 25, 2008, 08:19:20 AM
can you recommend good emulators for me to play all these shiny games on? <3
Title: Re: NES ROMs anyone?
Post by: Yauch on June 25, 2008, 11:04:43 AM
If you want to cheat or do any ROM Hacking I suggest FCEUXD SPhttp://www.romhacking.net/utils/256/ (http://www.romhacking.net/utils/256/).

If you want and emulator that has a few interesting feature go with uberNES http://ubernes.com/download.html (http://ubernes.com/download.html)