From 5346c94fa7fc2645e329bf99c7f537ba141d9c46 Mon Sep 17 00:00:00 2001 From: rcallaby Date: Sat, 11 Nov 2023 09:22:30 -0600 Subject: [PATCH] added a windows build checklist --- checklists/WindowsBuild.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/checklists/WindowsBuild.md b/checklists/WindowsBuild.md index 0de2e5b..0104c84 100644 --- a/checklists/WindowsBuild.md +++ b/checklists/WindowsBuild.md @@ -1 +1,26 @@ -# Windows Build \ No newline at end of file +# Windows Build + +### System Info +- [ ] Obtain system information +- [ ] Search for kernel exploits using scripts + + +### Logging/AV enumeration + +### Network + +### Running Processes + +### Services + +### Applications + +### DLL Hijacking + +### Windows Credentials + +### Files and Registry (Credentials) + +### Leaked Handlers + +### Pipe Client Impersonation \ No newline at end of file