-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanners.py
23 lines (21 loc) · 1010 Bytes
/
banners.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
shell_banner = f"""
'##:::'##:'##::::'##:'########:'##::::'##::'######:::::'###::::'########:
. ##:'##:: ##:::: ##:..... ##:: ##:::: ##:'##... ##:::'## ##:::... ##..::
:. ####::: ##:::: ##::::: ##::: ##:::: ##: ##:::..:::'##:. ##::::: ##::::
::. ##:::: ##:::: ##:::: ##:::: ##:::: ##: ##:::::::'##:::. ##:::: ##::::
::: ##:::: ##:::: ##::: ##::::: ##:::: ##: ##::::::: #########:::: ##::::
::: ##:::: ##:::: ##:: ##:::::: ##:::: ##: ##::: ##: ##.... ##:::: ##::::
::: ##::::. #######:: ########:. #######::. ######:: ##:::: ##:::: ##::::
:::..::::::.......:::........:::.......::::......:::..:::::..:::::..:::::
SIMPLISTIC REVERSE SHELL IMPLEMENTATION
DEVELOPED BY EF1500
https://github.com/ef1500
"""
shell_commands = f"""
Usage: yuzucat <command>
-h Show This Help Page
-eF <file> Execute File (Python Script)
-s Return a shell (Reverse Shell)
-c Execute Command (Windows Terminal)
-ex Exit
"""