(adsbygoogle = window.adsbygoogle || []).push({});
Hi all, I'm new here.
I'm trying to intercept, view, and ideally modify SSL packets received (yes, received from the server) by a PS3 game. I've made some progress using a combination of arpspoof, ettercap, and sslstrip on my Linux machine after following
You must login or register to view this content.. However, the PS3 cannot get connected to PSN when these tools are in use.
Via ettercap, I can see the PS3 is attempting to connect, but it's not making it through (10.0.0.135 is my PS3, 10.0.0.1 is my router):
DHCP: [00:15:C1:CB:8B:B6] DISCOVER
DHCP: [10.0.0.1] OFFER : 10.0.0.135 invalid GW invalid
DHCP: [00:15:C1:CB:8B:B6] REQUEST 10.0.0.135
DHCP: [10.0.0.1] ACK : 10.0.0.135 255.255.255.0 GW 10.0.0.1 DNS 10.0.0.1
Am I close to getting this working, or am I just completely off the rails here? Is this even possible with a PS3 running the current stock firmware? I'm open to other ideas...thanks for any advice you can offer.