Skip to content

Commit e404c57

Browse files
author
gris
committed
1 parent 656362c commit e404c57

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

lazyown

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ BANNER = """
4949
░ ░ ░░ ░ ░ ▒ ░ ░ ░ ░ ░ ░ ░ ░ ▒ ░░ ░ ░ ░░ ░
5050
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
5151
52-
[*] Iniciando: Framework [;,;]
53-
"""
52+
[*] Iniciando: Framework [;,;] """
5453

55-
version = "v0.0.11"
54+
version = "v0.0.12"
5655
# Definimos algunos códigos de escape ANSI para colores
5756
RESET = "\033[0m"
5857
BOLD = "\033[1m"
@@ -78,7 +77,7 @@ BG_MAGENTA = "\033[45m"
7877
BG_CYAN = "\033[46m"
7978
BG_WHITE = "\033[47m"
8079

81-
print(f"{RED}{BANNER}{RESET}")
80+
print(f"{RED}{BANNER}{MAGENTA}Autor: {CYAN}grisUN0{RESET}")
8281

8382
def signal_handler(sig, frame):
8483
global should_exit
@@ -112,7 +111,7 @@ def activate_virtualenv(venv_path):
112111

113112
class LazyOwnShell(Cmd):
114113
prompt = "LazyOwn> "
115-
intro = f"""{YELLOW}\n[*] Welcome to the LazyOwn Framework [;,;] {version} interactive shell! Type ? to list commands
114+
intro = f"""{YELLOW}\n[*] Welcome to the LazyOwn Framework [;,;] {BLUE}{version} {WHITE}interactive shell! Type ? to list commands{BLUE}
116115
[+] Github: https://github.com/grisuno/LazyOwn
117116
[+] Web: https://grisuno.github.io/LazyOwn/
118117
[+] Reddit: https://www.reddit.com/r/LazyOwn/

0 commit comments

Comments
 (0)