Skip to content

tchar/privilege-escalation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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

  • Windows: ./scripts/windows/start.bat
  • Linux/Mac: ./scripts/nix/start.sh

For example in Linux/Mac

cat ./scripts/nix/start.sh | sh # or ./scripts/nix/start.sh if it is executable

Manually

# Remove old image (if any)
docker rmi privesc:latest
# Build the image
docker build -t privesc:latest ./docker
# 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