s6-0day/Readme

8 lines
396 B
Plaintext
Executable File

Note: only the source code of 0day.tomorrow is provided (not for 0day.permissions). To build the executable download the source code to your computer, then run:
docker build -t 0day .
docker create --name dummy 0day
docker cp dummy:/staging ./build
docker rm -f dummy
you'll find the artifacts in the build folder. To patch just copy `Run` file into your vulnbox and then rebuild the container.