NetSPI / PowerUpSQL

PowerUpSQL: A PowerShell Toolkit for Attacking SQL Server
Other
2.47k stars 462 forks source link

Add params (MaxDepth and StopOnSysAdmin) and perf increases to Get-SQLServerLinkCrawl #77

Open MJVL opened 2 years ago

MJVL commented 2 years ago

This PR adds the following enhancements to Get-SQLServerLinkCrawl:

v-p-b commented 1 year ago

Great additions! Resolving circular dependencies is very important, as infinite loops can take cause performance issues on target systems.

nullbind commented 1 year ago

Im sorry it took me so long to see this. I'll try to review your updates in the next few weeks. Superficially they look great. Thank you for taking the time to submit the features/fixes!

MJVL commented 4 months ago

Im sorry it took me so long to see this. I'll try to review your updates in the next few weeks. Superficially they look great. Thank you for taking the time to submit the features/fixes!

Coming back to this after forgetting about it for a while. Is this still good to review/merge?