diff options
author | Harmj0y <will@harmj0y.net> | 2016-06-03 22:43:12 -0400 |
---|---|---|
committer | Harmj0y <will@harmj0y.net> | 2016-06-03 22:43:12 -0400 |
commit | 09d253f0700e637b410dbab26de037f1317d0401 (patch) | |
tree | fe5a300a2e215865b30b165563b473c6be2ed6a8 /Privesc/README.md | |
parent | 9711069b7e4458b3993aeacc1f336f97936408d9 (diff) | |
download | PowerSploit-09d253f0700e637b410dbab26de037f1317d0401.tar.gz PowerSploit-09d253f0700e637b410dbab26de037f1317d0401.zip |
Added Get-CurrentUserTokenGroupSid to enumerate all group SIDs the current user is a part of, regardless of being disabled.
Replaced 'whoami /groups' local admin + medium integrity check with comparison against Get-CurrentUserTokenGroupSid
Diffstat (limited to 'Privesc/README.md')
-rw-r--r-- | Privesc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Privesc/README.md b/Privesc/README.md index 66a7730..8e4b75d 100644 --- a/Privesc/README.md +++ b/Privesc/README.md @@ -58,6 +58,7 @@ Optional Dependencies: None ### Other Helpers/Meta-Functions: Get-ModifiablePath - tokenizes an input string and returns the files in it the current user can modify + Get-CurrentUserTokenGroupSid - returns all SIDs that the current user is a part of, whether they are disabled or not Add-ServiceDacl - adds a Dacl field to a service object returned by Get-Service Set-ServiceBinPath - sets the binary path for a service to a specified value through Win32 API methods Test-ServiceDaclPermission - tests one or more passed services or service names against a given permission set |