mirror of
https://github.com/casterbyte/Sara.git
synced 2025-12-05 22:19:29 +00:00
metadata
This commit is contained in:
parent
42b829db83
commit
93f970d6eb
4 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ RouterOS configuration analyzer to find security misconfigurations and vulnerabi
|
|||
```
|
||||
RouterOS Security Inspector. Designed for security engineers
|
||||
|
||||
Author: Magama Bazarov, <magamabazarov@mailbox.org>
|
||||
Author: Mahama Bazarov, <mahamabazarov@mailbox.org>
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
4
sara.py
4
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, <magamabazarov@mailbox.org>")
|
||||
print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Mahama Bazarov, <mahamabazarov@mailbox.org>")
|
||||
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")
|
||||
|
|
|
|||
4
setup.py
4
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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue