Skip to content

A demo docker image for common privilege escalation techniques in *nix systems

License

Notifications You must be signed in to change notification settings

tchar/privilege-escalation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Privilege Escalation Demo

This repository contains a docker image to demonstrate common privilege escalation techniques for *nix systems

Run

Automatically

Run the script inside the docker directory

  • Windows: start.bat
  • Linux: start.sh

You need to be in the docker directory to run the script. For example in Linux

cd docker
cat start.sh | sh # or ./start.sh if it is executable

Manually

cd docker
# Remove old image (if any)
docker rmi privesc:latest
# Build the image
docker build -t privesc:latest .
# Remove previous container (if any)
docker rm privesc
# Run the container
docker run --rm --name privesc -it privesc:latest

About

A demo docker image for common privilege escalation techniques in *nix systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages