diff --git a/Dockerfile b/Dockerfile index 362b2b7..5e27a81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:wheezy +FROM debian/eol:wheezy LABEL maintainer "opsxcq@strm.sh" diff --git a/exploit-deface.sh b/exploit-deface.sh index f208802..3e61df1 100755 --- a/exploit-deface.sh +++ b/exploit-deface.sh @@ -7,13 +7,6 @@ then return -1 fi -if [ -z "$1" ] -then - echo 'Please inform the IP and PORT of the target' - echo 'Example: ./exploit-deface.sh ' - return -1 -fi - ip=$1 port=$2