From 1a3084095047f906f3347f6c91dbd6d70a57607b Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 8 Jun 2024 23:02:44 +0200 Subject: [PATCH] Update 365-Stealer.py Updated mistype --- 365-Stealer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/365-Stealer.py b/365-Stealer.py index 10ce71c..734a6d4 100644 --- a/365-Stealer.py +++ b/365-Stealer.py @@ -224,7 +224,7 @@ def setConfig(conn, data): cur = conn.cursor() cur.execute(sql, data) conn.commit() - print(crayons.green("[+] 365-Sealer Configuration set successfully!\n", bold=True)) + print(crayons.green("[+] 365-Stealer Configuration set successfully!\n", bold=True)) print(crayons.yellow("Client ID: " + data[0], bold=True)) print(crayons.yellow("Client Secret: " + data[1], bold=True)) print(crayons.yellow("Redirect Url: " + data[2], bold=True)) @@ -1118,4 +1118,4 @@ def authorized(): main(None,None,None) else: parser.print_help() - sys.exit() \ No newline at end of file + sys.exit()