-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathwindows-privesc-methodology.txt
82 lines (56 loc) · 2.03 KB
/
windows-privesc-methodology.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
_____________________________
WINDOWS PRIVESC METHODOLOGY
Hexdump
_____________________________
Table of Contents
_________________
1. Scan for services
2. Exploit Services for Foothold
3. Privilege Escalation
1 Scan for services
===================
- nmap to scans for services
2 Exploit Services for Foothold
===============================
- exploit services for foothold
- for web services
- enumeration of files and directories
- enumeration of virtual hosts
- check for known CVEs
- check for custom web vulnerabilities (Web Exploitation Series)
- for non-web services (Active Directory Series)
- enumerate entry points
- check for common miss-configurations
- check for known CVEs
- check for custom vulns
3 Privilege Escalation
======================
- with an interactive shell on the system
- enumerate users, groups and privileges
- check for dangerous privileges (SeImpersonatePrivilege,
SeBackupPrivilege)
- enumerate installed applications
- check for known CVEs
- enumerate services
- check for known CVEs
- check for weak service permissions
- check for unquoted service paths
- check for DLL Hijacking
- enumerate files in accessible directories
- SAM + SYSTEM to dump NTLM hashes
- Powershell History files
- Environment and configuration files
- Backups
- Password manager databases
- enumerate stored credentials
- check for Always Installed Elevated configuration
- if user belongs to privileged group with low integrity level
- check for UAC bypass to increase integrity level
- if running as administrator
- run mimikatz to dump NTLM hashes
- if need to obtain NTLM hash of current user
- run responder to leak Net-NTLM hash
- enumerate scheduled tasks
- enumerate critical registry paths
- if antivirus is active
- AMSI bypass