From 93f970d6ebb28a9961ebd85b1ef35eb5c66389ea Mon Sep 17 00:00:00 2001 From: caster0x00 Date: Tue, 14 Oct 2025 14:04:14 +0400 Subject: [PATCH] metadata --- README.md | 6 +++--- cve_analyzer.py | 2 +- sara.py | 4 ++-- setup.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cd745d8..78c7158 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ RouterOS configuration analyzer to find security misconfigurations and vulnerabi ``` RouterOS Security Inspector. Designed for security engineers -Author: Magama Bazarov, +Author: Mahama Bazarov, Alias: Caster Version: 1.2 ``` @@ -237,10 +237,10 @@ options: # Copyright -Copyright (c) 2025 Magama Bazarov. This project is licensed under the Apache 2.0 License +Copyright (c) 2025 Mahama Bazarov. This project is licensed under the Apache 2.0 License # Outro MikroTik devices are widely used around the world. Sara is designed to help engineers improve security - use it wisely. -E-mail for contact: magamabazarov@mailbox.org +E-mail for contact: mahamabazarov@mailbox.org diff --git a/cve_analyzer.py b/cve_analyzer.py index d130f14..40a3318 100644 --- a/cve_analyzer.py +++ b/cve_analyzer.py @@ -1,6 +1,6 @@ # Auxiliary module cve_analyzer.py for searching CVE using the NIST NVD database -# Copyright (c) 2025 Magama Bazarov +# Copyright (c) 2025 Mahama Bazarov # Licensed under the Apache 2.0 License # This project is not affiliated with or endorsed by MikroTik diff --git a/sara.py b/sara.py index bf65f07..a16d3a8 100644 --- a/sara.py +++ b/sara.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2025 Magama Bazarov +# Copyright (c) 2025 Mahama Bazarov # Licensed under the Apache 2.0 License # This project is not affiliated with or endorsed by MikroTik @@ -25,7 +25,7 @@ def banner(): # Display the program banner and metadata print(banner_text) print(" " + Fore.YELLOW + "RouterOS Security Inspector. Designed for security engineers") - print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, ") + print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Mahama Bazarov, ") print(" " + Fore.YELLOW + "Alias: " + Style.RESET_ALL + "Caster") print(" " + Fore.YELLOW + "Version: " + Style.RESET_ALL + "1.2") print(" " + Fore.YELLOW + "Documentation & Usage: " + Style.RESET_ALL + "https://github.com/caster0x00/Sara\n") diff --git a/setup.py b/setup.py index 6ebb225..15f5675 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ setup( name="sara", version="1.2", url="https://github.com/caster0x00/Sara", - author="Magama Bazarov", - author_email="magamabazarov@mailbox.org", + author="Mahama Bazarov", + author_email="mahamabazarov@mailbox.org", scripts=['sara.py'], description="RouterOS Security Inspector", long_description=open('README.md', encoding="utf8").read(),