Skip to content

Commit

Permalink
Update ShadowS3Buckets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4dow-BR committed Jul 10, 2023
1 parent 28293a4 commit 9e9e594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ShadowS3Buckets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"""


Expand Down Expand Up @@ -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")

Expand Down Expand Up @@ -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)
total_time_and_main(main)

0 comments on commit 9e9e594

Please sign in to comment.