diff --git a/ShadowS3Buckets.py b/ShadowS3Buckets.py index cb2a971..cac2462 100644 --- a/ShadowS3Buckets.py +++ b/ShadowS3Buckets.py @@ -8,7 +8,7 @@ Be aware that I'm not a professional programmer, so I imagine a lot of refactoring can be done in the code to improve it and any help is greatly appreciated! ****** Most of the configuration or ajustments that you will need to check/do/define inside the script will be in the 'main' & 'assume_role' function ****** Thanks! -- Fernando (Sh4dowBR) +- Fernando (Sh4dow-BR) """ @@ -88,7 +88,7 @@ def banner(): ░░█████████ ████ █████░░████████░░████████░░██████ ░░████░████ ░░█████████ ░░████████ ███████████ ░░████████░░██████ ████ █████░░██████ ░░█████ ██████ ░░░░░░░░░ ░░░░ ░░░░░ ░░░░░░░░ ░░░░░░░░ ░░░░░░ ░░░░ ░░░░ ░░░░░░░░░ ░░░░░░░░ ░░░░░░░░░░░ ░░░░░░░░ ░░░░░░ ░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░ - Created by Fernando (Sh4dowBR) - https://github.com/Sh4dow-BR - https://shadowsecurity.com.br + Created by Fernando (Sh4dow-BR) | https://github.com/Sh4dow-BR | https://shadowsecurity.com.br """ print("\033[31;1m" + banner_script + "\033[98m\033[00m") @@ -678,4 +678,4 @@ def total_time_and_main(main_function: str): The entire execution logic is in the 'main' function. """ - total_time_and_main(main) \ No newline at end of file + total_time_and_main(main)