Skip to content

Commit e3d2f09

Browse files
authored
Update main_script.sh
1 parent 7b6928e commit e3d2f09

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

main_script.sh

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,22 @@ GREEN='\033[0;32m'
1111
CYAN='\033[0;36m'
1212
YELLOW='\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+
1424
print_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" "==========================================================================================================================="
2030
print_colored "$YELLOW" "Please select the location and name of your 'httpd.conf' file."
2131
filename=$(zenity --file-selection --title="Select httpd.conf file")
2232
print_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

Comments
 (0)