Skip to content

Commit 0c99432

Browse files
committed
Merge pull request #6 from pmbenjamin/update-bootcamp-json
Update weeks 1 & 2 in bootcamp.json
2 parents 402b089 + d488d76 commit 0c99432

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

data/bootcamp.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-2/README.md",
2525
"Lessons": [{
2626
"number": 1,
27-
"name": "",
27+
"name": "Intro to Software Defined Environments",
2828
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-2/LESSON-1.md"
2929
}, {
3030
"number": 2,
31-
"name": "",
31+
"name": "Intro to Micro Services",
3232
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-2/LESSON-2.md"
3333
}, {
3434
"number": 3,
35-
"name": "",
35+
"name": "Build a Rails API & Deploy It",
3636
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-2/LESSON-3.md"
3737
}]
3838
}, {
3939
"Week": 3,
40-
"Title": "Security",
40+
"Title": "Attack the Weakling",
4141
"Objectives": ["Deploy a Vulnerable application to AWS", "Attack the application using different techniques (e.g. OWASP Top 10)", "Explore security tools (e.g. Metasploit, NMap, SQLMap, BurpSuite ...etc)"],
4242
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-3/README.md",
4343
"Lessons": [{
@@ -73,7 +73,7 @@
7373
}]
7474
}, {
7575
"Week": 5,
76-
"Title": "Building a Rugged Application",
76+
"Title": "Build a Rugged App",
7777
"Objectives": ["Service Oriented Architecture (SOA)", "Automated deployments with CloudFormation", "Whitelisting & Attack Maps"],
7878
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-5/README.md",
7979
"Lessons": [{
@@ -91,7 +91,7 @@
9191
}]
9292
}, {
9393
"Week": 6,
94-
"Title": "Rugged Security",
94+
"Title": "Red FTW!",
9595
"Objectives": ["Account Takeovers", "Advanced cloud hacking techniques", "Lateral movement & privilege escalation"],
9696
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-6/README.md",
9797
"Lessons": [{
@@ -109,7 +109,7 @@
109109
}]
110110
}, {
111111
"Week": 7,
112-
"Title": "Rugged Operations",
112+
"Title": "Hunt the Attacker",
113113
"Objectives": ["Restacking AWS Accounts", "Forensics in the Cloud", "Incident Response in the Cloud"],
114114
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-7/README.md",
115115
"Lessons": [{
@@ -127,7 +127,7 @@
127127
}]
128128
}, {
129129
"Week": 8,
130-
"Title": "Red Team vs Blue Team",
130+
"Title": "Capstone Project",
131131
"Objectives": ["Put all your skills together", "Hack all the things", "Don't get caught by the Blue Team"],
132132
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-8/README.md",
133133
"Lessons": [{
@@ -145,7 +145,7 @@
145145
}]
146146
}, {
147147
"Week": 9,
148-
"Title": "Presentations",
148+
"Title": "Demos",
149149
"Objectives": ["Problem-sovling", "Contribute to the open-source community", ""],
150150
"url": "https://github.com/devsecops/bootcamp/blob/master/Week-9/README.md",
151151
"Lessons": [{

0 commit comments

Comments
 (0)