-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
087e3f5
commit 5a9e19e
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
# YAPPPWN | ||
|
||
A (subpar) Rust rewrite of PPPwn exploit - PlayStation 4 PPPoE RCE by theflow [here](https://github.com/TheOfficialFloW/PPPwn) | ||
|
||
Made for fun and learning Rust, feel free to contribute. | ||
|
||
|
||
|
||
|
||
## Run Locally | ||
|
||
Download the last release and run it | ||
|
||
## FAQ | ||
|
||
#### Why? | ||
|
||
To learn Rust | ||
|
||
#### Why did you use X and not Y? | ||
|
||
I am learning, if Y is better than X please open a pull request and explain :) | ||
|
||
|
||
## Authors | ||
|
||
- [@fedebuonco](https://www.github.com/fedebuonco) |