aboutsummaryrefslogtreecommitdiff
path: root/Privesc/README.md
diff options
context:
space:
mode:
authorHarmj0y <will@harmj0y.net>2016-06-03 22:43:12 -0400
committerHarmj0y <will@harmj0y.net>2016-06-03 22:43:12 -0400
commit09d253f0700e637b410dbab26de037f1317d0401 (patch)
treefe5a300a2e215865b30b165563b473c6be2ed6a8 /Privesc/README.md
parent9711069b7e4458b3993aeacc1f336f97936408d9 (diff)
downloadPowerSploit-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.md1
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