mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-11-08 21:23:59 +01:00
3 lines
175 B
Bash
Executable File
3 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
docker run --rm -v "$(pwd):/pwd" --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name docker-binaryexploitation -i docker-binaryexploitation:ubuntu19.10
|