Update BlueDucky.py

fixed an error that broke the user experience
This commit is contained in:
Charles Johnson 2024-05-15 19:10:29 -05:00 committed by GitHub
parent e631388d91
commit 039d7ad2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ def main():
blue = "\033[0m" blue = "\033[0m"
red = "\033[91m" red = "\033[91m"
reset = "\033[0m" reset = "\033[0m"
payload_choice = input(f"\n{blue}Enter the number that represents the payload you would like to load{white}: {blue}") payload_choice = input(f"\n{blue}Enter the number that represents the payload you would like to load{reset}: {blue}")
selected_payload = None selected_payload = None
try: try: