Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonioberna/pwnable.kr
My pwnable.kr solutions (CTFs)
https://github.com/antonioberna/pwnable.kr
c ctf exploitation games hacking pwnable-kr pwntools python vulnerability
Last synced: 5 days ago
JSON representation
My pwnable.kr solutions (CTFs)
- Host: GitHub
- URL: https://github.com/antonioberna/pwnable.kr
- Owner: AntonioBerna
- License: mit
- Created: 2024-07-01T08:07:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T23:45:32.000Z (3 months ago)
- Last Synced: 2024-08-07T02:46:59.689Z (3 months ago)
- Topics: c, ctf, exploitation, games, hacking, pwnable-kr, pwntools, python, vulnerability
- Language: Python
- Homepage:
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My pwnable.kr solutions
> [!WARNING]
> This repository is unfinished. Keep your expectations low.## Mini docs
The aim of these games is to find the flag, in fact they are real CTFs (Capture The Flags).
> [!CAUTION]
> For more information about games visit [https://pwnable.kr/play.php](https://pwnable.kr/play.php). Registration is required to solve the games.The only requirement is to install Python's [pwntools](https://pypi.org/project/pwntools/) library.
> [!TIP]
> If you have never used the `pwntools` library I recommend you consult the [official documentation](https://docs.pwntools.com/en/stable/).## Game solutions
| Toddler's Bottle | Rookiss | Grotesque | Hacker's Secret |
| :---: | :---: | :---: | :---: |
| [fd](https://github.com/AntonioBerna/pwnable.kr/blob/master/fd/) | ... | ... | ... |
| [collision](https://github.com/AntonioBerna/pwnable.kr/blob/master/collision/) | ... | ... | ... |
| [bof](https://github.com/AntonioBerna/pwnable.kr/blob/master/bof/) | ... | ... | ... |
| [flag](https://github.com/AntonioBerna/pwnable.kr/tree/master/flag) | ... | ... | ... |
| passcode (TODO) | ... | ... | ... |