Projects STRLCPY SharPyShell Commits b5429762
🤬
  • ■ ■ ■ ■
    core/config.py
    1 1  import sys
    2 2  import os
    3 3   
    4  -sharpyshell_version='1.1.3'
     4 +sharpyshell_version='1.1.4'
    5 5   
    6 6  header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code'
    7 7  banner = """
    skipped 18 lines
  • ■ ■ ■ ■ ■ ■
    modules/privesc_powerup.py
    skipped 38 lines
    39 39   #privesc_powerup 'user1' 'password1'
    40 40   Run powerup as a specific domain user
    41 41   #privesc_powerup 'user1' 'password1' 'domain'
    42  - Run powerup with a custom command, i.e. save report as html
    43  - #privesc_powerup '' '' '' ';Invoke-AllChecks -HTMLReport'
     42 + Run powerup with a custom command, i.e. abusing a service misconfiguration
     43 + #privesc_powerup '' '' '' ';Invoke-ServiceAbuse -Name "VulnSvc"'
    44 44   
    45 45   """
    46 46   
    skipped 34 lines
Please wait...
Page is in error, reload to recover