From e58084d55c94dfc6a52c62eeb09890870d8e1e2a Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Tue, 20 Aug 2024 11:53:14 -0500 Subject: [PATCH] Update Get-Credentials-Hijack.tsql --- templates/tsql/Get-Credentials-Hijack.tsql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/tsql/Get-Credentials-Hijack.tsql b/templates/tsql/Get-Credentials-Hijack.tsql index 8ee5086..623f820 100644 --- a/templates/tsql/Get-Credentials-Hijack.tsql +++ b/templates/tsql/Get-Credentials-Hijack.tsql @@ -1,7 +1,12 @@ -- Pending testing -------------------------- --- Get List of Credentials +-- Get list of all credentials +-------------------------- +select * from sys.credentials + +-------------------------- +-- Get List of Credentials - By Agent Jobs -------------------------- USE msdb; GO