From ba8a094c61f2d6f42de65117c516e0241602686e Mon Sep 17 00:00:00 2001 From: "Capt. Meelo" <40536834+capt-meelo@users.noreply.github.com> Date: Thu, 14 Feb 2019 11:28:58 +0800 Subject: [PATCH] Updated to v1.2 --- LazyRecon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LazyRecon.sh b/LazyRecon.sh index 349e44b..1529737 100644 --- a/LazyRecon.sh +++ b/LazyRecon.sh @@ -1,10 +1,10 @@ #!/bin/bash -VERSION="1.1" +VERSION="1.2" TARGET=$1 -WORKING_DIR=$(pwd) +WORKING_DIR=$(dirname "$0") TOOLS_PATH="$WORKING_DIR/tools" WORDLIST_PATH="$WORKING_DIR/wordlists" RESULTS_PATH="$WORKING_DIR/results/$TARGET"