An open API service indexing awesome lists of open source software.

https://github.com/inndy/vul-rpg

A damn vulnerable text-based role-playing-game
https://github.com/inndy/vul-rpg

Last synced: 3 months ago
JSON representation

A damn vulnerable text-based role-playing-game

Awesome Lists containing this project

README

          

# Vul-RPG

A damn vulnerability text-based role-playing-game for security training purpose.

# Vulnerability List

- string format vulnerability (printf)
- buffer overflow vulnerability
- heap overflow vulnerability
- weak PRNG

# TODO

- [X] Basic Code Architecture
- [ ] Opening
- [ ] Monster Data
- [ ] Skill Data
- [ ] Consume Item Data
- [ ] Battle System
- [ ] Item Shop
- [ ] World Map
- [ ] Save / Restore
- [ ] i18n
- [ ] Translate

# License

[MIT License](LICENSE)