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

@ -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, <caster@exploit.org>
Author: Magama Bazarov, <magamabazarov@mailbox.org>
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

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")

View file

@ -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',
)
)