Compare commits

..

No commits in common. "main" and "v1.3.1" have entirely different histories.
main ... v1.3.1

4 changed files with 11 additions and 11 deletions

View file

@ -12,8 +12,8 @@ RouterOS security analyzer for detecting misconfigurations, weak settings, and k
/____/\__,_/_/ \__,_/
Sara: MikroTik RouterOS Security Inspector
Developer: Mahama Bazarov (Caster)
Contact: mahamabazarov@mailbox.org
Developer: Magama Bazarov (Caster)
Contact: magamabazarov@mailbox.org
Version: 1.3.0
Documentation & Usage: https://github.com/caster0x00/Sara
```
@ -201,7 +201,7 @@ system,protocols,wifi
# Copyright
Copyright (c) 2026 Mahama Bazarov.
Copyright (c) 2026 Magama Bazarov.
This project is licensed under the Apache 2.0 License.
This project is not affiliated with or endorsed by SIA Mikrotīkls
@ -210,4 +210,4 @@ All MikroTik trademarks and product names are the property of their respective o
# Outro
If you have any suggestions or find any bugs, feel free to create issues in the repository or contact me: [mahamabazarov@mailbox.org](mailto:mahamabazarov@mailbox.org)
If you have any suggestions or find any bugs, feel free to create issues in the repository or contact me: [magamabazarov@mailbox.org](mailto:magamabazarov@mailbox.org)

View file

@ -1,6 +1,6 @@
# Auxiliary module cve_analyzer.py for searching CVE using the NIST NVD database
#
# Copyright (c) 2026 Mahama Bazarov
# Copyright (c) 2026 Magama Bazarov
# Licensed under the Apache 2.0 License
# This project is not affiliated with or endorsed by SIA Mikrotīkls

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
# Sara: MikroTik RouterOS Security Inspector
# Copyright (c) 2026 Mahama Bazarov
# Copyright (c) 2026 Magama Bazarov
# Licensed under the Apache 2.0 License
# This project is not affiliated with or endorsed by SIA Mikrotīkls
@ -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 + "Mahama Bazarov (Caster)")
print(INDENT + "Contact: " + Style.RESET_ALL + "mahamabazarov@mailbox.org")
print(INDENT + "Developer: " + Style.RESET_ALL + "Magama Bazarov (Caster)")
print(INDENT + "Contact: " + Style.RESET_ALL + "magamabazarov@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()

View file

@ -4,8 +4,8 @@ setup(
name="sara",
version="1.3",
url="https://github.com/caster0x00/Sara",
author="Mahama Bazarov",
author_email="mahamabazarov@mailbox.org",
author="Magama Bazarov",
author_email="magamabazarov@mailbox.org",
scripts=['sara.py'],
description="RouterOS Security Inspector",
long_description=open('README.md', encoding="utf8").read(),