We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1551fb commit 4b09189Copy full SHA for 4b09189
1 file changed
README.md
@@ -5,13 +5,16 @@ Part 1
5
1. Zero Day exploit
6
2. Cross Site scripting
7
3. SQL injection
8
+ 4. Remote code execution
9
+ 5. Cross-Site Request Forgery
10
2. Explain how a vulnerability exploited can provide access to the network
11
1. A vulnerability allows the attack to execute code on server, that code can be used to spawn shells or gain privileges
12
3. Preventative measures
13
1. Regular/Automated patching
14
2. Vulnerability scanning
15
3. Use threat intelligence feeds
16
4. WAF
17
+ 5. Pen-testing
18
2. Incident Reponse Plan
19
1. Identify the affected web server and block inbound/outbound traffic
20
2. Take a snapshot of the EBS volumes
0 commit comments