Skip to content
Permalink
Browse files
Merge commit '9e209849de247168b0e794dcfe7b1815a7a0eda6' as 'Privesc'
  • Loading branch information
aa9863 committed Oct 7, 2021
2 parents 642b844 + 9e20984 commit d4f8498fe11376f5703bed939e947792c7434f91
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 0 deletions.
@@ -0,0 +1 @@
*~
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_sudo_challenge_1
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_sudo_challenge_2
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_suid_challenge_1
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_suid_challenge_2
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_capability_demo
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_sudo_demo
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_suid_demo_file
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_suid_demo_path
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
@@ -0,0 +1,5 @@
# Lab Tasks for Privilege Escalation


Demos will follow the Course material
Challenges you are on your own

0 comments on commit d4f8498

Please sign in to comment.