xfangfang / PPPwn_cpp

C++ rewrite of PPPwn (PlayStation 4 PPPoE RCE)
GNU General Public License v3.0
385 stars 53 forks source link

Stuck after cpu pinning (Raspbian 64) #41

Closed Ibo-glue closed 4 months ago

Ibo-glue commented 4 months ago

hi, I have a problem. when I start the exploit on Raspberry (connected with the LAN cable to the PS4 and controlled via SSH in WLAN) I get stuck at this point and I don't know why. What could it be? (With my x86 pc work) IMG-20240521-WA0002

Ibo-glue commented 4 months ago

Solved

xfangfang commented 4 months ago

I have added an option in the dev branch to automatically retry or end the program after timeout. Please refer to: https://github.com/xfangfang/PPPwn_cpp/issues/4

Ibo-glue commented 4 months ago

I discovered that the problem is related to the VPN. Openvpn creatad the tun0 interface, if it is up the exploit doesn't work.