From e0e35eb72c26ae18b9c23d3a10291cf009ab944a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 20 Jul 2023 22:32:23 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 6440a4cf..d32642fa 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -656,7 +656,7 @@ SITEINFO(){ 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]}" - echo -e "\033[K${idsCL[White]}6) Secured: ${idsCL[Cyan]}${idsST[Bold]}${lock}${idsST[Reset]}" + echo -e "\033[K${idsCL[White]}6) Secured Access: ${idsCL[Cyan]}${idsST[Bold]}${lock}${idsST[Reset]}" if [ "${type}" == "Proxy" ]; then echo -e "\033[K${idsCL[White]}7) Proxy Address: ${idsCL[Cyan]}${idsST[Bold]}${server}${idsST[Reset]}" echo -e "\033[K${idsCL[White]}8) Proxy Scheme: ${idsCL[Cyan]}${idsST[Bold]}${scheme}${idsST[Reset]}" @@ -693,12 +693,13 @@ SITEINFO(){ read server echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" ;; - 8) - echo -e "\033[K\n\033[K" - echo -en "\033[KEnter new Proxy Scheme (http/https): " - read scheme - echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" - ;; + 8) [ "${scheme}" == "http" ] && scheme='https' || scheme='http';; + # 8) + # echo -e "\033[K\n\033[K" + # echo -en "\033[KEnter new Proxy Scheme (http/https): " + # read scheme + # echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A" + # ;; 9) echo -e "\033[K\n\033[K" echo -en "\033[KEnter new Proxy Port: "