From 34a02f68f53b21599c0479e1e17619981b5d8d3c Mon Sep 17 00:00:00 2001 From: Mahama Bazarov Date: Thu, 25 Dec 2025 15:30:41 +0400 Subject: [PATCH] Update sara.py --- sara.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sara.py b/sara.py index 6fae1ea..ee3bb2b 100644 --- a/sara.py +++ b/sara.py @@ -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() \ No newline at end of file + main()