Install-Module -Name DSInternals -Scope CurrentUser
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
Import-Module DSInternals
Get-ADDBAccount -DBPath "C:\ntdsexport\Active Directory\ntds.dit" -SamAccountName TestUser001
?변수 써야할듯
$bootKey = Get-BootKey -SystemHiveFilePath "C:\ntdsexport\registry\SYSTEM"
Get-ADDBAccount -DBPath "C:\ntdsexport\Active Directory\ntds.dit" -BootKey $bootKey
'web_security' 카테고리의 다른 글
국산 토종 종갓집 웹쉘 (1) | 2023.04.18 |
---|---|
sql injection payloads (0) | 2021.07.20 |
robots.txt 란? (0) | 2020.02.15 |