fuckPsn
fuckPsn copied to clipboard
A simple SSL proxy used to spoof PSN version.
fuckPsn 1.0 by [email protected]
Prerequisites
- CA27.cer, dev_blind.pkg, fuckPsn-v0.9.exe from here
- OpenPS3FTP v1.3 or later, you can download 1.5 from here
ChangeLog
v1.0: Fix spoofing (Thanks flys out to BigFAN from psjailbreak.ru and Asure from ps3hax for the informations.)
v0.9: Add support for 4.21 spoofing
v0.8: Re-add support for firmwares older than 3.55
v0.7: Add support for 4.11 spoofing
v0.6: Use an empty consoleid. Warning: be sure to get my 0.6 version
v0.5: Add support for firmwares older than 3.55
v0.4: Don't use PS3DNS anymore
Installation
- Install dev_blind.pkg and OpenPS3FTP on your PS3 (using FTP, external USB or what else)
- Launch dev_blind and make it mount the flash
- Open OpenPS3FTP
- Connect via FTP to PS3 (using username root and password openbox)
- Go to /dev_blind/data/cert
- Rename
CA27.cer
toCA27.cer.bak
- Put my
CA27.cer
as/dev_blind/data/cert/CA27.cer
- Set the PS3's PRIMARY and SECONDARY DNS server to your PC's IP address
- Reboot your PS3
- Start
fuckPsn-v0.7.exe
- Enjoy with PSN
Warnings
If you have followed the OLD guide you need to rename the original CA27.cer
to CA27.cer.bak
and (my) CA24.cer
to CA27.cer
and you have to restore the old CA24.cer
, by renaming CA24.cer.bak
to CA24.cer
This is needed since some games use the original CA24.cer
If you lost original cert, you can take it here
FAQs
Q: fuckPSN does not start or prints "Address already in use" as error
A: Close anything that is using port 80 or 443, try also to close skype and to disable ICS if you are using it.
Donate
Autoinstaller for Debian/Ubuntu
Prerequsites: You need to have sudo configured to install and use the auto installer (ubuntu has it by default)
Open a terminal and launch the following command:
wget -qO- https://raw.github.com/drizzt/fuckPsn/master/autoinstaller_ubuntu.sh | sudo /bin/sh -
Now you have fuckPsn installed as fuckPsn
command
Using under Linux (expert version)
- Download source code
- Install required gems with
gem install rubydns rainbow
- Launch fuckPsn:
sudo ./fuckPsn.rb
- Enjoy
DEVELOPERS SECTION
Build EXE (Windows only)
- Install Ruby for Windows
- Install eventmachine beta
gem install eventmachine --pre
- Install required gems by opening the "Ruby Command Line" and typing
gem install ocra rainbow rubydns windows-pr win32console
- Launch:
ocra --icon fuckPsn.ico fuckPsn.rb data\*
- You will have fuckPsn.exe file