mirror of
https://github.com/casterbyte/Sara.git
synced 2025-12-23 14:59:30 +00:00
contact info
This commit is contained in:
parent
a07b6bc401
commit
fc690ddf2c
4 changed files with 9 additions and 9 deletions
6
sara.py
6
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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue