Sn1per by 1N3 @CrowdShield

This commit is contained in:
root 2016-06-07 20:33:49 -07:00
parent 1ac7954e1f
commit 81324feb31
2 changed files with 3 additions and 0 deletions

View File

@ -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

2
sniper
View File

@ -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"