diff --git a/windows/active-directory-methodology/printers-spooler-service-abuse.md b/windows/active-directory-methodology/printers-spooler-service-abuse.md index 6bc553e7..565a3889 100644 --- a/windows/active-directory-methodology/printers-spooler-service-abuse.md +++ b/windows/active-directory-methodology/printers-spooler-service-abuse.md @@ -7,7 +7,7 @@ Note when printer send the notification to an arbitrary systems, it needs to **a ### Finding Windows Servers on the domain -Using Powershell, get a list of Windows boxes. Servers are usually priority, so lets focus there: +Using PowerShell, get a list of Windows boxes. Servers are usually priority, so lets focus there: ```bash Get-ADComputer -Filter {(OperatingSystem -like "*windows*server*") -and (OperatingSystem -notlike "2016") -and (Enabled -eq "True")} -Properties * | select Name | ft -HideTableHeaders > servers.txt diff --git a/windows/ntlm/places-to-steal-ntlm-creds.md b/windows/ntlm/places-to-steal-ntlm-creds.md index 7d22d3eb..38ec5125 100644 --- a/windows/ntlm/places-to-steal-ntlm-creds.md +++ b/windows/ntlm/places-to-steal-ntlm-creds.md @@ -16,8 +16,6 @@ You may be able to **force a windows machine to authenticate to an arbitrary mac {% page-ref page="../active-directory-methodology/printers-spooler-service-abuse.md" %} - - ## LFI The include\(\) in PHP will resolve the network path for us.