mirror of
https://github.com/casterbyte/Sara.git
synced 2025-07-16 09:34:29 +02:00
minor changes
This commit is contained in:
parent
78db8fa722
commit
5827d2da78
3 changed files with 5 additions and 7 deletions
|
@ -8,7 +8,7 @@ RouterOS configuration analyzer to find security misconfigurations and vulnerabi
|
||||||
RouterOS Security Inspector. For security engineers
|
RouterOS Security Inspector. For security engineers
|
||||||
Operates remotely using SSH, designed to evaluate RouterOS security
|
Operates remotely using SSH, designed to evaluate RouterOS security
|
||||||
|
|
||||||
Author: Magama Bazarov, <caster@exploit.org>
|
Author: Magama Bazarov, <magamabazarov@mailbox.org>
|
||||||
Alias: Caster
|
Alias: Caster
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Codename: Judge
|
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)
|
[*] Disconnected from RouterOS (192.168.88.1:22)
|
||||||
[*] All checks have been completed. Security inspection completed in 3.03 seconds
|
[*] All checks have been completed. Security inspection completed in 3.03 seconds
|
||||||
|
|
||||||
[*] Remember: Security is a process, not a state.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Copyright
|
# 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.
|
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
|
||||||
|
|
2
sara.py
2
sara.py
|
@ -30,7 +30,7 @@ def banner():
|
||||||
print(banner_text)
|
print(banner_text)
|
||||||
print(" " + Fore.YELLOW + "RouterOS Security Inspector. For security engineers")
|
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 + "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 + "Alias: " + Style.RESET_ALL + "Caster")
|
||||||
print(" " + Fore.YELLOW + "Version: " + Style.RESET_ALL + "1.1")
|
print(" " + Fore.YELLOW + "Version: " + Style.RESET_ALL + "1.1")
|
||||||
print(" " + Fore.YELLOW + "Codename: " + Style.RESET_ALL + "Judge")
|
print(" " + Fore.YELLOW + "Codename: " + Style.RESET_ALL + "Judge")
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -5,7 +5,7 @@ setup(
|
||||||
version="1.1",
|
version="1.1",
|
||||||
url="https://github.com/casterbyte/Sara",
|
url="https://github.com/casterbyte/Sara",
|
||||||
author="Magama Bazarov",
|
author="Magama Bazarov",
|
||||||
author_email="caster@exploit.org",
|
author_email="magamabazarov@mailbox.org",
|
||||||
scripts=['sara.py'],
|
scripts=['sara.py'],
|
||||||
description="RouterOS Security Inspector",
|
description="RouterOS Security Inspector",
|
||||||
long_description=open('README.md', encoding="utf8").read(),
|
long_description=open('README.md', encoding="utf8").read(),
|
||||||
|
@ -23,4 +23,4 @@ setup(
|
||||||
"console_scripts": ["sara = sara:main"],
|
"console_scripts": ["sara = sara:main"],
|
||||||
},
|
},
|
||||||
python_requires='>=3.11',
|
python_requires='>=3.11',
|
||||||
)
|
)
|
Loading…
Add table
Add a link
Reference in a new issue