xfangfang / PPPwn_cpp

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

Use the PPPoE username or password to determine the system version #29

Closed pi-three closed 3 months ago

pi-three commented 3 months ago

Hi, very grateful for your work on this.

Is it possibe to add feature as described in TheOfficialFloW/PPPwn pull request #56?

Thanks again, pithree.

Doyle4 commented 3 months ago

No need as you only use the files for your firmware.

pi-three commented 3 months ago

Hi, thank you for your response.

I believe it will be beneficial for pepople with multiple systems with different firmware like me, I have 9.00 for main, 11.00 for testing and other low firmwares. If it could be setup one time with only one pi, for example, using Pl-Pwn without have to mess with the script everytime to use it with different firmware it will be a lifesaver.

Doyle4 commented 3 months ago

If you use a Raspberry Pi, Pi-Pwn now has Web Server, before plugging it into the other machine, you can now change that via http://pppwn.local.

pi-three commented 3 months ago

Hi, thanks for the heads up on that.

I'll definitely look into that and see if it fit my use case, but fingers crossed i'm still hoping this get implemented though, just for the less techie person or kids.

xfangfang commented 3 months ago

@pi-three I have added web page management in the latest build. You can use different ports to host multiple services.

https://nightly.link/xfangfang/PPPwn_cpp/workflows/ci.yaml/main?status=completed

For specific instructions, please refer to the readme: https://github.com/xfangfang/PPPwn_cpp/

pi-three commented 3 months ago

@xfangfang Thank you for taking the time to work on this project of yours. I hope you keep improving this project to be easier to use & find ways to increase the pwned rate.

I'll check the new web page management.