Skip to content

Commit

Permalink
Update Get-Credentials-Hijack.tsql
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbind authored Aug 20, 2024
1 parent f5c58ce commit e58084d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/tsql/Get-Credentials-Hijack.tsql
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e58084d

Please sign in to comment.