Sn1per v1.4d by 1N3@CrowdShield

This commit is contained in:
1N3 2015-12-11 08:07:24 -05:00
parent bf7cc4e220
commit c974653b28
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
+ -- --=[Sn1per v1.4c by 1N3
+ -- --=[Sn1per v1.4d 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.4d - Fixed missing rake gem install dependency
* v1.4c - Reordered 3rd party extensions
* v1.4b - Fixed install.sh executable references
* v1.4b - Fixed Yasou dependencies in install.sh

View File

@ -12,7 +12,7 @@ git clone https://github.com/1N3/MassBleed.git
git clone https://github.com/1N3/SuperMicro-Password-Scanner
git clone https://github.com/Dionach/CMSmap.git
git clone https://github.com/0xsauby/yasuo.git
gem install ruby-nmap net-http-persistent mechanize text-table
gem install ruby-nmap net-http-persistent mechanize text-table rake
git clone https://github.com/vishnuraju/Breach-Miner-automated-.git Breach-Miner
mkdir loot
chmod +rx $DIR/sniper

6
sniper
View File

@ -1,5 +1,5 @@
#!/bin/bash
# + -- --=[Sn1per v1.4c by 1N3 v20151210
# + -- --=[Sn1per v1.4d by 1N3 v20151210
# + -- --=[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.4c by 1N3"
echo -e "$OKORANGE + -- --=[sn1per v1.4d 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.4c by 1N3"
echo -e "$OKORANGE + -- --=[sn1per v1.4d by 1N3"
echo -e "$RESET"
echo -e "$OKGREEN################################### Running recon #################################$RESET"
nslookup $TARGET