GitBook: [master] 2 pages modified

This commit is contained in:
CPol 2020-12-23 00:18:44 +00:00 committed by gitbook-bot
parent c241861609
commit b651759d46
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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.