# Initial Enum
- `ping` test ![[images/Pasted image 20260201192842.png]]
- `nmap` scans ![[images/Pasted image 20260201192952.png]] ![[images/Pasted image 20260201193125.png]]
- RDP into box with given creds ![[images/Pasted image 20260201193055.png]]
# Enumerate `MultimasterAPI.dll`
- Find location of `MultimasterAPI.dll` with below PowerShell command
```powershell
Get-ChildItem -Path "C:\" -Filter "multimasterAPI.dll" -Recurse
```
![[images/Pasted image 20260201194024.png]]
- Navigate to `c:\inetpub\wwwroot\bin` ![[images/Pasted image 20260201194108.png]]
- Open with `dnspy` ![[images/Pasted image 20260201194339.png]]