From a749356eb6601eee3522ffe83e23c22e986ac216 Mon Sep 17 00:00:00 2001 From: RBPi <8133415+RBPi@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:18:39 +0800 Subject: [PATCH] Update the spelling error of a word --- .../active-directory-methodology/abusing-ad-mssql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-hardening/active-directory-methodology/abusing-ad-mssql.md b/windows-hardening/active-directory-methodology/abusing-ad-mssql.md index 280469a2..0d3487ac 100644 --- a/windows-hardening/active-directory-methodology/abusing-ad-mssql.md +++ b/windows-hardening/active-directory-methodology/abusing-ad-mssql.md @@ -102,7 +102,7 @@ If a MSSQL instance is trusted (database link) by a different MSSQL instance. If #Look for MSSQL links of an accessible instance Get-SQLServerLink -Instance dcorp-mssql -Verbose #Check for DatabaseLinkd > 0 -#Crawl trusted links, starting form the given one (the user being used by the MSSQL instance is also specified) +#Crawl trusted links, starting from the given one (the user being used by the MSSQL instance is also specified) Get-SQLServerLinkCrawl -Instance mssql-srv.domain.local -Verbose #If you are sysadmin in some trusted link you can enable xp_cmdshell with: