From 66038661caece4818c9fb5ba1d0a57e16485be67 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Mon, 4 Oct 2021 17:03:36 +0100 Subject: [PATCH] Create TODO.md --- TODO.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..113690c --- /dev/null +++ b/TODO.md @@ -0,0 +1,24 @@ +# TODO + +### Generate Nice Reports +- [x] Create a parser from linpeas and winpeas.exe output to JSON +- [ ] Create a python script that generates a nice HTML/PDF from the JSON output + +### Generate a DB of Known Vulnerable Binaries +- [ ] Create a DB of the md5/sha1 of binaries known to be vulnerable to command execution/Privilege Escalation + +### Maintain Updated LinPEAS's known SUID exploits +- [ ] Maintain updated LinPEAS's known SUID exploits + +### Network Capabilities for WinPEAS +- [ ] Give to WinPEAS network host discover capabilities and port scanner capabilities (like LinPEAS has) + +### Add More checks to LinPEAS and WinPEAS +- [ ] Add more checks in LinPEAS +- [ ] Add more checks in WinPEAS + +### Find a way to minify and/or obfuscate LinPEAS automatically +- [ ] Find a way to minify and/or obfuscate LinPEAS automatically. If you know a way contact me in Telegra or via github issues + +### 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