Commit Graph

29 Commits (master)

Author SHA1 Message Date
harmj0y d3de731cee Updated LSASettings to detect restricted admin mode
Updated the output formatter in the LSASettings command to detect if restricted admin mode is enabled
2020-05-29 11:26:03 -07:00
Lee Christensen 8096cbfaf9
Merge pull request #26 from leechristensen/master
updated InternetSettings to newer output format
2020-05-28 20:01:32 -07:00
Lee Christensen 9465c41cc3 updated InternetSettings to newer output format 2020-05-28 19:17:53 -07:00
Will 24fdc61855
Merge pull request #25 from flacostec/master
Added ZoneMapKey & Auth settings for Internet Settings
2020-05-28 14:14:54 -07:00
Francis Lacoste b7afe59ccf Added ZoneMapKey & Auth settings 2020-05-28 16:09:21 -04:00
Lee Christensen 7f4cc0ab6e Update issue templates 2020-05-27 08:14:46 -07:00
Lee Christensen eb7eeb6e93 Update issue templates 2020-05-27 08:13:48 -07:00
Lee Christensen 652563f408
Update README link to latest Visual Studio download 2020-05-27 01:04:46 -07:00
harmj0y e97b184755 Version 1.0.0 Release
See CHANGELOG.md for the list of changes.
2020-05-26 16:21:09 -07:00
Will fba4682adc
Update of README.md 2018-08-31 17:30:14 -04:00
Will ca2036f488
Merge pull request #12 from cnotin/patch-1
Improve FindFiles() performance by removing unecessary operations
2018-08-22 09:32:03 -07:00
Will 1d3a871843
Merge pull request #11 from cnotin/patch-6
ListLocalGroupMembers() code factorization, and add handling of unresolved SIDs
2018-08-22 09:31:17 -07:00
Clément Notin 56db8a2b97
Improve FindFiles() performance by removing unecessary operations 2018-08-22 14:48:56 +02:00
Clément Notin 7273709607
ListLocalGroupMembers() code factorization, and add handling of unresolved SIDs 2018-08-21 19:31:23 +02:00
HarmJ0y 5b3e69c16c Version 0.2.0
-Added "MasterKeys" check to list user DPAPI master keys
-Added "CredFiles" check to list user/system DPAPI Credential files
-Added "RDCManFiles" check to list Remote Desktop Connection Manager settings files
-Added "CloudCreds" check - integrated @cmaddalena's SharpCloud checks
-Added service tag resolution for TCP/UDP connections and command line resolution (thanks @tifkin_ :)
-Slightly refactored @djhohnstein's Vault pull request (from SharpWeb)
-Added more contextual information for browser triage
-Added localized name resolution for the "LocalGroupMembers" check
-Misc. formatting/bug fixes
2018-08-20 20:49:23 -04:00
Will 09e6a01e6c
Merge pull request #8 from djhohnstein/WindowsVault
Windows Vault Add-On
2018-08-20 11:46:37 -07:00
Will 2eddaf89ca
Merge pull request #2 from ClementNotin/patch-1
Add empty line in output between each mapped drive
2018-08-20 11:45:31 -07:00
Will 4c20151af0
Merge pull request #3 from ClementNotin/patch-2
Improve error message in ListDNSCache() when using Windows before 8/2012
2018-08-20 11:45:08 -07:00
Will efee439e2a
Merge pull request #4 from ClementNotin/patch-3
Small typo "Triagechrome" -> "TriageChrome"
2018-08-20 11:44:34 -07:00
Will 5537767dd5
Merge pull request #5 from ClementNotin/patch-4
Add handling of PathTooLongException in FindFiles()
2018-08-20 11:44:10 -07:00
Will d42639263e
Merge pull request #6 from ClementNotin/patch-5
Create .gitignore with common VS exclusions
2018-08-20 11:43:20 -07:00
Dwight Hohnstein bec40131f5 Readme 2018-07-31 14:13:14 -07:00
Dwight Hohnstein 948cb9d64d Added DumpVault to fetch credentials from the Windows Vault 2018-07-31 14:12:00 -07:00
Clément Notin 8477352fba
Create .gitignore with common VS exclusions 2018-07-25 14:07:35 +02:00
Clément Notin def4ef3d75
Add handling of PathTooLongException in FindFiles()
Happens when the generated path (path+pattern) is too loong
2018-07-25 11:39:06 +02:00
Clément Notin ce964678e0
Small typo "Triagechrome" -> "TriageChrome" 2018-07-25 11:27:25 +02:00
Clément Notin f12f301c82
Improve error message in ListDNSCache() when using Windows before 8/2012
The 'MSFT_DNSClientCache' WMI class is unavailable on older Windows versions
Cf. https://msdn.microsoft.com/en-us/library/hh872334%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
2018-07-25 11:22:11 +02:00
Clément Notin 1c29f7bad9
Add empty line in output between each mapped drive
Same as in ListNetworkShares() just after
2018-07-25 11:04:40 +02:00
HarmJ0y 73fcff8e9c initial commit 2018-07-24 14:57:19 -04:00