diff --git a/README.md b/README.md index e6b3fea..5e9f946 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/install.sh b/install.sh index d8eb0b0..04dcaf0 100644 --- a/install.sh +++ b/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 diff --git a/sniper b/sniper index fc2b632..8459804 100644 --- a/sniper +++ b/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 " 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