diff --git a/README.md b/README.md index 404e7c8..72e4a90 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # YAPPPWN -A Rust rewrite of the PPPwn exploit - PlayStation 4 PPPoE RCE by theflow [here](https://github.com/TheOfficialFloW/PPPwn) +A Rust rewrite of the PPPwn exploit - PlayStation 4 PPPoE RCE by TheOfficialFloW [here](https://github.com/TheOfficialFloW/PPPwn) -Here’s an article about the exploit/Rust rewrite written by me. TODO: ADD ARTICLE. This project was created for fun and to learn Rust, so feel free to contribute! ## Run Locally @@ -39,6 +38,6 @@ I'm still learning. If Y is better than X, please feel free to open a pull reque - [@fedebuonco](https://www.github.com/fedebuonco) ## Acks -Thanks to theFlow for this amazing exploit. -Thanks to LowLevelEd, whose video sparked my curiosity about this exploit. +Thanks to TheOfficialFloW for this amazing exploit. +Thanks to [LowLevelLearning](https://www.youtube.com/lowlevellearning), whose video sparked my curiosity about this exploit. Thanks to Claude and ChatGPT, both very helpful, especially in setting up some unit tests.