From c50356ad396f464afbd9cb2854f352b4e8db65e0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 11 Nov 2023 21:15:37 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index 0a335e64..bbcd5f77 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -692,7 +692,7 @@ SITEINFO(){ echo -e "\033[K${idsCL[White]}0) Site Address(es): ${idsCL[Cyan]}${idsST[Bold]}${servernames}${idsST[Reset]}" echo -e "\033[K${idsCL[White]}1) Site Type: ${idsCL[Cyan]}${idsST[Bold]}${type}${idsST[Reset]}" echo -en "\033[K${idsCL[White]}2) SSL Secure: ${idsCL[Cyan]}${idsST[Bold]}${ssl}${idsST[Reset]}" - [ "${SUBJECTNAMES}" != "" ] && echo -e " - ${idsCL[LightCyan]}(CERT Found: ${SUBJECTNAMES}; expires in ${CERTEXPIRE Days})" || echo + [ "${SUBJECTNAMES}" != "" ] && echo -e " - ${idsCL[LightCyan]}(CERT Found: ${SUBJECTNAMES}; expires in ${CERTEXPIRE} Days)" || echo echo -e "\033[K${idsCL[White]}3) HSTS Enabled ${idsCL[Cyan]}${idsST[Bold]}${hsts}${idsST[Reset]}" echo -e "\033[K${idsCL[White]}4) Web Sockets: ${idsCL[Cyan]}${idsST[Bold]}${wbskt}${idsST[Reset]}" echo -e "\033[K${idsCL[White]}5) Exploits Block: ${idsCL[Cyan]}${idsST[Bold]}${explt}${idsST[Reset]}"