mirror of
https://github.com/casterbyte/Sara.git
synced 2026-04-20 16:39:36 +00:00
update contact
This commit is contained in:
parent
37213ea7d8
commit
7675843846
4 changed files with 8 additions and 8 deletions
|
|
@ -12,8 +12,8 @@ RouterOS security analyzer for detecting misconfigurations, weak settings, and k
|
||||||
/____/\__,_/_/ \__,_/
|
/____/\__,_/_/ \__,_/
|
||||||
|
|
||||||
Sara: MikroTik RouterOS Security Inspector
|
Sara: MikroTik RouterOS Security Inspector
|
||||||
Developer: Magama Bazarov (Caster)
|
Developer: Mahama Bazarov (Caster)
|
||||||
Contact: magamabazarov@mailbox.org
|
Contact: mahamabazarov@mailbox.org
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Documentation & Usage: https://github.com/caster0x00/Sara
|
Documentation & Usage: https://github.com/caster0x00/Sara
|
||||||
```
|
```
|
||||||
|
|
@ -201,7 +201,7 @@ system,protocols,wifi
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
|
|
||||||
Copyright (c) 2026 Magama Bazarov.
|
Copyright (c) 2026 Mahama Bazarov.
|
||||||
This project is licensed under the Apache 2.0 License.
|
This project is licensed under the Apache 2.0 License.
|
||||||
|
|
||||||
This project is not affiliated with or endorsed by SIA Mikrotīkls
|
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
|
# 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)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Auxiliary module cve_analyzer.py for searching CVE using the NIST NVD database
|
# 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
|
# Licensed under the Apache 2.0 License
|
||||||
# This project is not affiliated with or endorsed by SIA Mikrotīkls
|
# This project is not affiliated with or endorsed by SIA Mikrotīkls
|
||||||
|
|
||||||
|
|
|
||||||
2
sara.py
2
sara.py
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Sara: MikroTik RouterOS Security Inspector
|
# Sara: MikroTik RouterOS Security Inspector
|
||||||
# Copyright (c) 2026 Magama Bazarov
|
# Copyright (c) 2026 Mahama Bazarov
|
||||||
# Licensed under the Apache 2.0 License
|
# Licensed under the Apache 2.0 License
|
||||||
# This project is not affiliated with or endorsed by SIA Mikrotīkls
|
# This project is not affiliated with or endorsed by SIA Mikrotīkls
|
||||||
|
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -4,8 +4,8 @@ setup(
|
||||||
name="sara",
|
name="sara",
|
||||||
version="1.3",
|
version="1.3",
|
||||||
url="https://github.com/caster0x00/Sara",
|
url="https://github.com/caster0x00/Sara",
|
||||||
author="Magama Bazarov",
|
author="Mahama Bazarov",
|
||||||
author_email="magamabazarov@mailbox.org",
|
author_email="mahamabazarov@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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue