https://github.com/lvncer/vulnerability-attack-trying
疑似的に脆弱性を体験できるようなプロジェクトです。 これは教育目的であり、悪用を固く禁止します。
https://github.com/lvncer/vulnerability-attack-trying
security sql-injection vulnerability xss
Last synced: over 1 year ago
JSON representation
疑似的に脆弱性を体験できるようなプロジェクトです。 これは教育目的であり、悪用を固く禁止します。
- Host: GitHub
- URL: https://github.com/lvncer/vulnerability-attack-trying
- Owner: lvncer
- License: other
- Created: 2024-11-17T11:47:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T05:32:07.000Z (over 1 year ago)
- Last Synced: 2025-02-01T10:18:29.412Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Vulnerability Attack Trying
## About This Project
疑似的に脆弱性を体験できるようなプロジェクトです。
これは教育目的であり、悪用を固く禁止します。
[詳しくはこちらを確認してください](SECURITY.md)
## Agenda
1. [Cross Site Scripting (XSS)](XSS)
2. [SQL Injection](SQL-injection)
3. [CSRF](CSRF)
4. ディレクトリ・トラバーサル
5. [OS Command Injection](OS-Command-Injection)
6. セッション管理の不備
7. HTTP ヘッダ・インジェクション
8. メールヘッダ・インジェクション
9. クリックジャッキング
10. バッファオーバーフロー
11. アクセス制御や認可制御の欠落