From fc690ddf2c225d2e08fcbae3c5f45c302e094b98 Mon Sep 17 00:00:00 2001 From: caster0x00 Date: Mon, 22 Dec 2025 21:28:47 +0400 Subject: [PATCH 1/4] contact info --- README.md | 6 +++--- cve_analyzer.py | 2 +- sara.py | 6 +++--- setup.py | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bb92833..f3fb306 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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) diff --git a/cve_analyzer.py b/cve_analyzer.py index ae5f040..a73276e 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) 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 diff --git a/sara.py b/sara.py index 15b54b8..f372117 100644 --- a/sara.py +++ b/sara.py @@ -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") diff --git a/setup.py b/setup.py index d84454d..36b12dd 100644 --- a/setup.py +++ b/setup.py @@ -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(), From 37213ea7d840b00a0f4b7e8ddc5acb4162dba901 Mon Sep 17 00:00:00 2001 From: Magama Bazarov Date: Mon, 22 Dec 2025 22:32:25 +0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3fb306..5ef86e9 100644 --- a/README.md +++ b/README.md @@ -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 From 767584384613bc86596aa47751902efb258346bf Mon Sep 17 00:00:00 2001 From: caster0x00 Date: Thu, 25 Dec 2025 14:49:31 +0400 Subject: [PATCH 3/4] update contact --- README.md | 8 ++++---- cve_analyzer.py | 2 +- sara.py | 2 +- setup.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5ef86e9..bb92833 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ RouterOS security analyzer for detecting misconfigurations, weak settings, and k /____/\__,_/_/ \__,_/ Sara: MikroTik RouterOS Security Inspector - Developer: Magama Bazarov (Caster) - Contact: magamabazarov@mailbox.org + Developer: Mahama Bazarov (Caster) + Contact: mahamabazarov@mailbox.org Version: 1.3.0 Documentation & Usage: https://github.com/caster0x00/Sara ``` @@ -201,7 +201,7 @@ system,protocols,wifi # Copyright -Copyright (c) 2026 Magama Bazarov. +Copyright (c) 2026 Mahama 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: [magamabazarov@mailbox.org](mailto:magamabazarov@mailbox.org) +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) diff --git a/cve_analyzer.py b/cve_analyzer.py index a73276e..ae5f040 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) 2026 Magama Bazarov +# Copyright (c) 2026 Mahama Bazarov # Licensed under the Apache 2.0 License # This project is not affiliated with or endorsed by SIA Mikrotīkls diff --git a/sara.py b/sara.py index f372117..6fae1ea 100644 --- a/sara.py +++ b/sara.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Sara: MikroTik RouterOS Security Inspector -# Copyright (c) 2026 Magama Bazarov +# Copyright (c) 2026 Mahama Bazarov # Licensed under the Apache 2.0 License # This project is not affiliated with or endorsed by SIA Mikrotīkls diff --git a/setup.py b/setup.py index 36b12dd..d84454d 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ setup( name="sara", version="1.3", 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(), From 34a02f68f53b21599c0479e1e17619981b5d8d3c Mon Sep 17 00:00:00 2001 From: Mahama Bazarov Date: Thu, 25 Dec 2025 15:30:41 +0400 Subject: [PATCH 4/4] Update sara.py --- sara.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sara.py b/sara.py index 6fae1ea..ee3bb2b 100644 --- a/sara.py +++ b/sara.py @@ -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 + "Magama Bazarov (Caster)") - print(INDENT + "Contact: " + Style.RESET_ALL + "magamabazarov@mailbox.org") + print(INDENT + "Developer: " + Style.RESET_ALL + "Mahama Bazarov (Caster)") + print(INDENT + "Contact: " + Style.RESET_ALL + "mahamabazarov@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() \ No newline at end of file + main()