Michael Van Leeuwen

Results 5 issues of Michael Van Leeuwen

This should close #252. While parsing could continue, this may lead to eventual further panics if we continue with this invalid relationship, so I think an early `Err` is more...

Attempting to parse a corrupted worksheet with a can lead to a panic here: ```Rust let r = &relationships[&*v][..]; ``` when a given relationship value doesn't exist: ``thread 'main' panicked...

This small PR addresses #44. If `--LDAPUsername` is utilized and `--LDAPPassword` is not, a password can be entered dynamically. Example: ``` SharpHound.exe --ldapusername myuser 2023-06-25T19:02:39.8096739-07:00|INFORMATION|This version of SharpHound is compatible...

enhancement
community-pr
ticketed

.NET Framework 4.0 is no longer supported. This PR: * Bumps .NET Framework 4.0 -> 4.8 * Bumps `CommandLineParser` to 4.8 target and version bumps it

This PR adds the following enhancements to `Get-SQLServerLinkCrawl`: * Performance increase * Crawling will no longer re-visit traversed links (same server with the same user) * This avoids circular dependencies,...