Skip to content

Commit

Permalink
note on adding challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 23, 2023
1 parent 805d8fd commit 04c2662
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ pwnshop -I /path/to/example_module --challenge ShellExample --walkthrough --veri
pwnshop -I /path/to/example_module --challenge ShellExample --walkthrough --bin > example_shell

```

## Writing challenges

Check out `example_module` for an example challenge.

1. Write some templates.
2. Write some Python.
3. `pwnshop.register_challenge`

0 comments on commit 04c2662

Please sign in to comment.