From 692e20201b3914ab384bf259bfde824cf4b4c58c Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 18 Jun 2021 01:14:17 +0200 Subject: [PATCH] linpeasv3.2.4 --- linPEAS/builder/linpeas_base.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linPEAS/builder/linpeas_base.sh b/linPEAS/builder/linpeas_base.sh index 6e7fc06..9aa7b3f 100755 --- a/linPEAS/builder/linpeas_base.sh +++ b/linPEAS/builder/linpeas_base.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="v3.2.3" +VERSION="v3.2.4" ADVISORY="This script should be used for authorized penetration testing and/or educational purposes only. Any misuse of this software will not be the responsibility of the author or of any other collaborator. Use it at your own networks and/or with the network owner's permission." ########################################### @@ -548,19 +548,19 @@ print_title(){ } print_2title(){ - printf ${BLUE}"═══════════) "$GREEN"$1\n"$NC + printf ${BLUE}"╔══════════╣ "$GREEN"$1\n"$NC #There are 10 "═" } print_3title(){ - printf ${BLUE}"-) "$GREEN"$1\n"$NC + printf ${BLUE}"══╣ "$GREEN"$1\n"$NC #There are 2 "═" } print_list(){ - printf ${BLUE}"+ "$GREEN"$1"$NC + printf ${BLUE}"═╣ "$GREEN"$1"$NC #There is 1 "═" } print_info(){ - printf "${ITALIC_BLUE}$1\n"$NC + printf "${BLUE}╚ ${ITALIC_BLUE}$1\n"$NC } print_ps (){