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

https://github.com/ryosukedtomita/security-assessment-handson

tiny sample of vulnerabilities.
https://github.com/ryosukedtomita/security-assessment-handson

security security-assessments vulnerabilities

Last synced: 6 months ago
JSON representation

tiny sample of vulnerabilities.

Awesome Lists containing this project

README

          

# SECURITY ASSESSMENT HANDSON

![un license](https://img.shields.io/github/license/RyosukeDTomita/security-assessment-handson)

- わざと脆弱なコードを作り,脆弱性の仕組みを理解するためのリポジトリ
- 脆弱性ごとにコードを分けることで読みやすくした。
- 対象:
- 脆弱性診断を始める前に最初のトレーニングに
- 脆弱性の仕組みを知りたい人

- A repository intentionally created with vulnerable code to understand the mechanisms of vulnerabilities.
- The code is organized by vulnerability type to improve readability.
- Designed as:
- an introductory training before starting vulnerability assessments
- for those who want to understand how vulnerabilities work

## INDEX

- [ABOUT](#about)

---

## ABOUT

- [Vulnerable Server Settings Example](./vulnerable_server_settings/)
- [XSS](./xss/)
- [directory traversal](./directory_traversal/)
- [SQL Injection](./sqli/)

---