forked from breatheco-de/scan-with-nmap-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn.json
23 lines (23 loc) · 1018 Bytes
/
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": "Scan ports with nmap",
"es": "Escanear puertos con nmap"
},
"slug": "scan-with-nmap",
"description": {
"us": "Learn the use of Nmap for network analysis and vulnerability detection.",
"es": "Aprende el uso de Nmap para el análisis de redes y la detección de vulnerabilidades."
},
"preview": "https://github.com/breatheco-de/scan-with-nmap-practice/blob/main/assets/preview-dvwa.jpg?raw=true",
"repository": "https://github.com/breatheco-de/scan-with-nmap-practice",
"duration": 2,
"difficulty": "intermediate",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": ["Nmap", "network security", "vulnerability detection", "cybersecurity"],
"delivery":{
"instructions": {
"en": "Please upload your vulnerability-report.pdf file to your GitHub repository and provide the link to your repository here",
"es": "Por favor sube tu archivo vulnerability-report.pdf a tu repositorio de GitHub y proporciona el enlace a tu repositorio aquí"
}
}
}