Jon Cave
f2a9cb2ecc
The DFS subfunctions only accept a single $Domain
...
Specifying the type as an array of strings results in an error when
passing on the parameter to Get-DomainSearcher:
C:\> Get-DomainDFSShare -Domain test
Get-DomainSearcher : Cannot process argument transformation on parameter 'Domain'. Cannot convert value to type System.String.
At PowerView.ps1:10242 char:46
2017-04-05 13:15:54 +01:00
b33f
bd6fe64316
Cast DllCharacteristics to [Int]
...
Fix for System.InvalidCastException:
https://github.com/PowerShellMafia/PowerSploit/issues/152
2017-02-13 22:41:26 +00:00
HarmJ0y
445f7b2510
Changed -KerberosPreauthNotRequired to -PreauthNotRequired
2017-01-16 23:52:19 -05:00
HarmJ0y
454e04005d
Standardized output from Find-InterestingDomainAcl
2017-01-11 20:39:57 -05:00
HarmJ0y
ea60b0e0a4
Merge branch 'dev' of github.com:PowerShellMafia/PowerSploit into dev
2017-01-11 20:16:20 -05:00
HarmJ0y
510cba8bcd
Added displayname to the default filter set for Get-DomainObject[ACL]
2017-01-11 20:16:01 -05:00
HarmJ0y
1dd560b371
Merge pull request #210 from leechristensen/patch-3
...
Fixed KerberosPreauthNotRequired
2017-01-11 16:16:25 -08:00
HarmJ0y
8a2e1daaa3
Parenthesis for additional LDAP functions
2017-01-11 19:04:56 -05:00
HarmJ0y
fa1baa64a8
Parenthesis escaping for Get-DomainObject DN searches
2017-01-11 18:00:27 -05:00
HarmJ0y
d4166f80d4
bug fix for Get-DomainObject/Get-DomainObjectACL
2017-01-11 15:55:35 -05:00
HarmJ0y
6c113b7956
Fixed bug in Convert-ADName that output an array including null values instead of a string
2017-01-11 14:03:46 -05:00
Lee Christensen
e08432954e
Fixed KerberosPreauthNotRequired
2017-01-11 08:09:49 -08:00
HarmJ0y
ce19ebd9ed
Merge branch 'dev' of github.com:PowerShellMafia/PowerSploit into dev
2017-01-10 18:32:07 -05:00
HarmJ0y
9ea5c5b7f5
Couple of fixes for Get-DomainSPNTicket
2017-01-10 18:31:30 -05:00
HarmJ0y
e4b1930daa
Merge pull request #207 from leechristensen/patch-3
...
Words :P
2017-01-09 22:34:41 -08:00
Lee Christensen
aecb0b57a4
Words :P
2017-01-09 22:18:36 -08:00
HarmJ0y
215ec25da0
Bug fixes in Get-GPPPassword
2017-01-09 18:11:15 -05:00
HarmJ0y
3f7a32d623
Get-DomainSPNTicket/Invoke-Kerberoast now include 'real' user data in the hash output.
...
Added a bit more error handling when requesting the SPN kerberos ticket.
2017-01-08 22:28:51 -05:00
HarmJ0y
8552033242
Merge pull request #205 from mbrancato/dev
...
Fix errors gathering the forest SID
2017-01-07 18:20:56 -08:00
HarmJ0y
5500a7e131
Fix for issue #170
...
Added -SearchForest to search all reachable domain trust \SYSVOL\'s
Each password is now output as a separate object.
2017-01-07 20:32:14 -05:00
Mike Brancato
d1060930c7
Fix errors gathering the forest SID
...
Pull the SID directly from the 'krbtgt' user to avoid errors in ConvertTo-SID
2017-01-04 23:23:25 -05:00
HarmJ0y
94438eda67
Replaced Invoke-WScriptUACBypass with @enigma0x3's Invoke-EventVwrBypass function
2016-12-21 00:41:51 -05:00
HarmJ0y
1118f53dc2
Added "-InformationClass Type" to Get-TokenInformation to enumerate token type and impersonation level
...
Added Get-ProcessTokenType to enumerate type/impersonation level of a specified process
2016-12-21 00:35:38 -05:00
HarmJ0y
96ae5e3f61
type correction
2016-12-20 23:13:46 -05:00
HarmJ0y
1916464092
bug fix in Get-TokenInformation
2016-12-20 23:13:16 -05:00
HarmJ0y
9853900578
Type fix.
...
Added -TrustedToAuth to Get-DomainUser
2016-12-15 19:04:53 -05:00
HarmJ0y
831dde1268
Bug fix for the Find-DomainUserLocation bug fix :)
2016-12-15 12:45:18 -05:00
HarmJ0y
601ad0cf3f
Logic bug fix in Get-DomainFileServer
...
-Domain bug fix in Find-DomainUserLocation stealth
2016-12-15 12:32:17 -05:00
HarmJ0y
ad32d6c75b
For ./Recon/ :
...
-(More) PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
2016-12-14 19:23:28 -05:00
HarmJ0y
59e6f94e76
For ./ScriptModification/ :
...
-PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
2016-12-14 18:50:58 -05:00
HarmJ0y
9ed26d65a8
removed whitespace
2016-12-14 18:25:15 -05:00
HarmJ0y
cf444398ca
For ./Persistence/ :
...
-PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
2016-12-14 18:24:33 -05:00
HarmJ0y
a81faf36a4
For ./Mayhem/ :
...
-PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
2016-12-14 18:05:22 -05:00
HarmJ0y
1980f403ee
For ./CodeExecution/ :
...
-PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
2016-12-14 17:50:37 -05:00
HarmJ0y
7cdaa3c2d6
For ./Antivirus/ :
...
-PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
2016-12-14 16:17:00 -05:00
HarmJ0y
85b374c05b
-Fixes for PSScriptAnalyzer compatibility
...
-More error handling
2016-12-14 13:39:50 -05:00
HarmJ0y
07ccc07fc6
mods to Get-System for it to pass PSScriptAnalyzer
2016-12-14 13:10:37 -05:00
HarmJ0y
7964823e3f
Added documentation for PowerUp
2016-12-14 11:53:29 -05:00
HarmJ0y
5da1774219
updated mkdocs.yml
2016-12-13 17:23:07 -05:00
HarmJ0y
f00e3fc6c4
Added Set-DomainObjectOwner to modify an object's owner
...
Modified Convert-LDAPProperty to break out sections of ntsecuritydescriptor
2016-12-13 17:21:10 -05:00
HarmJ0y
f4f5fb1460
Added Set-DomainUserPassword to reset a particular user's password.
...
Reformatted documentation.
2016-12-13 16:00:28 -05:00
HarmJ0y
813eab4a39
maybe now?
2016-12-12 22:18:16 -05:00
HarmJ0y
b78f164440
someday I'll get this right...
2016-12-12 22:16:44 -05:00
HarmJ0y
9033f2f544
Another try at getting readthedocs.io working
2016-12-12 21:58:50 -05:00
HarmJ0y
fb90773639
file extensions are important :)
2016-12-12 21:38:26 -05:00
HarmJ0y
e956bf440f
First commit of mkdocs.yml for readthedocs.io
2016-12-12 21:16:41 -05:00
HarmJ0y
0aaa23cd86
first take at platyPS doc generation
2016-12-12 21:05:08 -05:00
HarmJ0y
7f10db7827
Added spacing to prep for platyPS doc generation.
2016-12-12 21:00:43 -05:00
HarmJ0y
6aca12a956
Typo correction and Recon README.md update
2016-12-12 20:36:42 -05:00
HarmJ0y
32bd21e335
bug fix in Get-DomainSearcher
2016-12-12 19:02:26 -05:00