diff --git a/README.md b/README.md index 325b571..b3cf5bc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ RouterOS configuration analyzer to find security misconfigurations and vulnerabi RouterOS Security Inspector. For security engineers Operates remotely using SSH, designed to evaluate RouterOS security -Author: Magama Bazarov, +Author: Magama Bazarov, Alias: Caster Version: 1.1 Codename: Judge @@ -351,8 +351,6 @@ caster@kali:~$ python3 sara.py --ip 192.168.88.1 --username admin --password myp [*] Disconnected from RouterOS (192.168.88.1:22) [*] All checks have been completed. Security inspection completed in 3.03 seconds - -[*] Remember: Security is a process, not a state. ``` # Copyright @@ -363,4 +361,4 @@ Copyright (c) 2025 Magama Bazarov. This project is licensed under the Apache 2.0 MikroTik devices are widely used around the world. Sara is designed to help engineers improve security - use it wisely. -E-mail for contact: caster@exploit.org +E-mail for contact: magamabazarov@mailbox.org diff --git a/sara.py b/sara.py index dd7974c..bf96fa5 100644 --- a/sara.py +++ b/sara.py @@ -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, ") + print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, ") 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") diff --git a/setup.py b/setup.py index 9a5ce7c..f45662c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( version="1.1", url="https://github.com/casterbyte/Sara", author="Magama Bazarov", - author_email="caster@exploit.org", + author_email="magamabazarov@mailbox.org", scripts=['sara.py'], description="RouterOS Security Inspector", long_description=open('README.md', encoding="utf8").read(), @@ -23,4 +23,4 @@ setup( "console_scripts": ["sara = sara:main"], }, python_requires='>=3.11', -) +) \ No newline at end of file