Sn1per v1.4f by 1N3 @CrowdShield
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
+ -- --=[Sn1per v1.4e by 1N3
|
||||
+ -- --=[Sn1per v1.4f by 1N3
|
||||
+ -- --=[http://crowdshield.com
|
||||
|
||||
# Sn1per - Automated Pentest Recon Scanner
|
||||
@@ -29,6 +29,7 @@ Sn1per is an automated scanner that can be used during a penetration test to enu
|
||||
https://goo.gl/96LCAg
|
||||
|
||||
## CHANGELOG:
|
||||
* v1.4f - Fixed BruteX directory bug
|
||||
* v1.4e - Fixed reported errors install.sh
|
||||
* v1.4e - Added auto-upgrade option to install.sh for existing Sn1per installs
|
||||
* v1.4d - Fixed missing rake gem install dependency
|
||||
|
||||
@@ -20,7 +20,7 @@ echo ""
|
||||
|
||||
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
|
||||
echo -e "$OKGREEN + -- --=[This script will install or upgrade your Sn1per installation. Are you sure you want to continue?$RESET"
|
||||
echo -e "$OKGREEN + -- --=[This script will install or upgrade your Sn1per installation. Are you sure you want to continue? (Ctrl+C to exit) $RESET"
|
||||
read answer
|
||||
|
||||
echo -e "$OKORANGE + -- --=[Installing package dependencies...$RESET"
|
||||
|
||||
8
sniper
8
sniper
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# + -- --=[Sn1per v1.4e by 1N3 v20151212
|
||||
# + -- --=[Sn1per v1.4 by 1N3 v20151213
|
||||
# + -- --=[http://crowdshield.com
|
||||
#
|
||||
# Sn1per - Automated Pentest Recon Tool
|
||||
@@ -46,7 +46,7 @@ if [ -z $TARGET ]; then
|
||||
echo -e "$OKRED /_/ $RESET"
|
||||
echo -e "$RESET"
|
||||
echo -e "$OKORANGE + -- --=[http://crowdshield.com"
|
||||
echo -e "$OKORANGE + -- --=[sn1per v1.4e by 1N3"
|
||||
echo -e "$OKORANGE + -- --=[sn1per v1.4 by 1N3"
|
||||
echo -e "$OKORANGE + -- --=[Usage: sn1per <target>"
|
||||
exit
|
||||
fi
|
||||
@@ -61,7 +61,7 @@ echo -e "$OKRED /____/_/ /_/___/ .___/\___/_/ $RESET"
|
||||
echo -e "$OKRED /_/ $RESET"
|
||||
echo -e "$RESET"
|
||||
echo -e "$OKORANGE + -- --=[http://crowdshield.com"
|
||||
echo -e "$OKORANGE + -- --=[sn1per v1.4e by 1N3"
|
||||
echo -e "$OKORANGE + -- --=[sn1per v1.4 by 1N3"
|
||||
echo -e "$RESET"
|
||||
echo -e "$OKGREEN################################### Running recon #################################$RESET"
|
||||
nslookup $TARGET
|
||||
@@ -559,7 +559,7 @@ else
|
||||
fi
|
||||
|
||||
echo -e "$OKGREEN################################### Running Brute Force #############################$RESET"
|
||||
cd ../BruteX/
|
||||
cd BruteX/
|
||||
./brutex $TARGET
|
||||
rm -f hydra.restore
|
||||
mv loot/* ../loot/
|
||||
|
||||
Reference in New Issue
Block a user