@@ -11,12 +11,22 @@ GREEN='\033[0;32m'
1111CYAN=' \033[0;36m'
1212YELLOW=' \033[1;33m'
1313
14+ ascii_art=$( cat << "EOF "
15+ ___| __ / \ | __ __| | | _) |
16+ \___ \ _ \ __| / _ / _ \ __ \ _` | __| __ \ _ \ | _ \ _ \ | | / | __|
17+ | __/ ( / / _____| ___ \ | | ( | ( | | | __/ _____| | ( | ( | | < | |
18+ _____/ \___| \___| ____| ___| _/ _\ .__/ \__,_| \___| _| |_| \___| _| \___/ \___/ _| _|\_\ _| \__|
19+ (Bcoz Ur Security Matters Most) _| M@d3 With ♥ VirusZzWarning
20+ EOF
21+ )
22+
23+
1424print_colored () {
1525 echo -e " ${1}${2} "
1626}
17-
18- print_colored " $CYAN " " Welcome to the ViruszzWarning Security Tool! "
19-
27+ print_colored " $CYAN " " =========================================================================================================================== "
28+ print_colored " $CYAN " " $ascii_art "
29+ print_colored " $CYAN " " =========================================================================================================================== "
2030print_colored " $YELLOW " " Please select the location and name of your 'httpd.conf' file."
2131filename=$( zenity --file-selection --title=" Select httpd.conf file" )
2232print_colored " $GREEN " " You've chosen '$filename ' as your 'httpd.conf' file."
@@ -43,7 +53,7 @@ while true; do
4353 print_colored " $CYAN " " 100. ${CYAN} Give Feedback"
4454 print_colored " $CYAN " " ================================================================="
4555
46- read -p " Enter the script number (1-${# scripts[@]} ), '99' to exit, or '100' to give feedback : " choice
56+ read -p " Enter the script number (1-${# scripts[@]} ), '99' to exit: " choice
4757
4858 if [ " $choice " -eq ' 99' ]; then
4959 print_colored " $GREEN " " \nThanks for using my tool! Best wishes from ViruszzWarning."
0 commit comments