mirror of https://github.com/1N3/Sn1per.git
commit
0ec850444b
6
sniper
6
sniper
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue