Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initial Challenges Added
  • Loading branch information
aa9863 committed Sep 25, 2023
1 parent e65731b commit 288359e
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
*~
*#
8 changes: 8 additions & 0 deletions Privesc/Challenges/Sudo_Challenge_1/docker-compose.yaml
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_sudo_challenge_1
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
8 changes: 8 additions & 0 deletions Privesc/Challenges/Sudo_Challenge_2/docker-compose.yaml
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_sudo_challenge_2
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
8 changes: 8 additions & 0 deletions Privesc/Challenges/Suid_Challenge_1/docker-compose.yaml
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_suid_challenge_1
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
8 changes: 8 additions & 0 deletions Privesc/Challenges/Suid_Challenge_2/docker-compose.yaml
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_suid_challenge_2
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
8 changes: 8 additions & 0 deletions Privesc/Demos/Capbility_Demo/docker-compose.yaml
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_capability_demo
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
8 changes: 8 additions & 0 deletions Privesc/Demos/SudoDemo/docker-compose.yaml
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_sudo_demo
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
8 changes: 8 additions & 0 deletions Privesc/Demos/Suid_Demo_File/docker-compose.yaml
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_suid_demo_file
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
8 changes: 8 additions & 0 deletions Privesc/Demos/Suid_Demo_Path/docker-compose.yaml
@@ -0,0 +1,8 @@
version: "3"

services:
ssh:
image: cueh/245_suid_demo_path
#Uncomment this to map SSH to localhost
#ports:
# - "22:22"
5 changes: 5 additions & 0 deletions Privesc/README.md
@@ -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 288359e

Please sign in to comment.