From 81324feb31054f29d860d0f85564049bee1c456f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Jun 2016 20:33:49 -0700 Subject: [PATCH] Sn1per by 1N3 @CrowdShield --- README.md | 1 + sniper | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index e6c768f..c3b2dc7 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ https://gist.github.com/1N3/8214ec2da2c91691bcbc ``` ## CHANGELOG: +* v1.7e - Fixed minor issue with airstrike and nuke mode * v1.7e - Fixed minor issues with discover mode * v1.7e - Added minor cosmetic improvements to reports * v1.7e - Disabled automatic brute forcing by default diff --git a/sniper b/sniper index ef100b6..388d44d 100644 --- a/sniper +++ b/sniper @@ -346,6 +346,7 @@ if [ "$MODE" = "airstrike" ]; then echo -e "" echo -e "" done; + exit fi if [ "$MODE" = "port" ]; then @@ -393,6 +394,7 @@ if [ "$MODE" = "nuke" ]; then echo -e "" echo -e "" done + exit fi echo -e "$OKRED ____ $RESET"