updated PowerUp.ps1 to latest version

This commit is contained in:
antonioCoco
2019-03-24 23:56:14 +01:00
parent 6576e04c71
commit 7b1db7bdb0
3 changed files with 2175 additions and 1194 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import sys
import os
sharpyshell_version='1.1.5'
sharpyshell_version='1.1.6'
header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code'
banner = """
+5 -3
View File
@@ -12,6 +12,10 @@ class Privesc_powerup(Module):
_exception_class = PrivescPowerupModuleException
short_help = "Run Powerup module to assess all misconfiguration for privesc"
complete_help = r"""
Author: @PowerShellMafia
Link: https://github.com/PowerShellMafia/PowerSploit/blob/dev/Privesc/PowerUp.ps1
This module run the Powerup.ps1 script in order to find all possible misconfiguration that can
lead to a privilege escalation.
The output of this module will be just informative, no automatic privesc exploitation will be performed.
@@ -19,9 +23,7 @@ class Privesc_powerup(Module):
a user to runas this module.
If no users are provided this module will run under the application pool running user.
Source Code:
https://github.com/PowerShellMafia/PowerSploit/blob/master/Privesc/PowerUp.ps1
Usage:
#privesc_powerup [username] [password] [domain] [custom_command]
+2169 -1190
View File
File diff suppressed because one or more lines are too long