diff options
author | Matt Graeber <mattifestation@users.noreply.github.com> | 2015-12-29 09:22:07 -0500 |
---|---|---|
committer | Matt Graeber <mattifestation@users.noreply.github.com> | 2015-12-29 09:22:07 -0500 |
commit | 872d4b0eb74072465980567d5cf2cb42fa0283d5 (patch) | |
tree | d1dd4dfd4d134a525b17444be35dcaa5144f948d /Recon/README.md | |
parent | 9f183e36518176c4299eed5c68b7deac7f4e8025 (diff) | |
parent | bc7efdf22914c722d88eb70fac01a4dc5493c87b (diff) | |
download | PowerSploit-872d4b0eb74072465980567d5cf2cb42fa0283d5.tar.gz PowerSploit-872d4b0eb74072465980567d5cf2cb42fa0283d5.zip |
Merge pull request #105 from stufus/find_ad_managed_security_groups
Find AD Managed Security Groups
Diffstat (limited to 'Recon/README.md')
-rw-r--r-- | Recon/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Recon/README.md b/Recon/README.md index d992798..6e28a30 100644 --- a/Recon/README.md +++ b/Recon/README.md @@ -120,6 +120,8 @@ an array of hosts from the pipeline. Invoke-ShareFinder - finds (non-standard) shares on hosts in the local domain
Invoke-FileFinder - finds potentially sensitive files on hosts in the local domain
Find-LocalAdminAccess - finds machines on the domain that the current user has local admin access to
+ Find-ManagedSecurityGroups - searches for active directory security groups which are managed and identify users who have write access to
+ - those groups (i.e. the ability to add or remove members)
Find-UserField - searches a user field for a particular term
Find-ComputerField - searches a computer field for a particular term
Get-ExploitableSystem - finds systems likely vulnerable to common exploits
|