Skip to content

Commit 3cf8995

Browse files
Merge pull request #26 from lukasz-a-krol/main
updaing learning path descriptions
2 parents fefdcba + f82e29a commit 3cf8995

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

content/learning-path/1/_index.en.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
type: learning-path
33
title: Detecting, Investigating and Tracking Malicious Infrastructure
4-
description: Phishing messages are usually tied to malicious infrastructure that
5-
either seeks to capture login credentials and use them to access an
6-
organization’s or individual's systems, or otherwise seeks to deliver a
7-
socially-engineered compromise such as a browser or device exploit.
4+
description: This learning path shows how to analyze both phishing messages and the infrastructure they link to.
85
weight: 1
96
thumbnail: "1"
107
icon: infrastructure-inspector

content/learning-path/4/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
type = "learning-path"
33
title = "Web Application Security Fundamentals"
4-
description = "This learning path will prepare you to start on the journey of analyzing malware. Note that this is one of the hardest areas of security to master, but incremental progress will give results. The general goal of malware analysis is to characterize new malware, both brand new malware and variants of existing ones"
4+
description = "Dynamic web applications contain a huge amount of features but also many potential security flaws. This learning path teaches you about some common vulnerabilities within web applications, so you can be better able to detect and remedy them."
55
weight = 4
66
thumbnail = "4"
77
icon = "security-sage"

content/learning-path/4/module-4.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ D) Regular users gaining access to administrative features
189189
A) Missing Authentication\
190190
B) Vertical Privilege Escalation\
191191
C) Horizontal Privilege Escalation\
192-
D) Forced Browsing\
192+
D) Forced Browsing
193193

194194
{{< question title="Answer" >}}
195195
C) Horizontal Privilege Escalation

content/learning-path/5/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
type = "learning-path"
33
title = "Web Application Security Assessment"
4-
description = "Web applications are critical infrastructure used by media organizations and civil society to disseminate free flow of information as well as to provide functionalities to their stakeholders."
4+
description = "This learning path will teach you how to scan your organizations' or beneficiaries' websites for potential vulnerabilities."
55
weight = 5
66
thumbnail = "5"
77
icon = "exploit-explorer"

content/learning-path/6/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
type = "learning-path"
33
title = "Web Application Hardening, Forensics, and Incident Response"
4-
description = "Websites are critical infrastructure used by media organizations and civil society to disseminate free flow of information as well as to provide functionalities to their stakeholders. Adversaries attack these web applications for various purposes, including shutting down the free flow of information, reputational damage, access to private systems, theft of sensitive information, surveillance, and device compromise. By preparing effectively for these sorts of attacks, you can reduce their impact, or in some cases prevent them entirely."
4+
description = "This learning path looks at Denial of Service attacks against website, how to protect your or your beneficiaries' web applications from them, as well as how to collect and analyze website logs to detect attempted attacks."
55
weight = 6
66
thumbnail = "6"
77
icon = "gateway-guardian"

0 commit comments

Comments
 (0)