Projects STRLCPY SharPyShell Commits 78b96b4a
🤬
  • ■ ■ ■ ■
    core/config.py
    1 1  import sys
    2 2  import os
    3 3   
    4  -sharpyshell_version='1.1.8'
     4 +sharpyshell_version='1.1.9'
    5 5   
    6 6  header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code'
    7 7  banner = """
    skipped 18 lines
  • ■ ■ ■ ■ ■ ■
    modules/privesc_powerup.py
    skipped 31 lines
    32 32   password password of the user to runas the process
    33 33   domain domain of the user to runas the process
    34 34   custom_command the command to run within the module
    35  - Default: ';Invoke-AllChecks'
     35 + Default: ';Invoke-PrivescAudit -Format List'
    36 36  
    37 37   Examples:
    38 38   Run powerup as the current user
    skipped 10 lines
    49 49   __default_username = ''
    50 50   __default_password = ''
    51 51   __default_domain = ''
    52  - __default_custom_command = ';Invoke-AllChecks'
     52 + __default_custom_command = ';Invoke-PrivescAudit -Format List'
    53 53   
    54 54   def __init__(self, password, channel_enc_mode, module_settings, request_object):
    55 55   Module.__init__(self, password, channel_enc_mode, module_settings, request_object)
    skipped 27 lines
Please wait...
Page is in error, reload to recover