Update sara.py

This commit is contained in:
Mahama Bazarov 2025-12-25 15:30:41 +04:00 committed by GitHub
parent 7675843846
commit 34a02f68f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,8 +33,8 @@ def banner():
"""
print(INDENT + banner_art)
print(INDENT + "Sara: " + Style.RESET_ALL + "MikroTik RouterOS Security Inspector")
print(INDENT + "Developer: " + Style.RESET_ALL + "Magama Bazarov (Caster)")
print(INDENT + "Contact: " + Style.RESET_ALL + "magamabazarov@mailbox.org")
print(INDENT + "Developer: " + Style.RESET_ALL + "Mahama Bazarov (Caster)")
print(INDENT + "Contact: " + Style.RESET_ALL + "mahamabazarov@mailbox.org")
print(INDENT + "Version: " + Style.RESET_ALL + "1.3.0")
print(INDENT + "Documentation & Usage: " + Style.RESET_ALL + "https://github.com/caster0x00/Sara")
@ -883,4 +883,4 @@ def main():
sys.exit(1)
if __name__ == "__main__":
main()
main()