Update sara.py

This commit is contained in:
Caster 2024-08-17 21:05:26 +05:00 committed by GitHub
parent 6e636d5aeb
commit f9fbb7e31e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ def banner():
|_____/ \__,_|_| \__,_| v1.0
"""
print(banner_text)
print(" " + Fore.YELLOW + "RouterOS Security Inspector. Designed for Security Professionals\n")
print(" " + Fore.YELLOW + "RouterOS Security Inspector. Designed for security professionals\n")
print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, <caster@exploit.org>\n")
print(" " + "It's recommended to provide a configuration file exported using the 'export verbose' command")
print()