Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-27 | Fix Get-GroupsXML for multiple <Group> tags | Jon Cave | 1 | -6/+6 | |
Select all <Group> nodes and iterate through them, not just the root <Groups> node. | |||||
2016-06-24 | Changed Get-NetGroup and Get-NetGroupMember to search for samaccountname ↵ | Harmj0y | 1 | -6/+6 | |
instead of name | |||||
2016-06-24 | Fixed Find-LocalAdminAccess to properly check for the object output from ↵ | Harmj0y | 1 | -4/+4 | |
Invoke-CheckLocalAdminAccess...whoops | |||||
2016-06-24 | Turned Get-GptTmpl and Get-GroupsXML into filters | Harmj0y | 1 | -113/+121 | |
2016-06-21 | Add missing parenthesis | Meatballs | 1 | -1/+1 | |
2016-06-21 | Check class type | Meatballs | 1 | -76/+73 | |
Recurse if localgroup as well as domaingroup Normalize output values to empty string | |||||
2016-06-14 | Fixed logic bugs in Find-GPOLocation and Find-GPOComputerAdmin | Harmj0y | 1 | -30/+64 | |
2016-06-12 | Fixed some Invoke-MapDomainTrust and Get-NetDomainTrust logic | Harmj0y | 1 | -46/+57 | |
Changed domain/forest Write-Warning's to Write-Verbose | |||||
2016-06-12 | Cleaned up Get-NetGroup's logic a bit, removed filtering for primary group ↵ | Harmj0y | 1 | -76/+96 | |
ID (i.e. domain users) Modified Get-DomainSID to simplify Changed group determination in Get-NetLocalGroup -API Few optimizations to Find-ForeignUser and Find-ForeignGroup Changed DNS resolution method for Invoke-UserHunter Added 'PowerView.GPOLocalGroup' type to Find-GPOLocation | |||||
2016-06-11 | Fixed thread countdown timer in Invoke-ThreadedFunction, wasn't ever killing ↵ | Stephen Breen | 1 | -1/+1 | |
rogue jobs | |||||
2016-06-08 | Fixed LDAP preference for when -ADSPath is passed to Get-NetDomainTrust | Harmj0y | 1 | -20/+29 | |
Fixed Get-DomainSID to allow for a -DomainController parameter Fixed Get-NetDomainTrust logic | |||||
2016-06-08 | Fixed a few GC bugs in Get-DomainSearcher | Harmj0y | 1 | -24/+49 | |
Added attempted gpcfilesyspath resolution to Get-NetGPO Added -ADSPath for Get-NetDomainTrust | |||||
2016-06-07 | bug fixes/error handling in Get-NetGPOGroup for version 2 | Harmj0y | 1 | -30/+43 | |
2016-06-06 | Small bug fix in Find-GPOLocation when enumerating all relationships | Harmj0y | 1 | -29/+79 | |
Moved GPOType check to Get-NetGPOGroup Expanded comments and help for GPO location cmdlets | |||||
2016-06-06 | Rewrote/corrected logic for Get-NetGPOGroup, Find-GPOLocation, and ↵ | Harmj0y | 1 | -281/+293 | |
Find-GPOComputerAdmin Rewrote/corrected logic for Find-GPOLocation Added Get-IniContent and rewrote Get-GptTmpl to use Get-IniContent to parse GptTmpl.inf files Rewrote Get-GroupsXML to not resolve SIDs and return the same object type as Get-GptTmpl | |||||
2016-05-31 | Corrected error checking for functions that used GetLastError | Harmj0y | 1 | -182/+89 | |
General errors are now parsed with [ComponentModel.Win32Exception] and written with Write-Verbose Write-Debug calls converted to Write-Verbose or removed | |||||
2016-05-22 | -Fixed bug in Get-NetGroupMember's ranged searching logic on PowerShell v3+ | Harmj0y | 1 | -123/+114 | |
-Corrected parameter/variable scoping bug in several functions -TODO: fix begin{} scoping issues in Find-InterestingFile, Invoke-UserHunter, Invoke-ProcessHunter, Invoke-EventHunter, Invoke-ShareFinder, Invoke-FileFinder, Find-LocalAdminAccess, Invoke-EnumerateLocalAdmin -Other misc. fixes | |||||
2016-05-22 | Get-LoggedOnLocal now handles the situation when multiple SIDs are returned | Harmj0y | 1 | -101/+33 | |
Get-LoggedOnLocal turned into a filter and given additional error handling Standardized tab/line spacing Removed Invoke-PSLoggedOn | |||||
2016-05-22 | Merge pull request #133 from breakersall/dev | HarmJ0y | 1 | -0/+143 | |
Adds PSLoggedOn like functionality | |||||
2016-05-18 | Merge pull request #140 from Meatballs1/fix_groups_xml | HarmJ0y | 1 | -10/+32 | |
PowerView - Fix Groups.xml Parsing | |||||
2016-05-13 | Logic bug fix in Get-NetDomainTrust | Harmj0y | 1 | -1/+1 | |
2016-05-13 | Get-NetDomainTrust now gets an -API option to enumerate trusts through ↵ | Harmj0y | 1 | -16/+169 | |
DsEnumerateDomainTrusts() Logic bug fix for Get-DNSZone Bug fix for Get-NetLocalGroup | |||||
2016-05-12 | Fix groupsxml parsing | Meatballs | 1 | -10/+32 | |
2016-05-09 | Merge pull request #135 from Meatballs1/trust_sids | HarmJ0y | 1 | -0/+6 | |
Retrieve Domain SIDs with -LDAP | |||||
2016-05-10 | Added Invoke-UserHunter field to keep output objects in sync. | Harmj0y | 1 | -0/+1 | |
2016-05-10 | Added name resolution to custom PSObject generated by Invoke-UserHunter. | Andy Robbins | 1 | -0/+20 | |
2016-05-09 | Began adding custom PSObject TypeNames to various PowerView output objects. | Harmj0y | 1 | -7/+27 | |
2016-05-09 | Retrieve Domain SIDs with -LDAP | Meatballs | 1 | -0/+6 | |
2016-05-05 | Adds PSLoggedOn like functionality | Matt Kelly | 1 | -0/+143 | |
Adding in Get-LoggedOnLocal which uses HKU registry checks to see who is logged locally to a remote box and only requires user level access rights. The benefit over NetWkstaUserEnum is less user privileges required (admin for NetWkstaUserEnum) and is the same process PSLoggedOn uses. Invoke-PSLoggedOn launches both Get-LoggedOnLocal and Get-NetSessions and outputs the same format as PSLoggedOn.exe from Sysinternals. I did not change Invoke-UserHunter non-stealth to this option yet, but it is beneficial in that if you use both HKU and NetSessionEnum you only require basic user level rights not admin remote. | |||||
2016-05-03 | Added Get-RegistryMountedDrive | Harmj0y | 1 | -6/+120 | |
2016-04-27 | Modified Convert-DNSRecord to return the base64 encoded record for record ↵ | Harmj0y | 1 | -52/+26 | |
types not currently handled. | |||||
2016-04-27 | Added Get-DNSZone and Get-DNSRecord to enumerate AD DNS information. | Harmj0y | 1 | -0/+360 | |
Added Convert-DNSRecord (ported from Michael B. Smith's code at https://raw.githubusercontent.com/mmessano/PowerShell/master/dns-dump.ps1) - needs expansion work on record types | |||||
2016-04-25 | Changed some property types in Get-ObjectACL | Harmj0y | 1 | -2/+9 | |
2016-04-24 | added Request-SPNTicket to request kerberos tickets for specified SPNs | Harmj0y | 1 | -0/+48 | |
2016-04-24 | For PowerView, added $Searcher.CacheResults = $False to Get-DomainSearcher | Harmj0y | 1 | -19/+71 | |
Added dispose() approach for the following cmdlets: Get-NetUser, Get-ObjectAcl/Add-ObjectAcl, Get-GUIDMap, Get-NetComputer, Get-ADObject, Get-NetOU, Get-NetSite, Get-NetSubnet, Get-NetGroup, Get-NetGroupMember, Get-DFSshare, Get-NetGPO, Get-NetDomainTrust | |||||
2016-04-24 | Merge pull request #128 from Meatballs1/fix_groups_xml | HarmJ0y | 1 | -2/+2 | |
//Group -> //Groups | |||||
2016-04-11 | Change ComputerName default to the computer's name | leechristensen | 1 | -1/+1 | |
Change ComputerName default so Disabled doesn't report error | |||||
2016-04-03 | //Group -> //Groups | Meatballs | 1 | -2/+2 | |
2016-03-18 | Bug fix in Find-GPOLocation | Harmj0y | 1 | -5/+9 | |
2016-03-15 | Added Get-SiteName to find the site a computer is a part of | Harmj0y | 1 | -101/+288 | |
Added -ComputerName parameter to Get-NetGPO to enumerate all GPOs a given computer has applied Fixed bug in Find-GPOComputerAdmin and added site enumeration for GPO links | |||||
2016-03-11 | Additional error checking in Get-DFSshare | Harmj0y | 1 | -9/+10 | |
2016-03-09 | Fixed bug with Get-NetGroupMember and computer accounts. | Harmj0y | 1 | -33/+15 | |
samaccounttype enumeration now more accurate. | |||||
2016-03-09 | fix for Find-GPOComputerAdmin | Harmj0y | 1 | -3/+15 | |
2016-03-09 | Bug fix for Invoke-EnumerateLocalAdmin | Harmj0y | 1 | -5/+4 | |
2016-03-09 | Removed Set-MacAttribute and Copy-ClonedFile | Harmj0y | 1 | -230/+113 | |
Combined Convert-NT4toCanonical and Convert-DomainSimpletoNT4 into Convert-ADName | |||||
2016-03-07 | Added New-GPOImmediateTask | Harmj0y | 1 | -12/+220 | |
2016-03-07 | DomainOnly tweak | Harmj0y | 1 | -5/+4 | |
2016-03-07 | Added -DomainOnly flag to Invoke-EnumerateLocalAdmin | Harmj0y | 1 | -9/+23 | |
2016-03-07 | renamed output field for Get-NetLocalGroup API | Harmj0y | 1 | -1/+1 | |
2016-03-07 | Added NetLocalGroupGetMembers enumeration method for Get-NetLocalGroup with ↵ | Harmj0y | 1 | -151/+302 | |
the -API flag Fixed threading specification in most threaded functions. |