File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5756RESET = "\033 [0m"
5857BOLD = "\033 [1m"
@@ -78,7 +77,7 @@ BG_MAGENTA = "\033[45m"
7877BG_CYAN = "\033 [46m"
7978BG_WHITE = "\033 [47m"
8079
81- print (f"{ RED } { BANNER } { RESET } " )
80+ print (f"{ RED } { BANNER } { MAGENTA } Autor: { CYAN } grisUN0 { RESET } " )
8281
8382def signal_handler (sig , frame ):
8483 global should_exit
@@ -112,7 +111,7 @@ def activate_virtualenv(venv_path):
112111
113112class 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/
You can’t perform that action at this time.
0 commit comments