diff --git a/run.sh b/run.sh index 2ea424d..3f7729a 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,2 @@ #!/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 - diff --git a/shell.sh b/shell.sh index 3ec4109..4afe8a3 100755 --- a/shell.sh +++ b/shell.sh @@ -1,2 +1,2 @@ #!/bin/sh -docker exec -it docker-binaryexploitation /bin/bash \ No newline at end of file +docker exec -it docker-binaryexploitation /bin/bash