Files
BinexProject/debug_docker/launch.sh
Maier Johannes 45af305522 Address CVE-2024-42471 (#9)
* Fix CVE-2024-42471
* Include fnetd into repository, download link is broken
2024-09-13 23:21:32 +10:00

8 lines
266 B
Bash
Executable File

rm -f parent
find .. -maxdepth 1 -type f | xargs tar cvf parent.tar.xz
cp ../fnetd .
docker container rm binex_project
docker image rm binex_project
docker build -t binex_project .
docker run -it -p 8001:1337 --cap-add=SYS_PTRACE --name binex_project binex_project