minor changes

This commit is contained in:
casterbyte 2025-03-28 03:22:08 +05:00
parent 78db8fa722
commit 5827d2da78
3 changed files with 5 additions and 7 deletions

View file

@ -30,7 +30,7 @@ def banner():
print(banner_text)
print(" " + Fore.YELLOW + "RouterOS Security Inspector. For security engineers")
print(" " + Fore.YELLOW + "Operates remotely using SSH, designed to evaluate RouterOS security\n")
print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, <caster@exploit.org>")
print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, <magamabazarov@mailbox.org>")
print(" " + Fore.YELLOW + "Alias: " + Style.RESET_ALL + "Caster")
print(" " + Fore.YELLOW + "Version: " + Style.RESET_ALL + "1.1")
print(" " + Fore.YELLOW + "Codename: " + Style.RESET_ALL + "Judge")