Go to file
root 9e57c0f872 Initial commit 2022-11-18 08:06:38 +00:00
0day.permissions Initial commit 2022-11-18 08:06:38 +00:00
0day.tomorrow Initial commit 2022-11-18 08:06:38 +00:00
message.client Initial commit 2022-11-18 08:06:38 +00:00
source Initial commit 2022-11-18 08:06:38 +00:00
Readme Initial commit 2022-11-18 08:06:38 +00:00
docker-compose.yml Initial commit 2022-11-18 08:06:38 +00:00

Readme

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.