-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathlearn.json
19 lines (19 loc) · 901 Bytes
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"title": {
"us": "Attacking with spoofing and DoS on a WordPress website",
"es": "Ataque de Spoofing and DoS sobre un website WordPress"
},
"description": {
"us": "This practice will allow you to better understand spoofing and DoS techniques, as well as their effects in a web environment.",
"es": "Esta práctica te permitirá entender mejor las técnicas de spoofing y DoS, así como sus efectos en un entorno web. "
},
"preview": "https://raw.githubusercontent.com/breatheco-de/spoofing-and-DoS-lab/main/assets/preview-DoS.png",
"repository": "https://github.com/breatheco-de/spoofing-and-DoS-lab",
"duration": 2,
"difficulty": "intermediate",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": ["cybersecurity","ciberseguridad","network", "redes"],
"delivery": {
"formats": ["no_delivery"]
}
}