mirror of https://github.com/1N3/Sn1per.git
Sn1per v1.4d by 1N3@CrowdShield
This commit is contained in:
parent
bf7cc4e220
commit
c974653b28
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
6
sniper
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue