diff --git a/bash/webrecon.sh b/bash/webrecon.sh index ca03a5e..71234ee 100644 --- a/bash/webrecon.sh +++ b/bash/webrecon.sh @@ -1,5 +1,10 @@ #!/bin/bash +if [ ! $1 ]; then + echo "Syntax: ./webrecon.sh " + exit +fi + url=$1 if [ ! -d "$url" ];then mkdir $url