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.
- Host: GitHub
- URL: https://github.com/ryosukedtomita/security-assessment-handson
- Owner: RyosukeDTomita
- License: unlicense
- Created: 2024-07-11T00:27:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T12:08:25.000Z (over 1 year ago)
- Last Synced: 2025-05-15T19:12:50.138Z (about 1 year ago)
- Topics: security, security-assessments, vulnerabilities
- Language: HTML
- Homepage:
- Size: 1.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)
---