Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebuonco authored Oct 30, 2024
1 parent ef00086 commit 7666856
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ Should work from 11.00 to 7.0.
I have tested this on:
- [X] 11.00

## Run Locally

Build the project:
## Run
Donwload latest release and then run it:

```
cargo build -r
sudo yapppwn --interface <INTERFACE> --fw <FW> --stage-1 <STAGE_1> --stage-2 <STAGE_2>
```

and then run it

The help message:
```
sudo ./target/release/yapppwn -h
sudo yapppwn -h
[+] YAPPPWN [+]
YAPPPWN, Yet Another PPPwn (in Rust)
Expand All @@ -36,6 +34,15 @@ Options:
-V, --version Print version
```



## Build from source
Build the project:

```
cargo build
```

## Known Bugs
- It is not endian agnostic atm.

Expand Down

0 comments on commit 7666856

Please sign in to comment.