mirror of
https://github.com/casterbyte/Sara.git
synced 2025-12-30 10:19:31 +00:00
Update sara.py
This commit is contained in:
parent
7675843846
commit
34a02f68f5
1 changed files with 3 additions and 3 deletions
6
sara.py
6
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()
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue