diff --git a/sniper b/sniper index d7ea078..9579b06 100644 --- a/sniper +++ b/sniper @@ -19,7 +19,7 @@ # USAGE: # ./sn1per # - +DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) TARGET="$1" LOOT_DIR="loot" FINDSPLOIT_DIR="Findsploit" @@ -508,8 +508,8 @@ else fi echo -e "$OKGREEN################################### Running Brute Force #############################$RESET" -cd BruteX/ -brutex $TARGET +cd $DIR/BruteX +$DIR/BruteX/brutex $TARGET rm -f hydra.restore cd .. echo ""