-
Notifications
You must be signed in to change notification settings - Fork 34
/
learn.json
23 lines (23 loc) · 1.24 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"title": {
"us": "Installing DVWA on a Virtual Machine for SQL Injection Practice",
"es": "Instalación de DVWA en una Máquina Virtual para Prácticas de Inyección SQL"
},
"slug": "incident-report-management",
"description": {
"us": "Learn how to install DVWA on a virtual machine to practice and report SQL injection vulnerabilities according to ISO 27001 standards.",
"es": "Aprende a instalar DVWA en una máquina virtual para practicar y reportar vulnerabilidades de inyección SQL según las normas ISO 27001."
},
"preview": "https://github.com/breatheco-de//incident-report-management-exercise-project/blob/main/assets/preview-dvwa.jpg?raw=true",
"repository": "https://github.com/breatheco-de/incident-report-management-exercise-project",
"duration": 3,
"difficulty": "intermediate",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": ["linux", "cybersecurity", "ciberseguridad", "sql", "sql-injection"],
"delivery":{
"instructions": {
"en": "Please upload your incident-report.pdf file to your GitHub repository and provide the link to your repository here",
"es": "Por favor sube tu archivo incident-report.pdf a tu repositorio de GitHub y proporciona el enlace a tu repositorio aquí"
}
}
}