added version variable to banner

This commit is contained in:
Toni de la Fuente
2018-04-11 10:01:50 -04:00
parent 473c9b9ce0
commit 1b0d09da13
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ prowlerBanner() {
echo -e " _ __ _ __ _____ _| | ___ _ __"
echo -e " | '_ \| '__/ _ \ \ /\ / / |/ _ \ '__|"
echo -e " | |_) | | | (_) \ V V /| | __/ |"
echo -e " | .__/|_| \___/ \_/\_/ |_|\___|_|v2.0"
echo -e " | .__/|_| \___/ \_/\_/ |_|\___|_|v$PROWLER_VERSION"
echo -e " |_|$NORMAL$BLUE the handy cloud security tool$NORMAL\n"
echo -e "$YELLOW Date: $(date)"
printColorsCode