PPPwn_cpp
PPPwn_cpp copied to clipboard
C++ rewrite of PPPwn (PlayStation 4 PPPoE RCE)
 如题,list中有对应的设备,但是当使用时则无法被识别
Currently, regardless if the exploit fails or succedees, the executable returns 0 as exit code. It would be useful to return a non-zero exit code in case of failure.
There are different steps of the exploit that need to wait for packets coming from the PS4. With my PS4, sometimes, I never get the LCP configure reject packet, and...
https://github.com/TheOfficialFloW/PPPwn/pull/59
_**Mac user here, took me a little bit to figure out what was needed etc, and also changing a few things got it working.**_ https://github.com/xfangfang/PPPwn_cpp?tab=readme-ov-file Scroll down until you see...
Hello! I created this PR to fix builds for 32-bit arm cpus. According to the raspberrypi official website, the 32-bit arm soc has Cortex A7 cores, not A9. https://www.raspberrypi.com/documentation/computers/processors.html
an option to blacklist adresses that should not be corruptet because it create a Kernel Panic on a individual PS4. nobody wants to see 0fff::4141:4141:4141 corrupted
Hey all, So, after implementing MODDEDWARFARE's PPPwn_WRT on NETGEAR DGND3700 v2, which has mips as the architecture, I get this error: root@OpenWrt:~/PPPwn_WRT-main# ./run.sh --- /root/PPPwn_WRT-main/pppwn_mips: line 1: syntax error: unexpected...
-wait-after-pin only works on the first launch, further attempts do not cause a delay, is this how it should be?
When try to run PPPwn_cpp (revision 1.0.0) with PS4 PRO CUH-7216B with firmware 11.00 after a while the console turns off. This happens when it reach `Sending IPCP configure ACK...`...