Merge pull request #2 from jmchia/patch-3

Absolute paths
This commit is contained in:
1N3 2015-09-27 14:42:36 -04:00
commit 0ec850444b
1 changed files with 3 additions and 3 deletions

6
sniper
View File

@ -19,7 +19,7 @@
# USAGE:
# ./sn1per <target>
#
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 ""