From 491a64effe5c6484500f001b7c8d7aa509a73469 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Mon, 4 Oct 2021 17:22:07 +0100 Subject: [PATCH] Update TODO.md --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 350b150..1318841 100644 --- a/TODO.md +++ b/TODO.md @@ -22,3 +22,7 @@ ### Create a PEASS-ng Web Page were the project is properly presented - [ ] Let me know in Telegram or github issues if you are interested in helping with this + +### Relate LinPEAS and WinPEAS with the Att&ck matrix +- [ ] In the title of each check of LinPEAS and WinPEAS indicate between parenthesis and in grey the Tactic used. Example: **Enumerating something** (*T1234*) +- [ ] Once the previous task is done, modify LinPEAS and WinPEAS to be able to indicate just the Tactic(s) that want to be executed so the scripts only execute the checks related to those tactics. Example: `linpeas.sh -T T1590,T1591`