Endless Paradigm

Full Version: PSN update bypass - access PSN Store with old Firmware
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
WhiteOnce from lan.st created a update bypass to access PSN Store via Proxy Madwin
Quote:Hello,

I'm currently testing a technique to bypass the update system of the PSN.

It's just a proxy patching the psp-updatelist.txt file On The Fly.

I need a tester with a PSP < 6.31 ( I have a 6.31 PSP).


You just have to start a HTTP proxy, set up the proxy configuration in the PSP and connect to the PSN.

Requirement:
A PC
A PSP
Python installed on the PC
A Wifi Access point
The PC IP
The PSP IP

1. Start the proxy on the PC
in a console type:
python PSNTinyHTTPProxy.py 8080 <PSP IP>

2. Go to the PSP and configure the network with a HTTP proxy (custom mode)
Proxy server » Use
Address : <PC IP>
Port number : 8080

3. Connect to the PSN and cross your finger

DownloadAhaa
flofrucht Wrote: [ -> ]WhiteOnce from lan.st created a update bypass to access PSN Store via Proxy Madwin
Quote:Hello,

I'm currently testing a technique to bypass the update system of the PSN.

It's just a proxy patching the psp-updatelist.txt file On The Fly.

I need a tester with a PSP < 6.31 ( I have a 6.31 PSP).


You just have to start a HTTP proxy, set up the proxy configuration in the PSP and connect to the PSN.

Requirement:
A PC
A PSP
Python installed on the PC
A Wifi Access point
The PC IP
The PSP IP

1. Start the proxy on the PC
in a console type:
python PSNTinyHTTPProxy.py 8080 <PSP IP>

2. Go to the PSP and configure the network with a HTTP proxy (custom mode)
Proxy server » Use
Address : <PC IP>
Port number : 8080

3. Connect to the PSN and cross your finger

DownloadAhaa

I think sony patched this a long time ago (same with the ps3)
then this is useless bsanehi?
Grey Ghost Wrote: [ -> ]then this is useless bsanehi?

yea i would say soo..
bsanehi Wrote: [ -> ]
flofrucht Wrote: [ -> ]WhiteOnce from lan.st created a update bypass to access PSN Store via Proxy Madwin
Quote:Hello,

I'm currently testing a technique to bypass the update system of the PSN.

It's just a proxy patching the psp-updatelist.txt file On The Fly.

DownloadAhaa

I think sony patched this a long time ago (same with the ps3)

I tried it on 5.50 CFW Prometheus; didn't worked, needed to update :(
here's what happened in python:

Code:
C:\Python26>python PSNTinyHTTPProxy.py 8080 <PSP-IP>
Accept: <PSP-IP> (<PSP-IP>)
Serving HTTP on 0.0.0.0 port 8080 ...
        connect to fj00.psp.update.playstation.org:80
<PSP-IP> - - [02/Aug/2010 22:34:32] "GET http://fj00.psp.update.playstation
.org/networktest/trial.txt HTTP/1.0" - -
        connect to fe01.psp.update.playstation.org:80
<PSP-IP> - - [02/Aug/2010 22:35:32] "GET http://fe01.psp.update.playstation
.org/update/eu/psp-updatelist.txt HTTP/1.1" - -
PATCHING
        bye
        connect to nsx.sec.np.dl.playstation.net:443
<PSP-IP> - - [02/Aug/2010 22:35:39] "CONNECT nsx.sec.np.dl.playstation.net:
443 HTTP/1.1" 200 -
        connect to nsx-e.np.dl.playstation.net:80
        idle 1
        bye
<PSP-IP> - - [02/Aug/2010 22:35:45] "GET http://nsx-e.np.dl.playstation.net
http://nsx-e.np.dl.playstation.net/nsx/psp?e=310&t=10&sid=F19A5A8AAB939BECA341FF
88E64B6C8D3387FD6A602B20107EC3BB939CF63F38&mtrid= HTTP/1.1" - -
        connect to nsx-e.np.dl.playstation.net:80
<PSP-IP> - - [02/Aug/2010 22:35:50] "GET http://nsx-e.np.dl.playstation.net
http://nsx-e.np.dl.playstation.net/nsx/psp?e=312&t=10&sid=F19A5A8AAB939BECA341FF
88E64B6C8D3387FD6A602B20107EC3BB939CF63F38 HTTP/1.1" - -
        connect to fe01.psp.update.playstation.org:80
<PSP-IP> - - [02/Aug/2010 22:38:24] "GET http://fe01.psp.update.playstation
.org/update/eu/psp-updatelist.txt HTTP/1.1" - -
PATCHING
        bye

Edit: it's working now, with version.txt and psnlover.prx enabled, but cannot download anything...
Edit2: was acting too fast, downloading is working now, great work Adore

Edit3: Just noticed that downloading from psn goes fine without this proxy just enable psnlover and your good to go...
Downloaded games cannot be run using one or the other or both methods.
act.vcd is properly generated in flash2 but there's no license file created on the ms, which gives error "80010087" when you try to run the game.

lol,that's not useless - that's very hot news and it's working
I'm a Noob. So can anyone explain how to use this?? I get a SyntaxError when I use pythonshell....Facepalm
Reference URL's