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"