Posh-SecMod icon indicating copy to clipboard operation
Posh-SecMod copied to clipboard

Added Get-MSSQLLinkPasswords to PostExploitation.psm1

Open arantasa opened this issue 12 years ago • 1 comments

Get-MSSQLLinkPasswords extracts and decrypts the connection credentials for all linked servers that use SQL Server authentication on all local MSSQL instances.

arantasa avatar Feb 28 '14 21:02 arantasa

  • Can you format it:
<#
      Help comment block
#>
function Get-...
  • Since it is Post can it output a base64 encoded or compress string and it self as script for use thru shells?
  • How would it handle a host that does not have MSSQL installed?

Sorry for the style changes, working a style guide for all my modules at the moment

darkoperator avatar Mar 06 '14 00:03 darkoperator