Skip to content

Instantly share code, notes, and snippets.

@P-rgb-max
Created February 2, 2024 17:29
Show Gist options
  • Save P-rgb-max/374f0d554ec41c8f320bbc87fa7d72c6 to your computer and use it in GitHub Desktop.
Save P-rgb-max/374f0d554ec41c8f320bbc87fa7d72c6 to your computer and use it in GitHub Desktop.
Banner with my name and HackTheBox slogan
#!/usr/bin/env python3
welcome = '''
__ ____ ____ ____
/ \ || | | | |
\ || |--- | | |---
--\ || | | | |
\__/ || |--- \/ |___
'''
print(welcome)
print('''
Welcome to this hacking-gaming!
|-----------------------------------|
| Hacking | Is | The | New | Gaming |
|___________________________________|
''')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment