Skip to content
Permalink
Browse files
Squashed 'Privesc/' content from commit 37f3ec6
git-subtree-dir: Privesc
git-subtree-split: 37f3ec6beea04c0ecd1e4bf0c3a7fc2478f5c140
  • Loading branch information
aa9863 committed Oct 7, 2021
0 parents commit 9e209849de247168b0e794dcfe7b1815a7a0eda6
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 9e20984

Please sign in to comment.