From f9fbb7e31e0b654fcc398790f762eb4de39660c5 Mon Sep 17 00:00:00 2001 From: Caster Date: Sat, 17 Aug 2024 21:05:26 +0500 Subject: [PATCH] Update sara.py --- sara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sara.py b/sara.py index 460f11c..6fa4629 100644 --- a/sara.py +++ b/sara.py @@ -18,7 +18,7 @@ def banner(): |_____/ \__,_|_| \__,_| v1.0 """ print(banner_text) - print(" " + Fore.YELLOW + "RouterOS Security Inspector. Designed for Security Professionals\n") + print(" " + Fore.YELLOW + "RouterOS Security Inspector. Designed for security professionals\n") print(" " + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, \n") print(" " + "It's recommended to provide a configuration file exported using the 'export verbose' command") print()