/shellcodelab

Dockerfile for Shellcoding lab in Information System Attack and Defence course

Primary LanguageDockerfile

shellcodelab

Dockerfile for Shellcoding lab in Information System Attack and Defence course

Installation

# Run the docker container
docker run -it --name --privileged CONTAINER_NAME kahyalar/shellcodelab
# Disable ASLR in runtime
echo 0 > /proc/sys/kernel/randomize_va_space

TO-DO

  • Fix the bug "-e: command not found"

Tools

Usage

Everything is prepared out-of-box. Just copy or build for files and start working with them. The installation is the same with the file which Silvia sent.

Thanks!