├── README.md ├── Template ├── Exploit.md ├── General Information.md ├── Loot.md ├── Privesc │ └── User 1.md └── enum │ ├── external │ ├── 135 - msrpc.md │ ├── 139 - netbios-ssn.md │ ├── 22 - ssh.md │ ├── 389 - 636 - 3268 - 3269 - ldap.md │ ├── 443 - https.md │ ├── 445 - samba.md │ ├── 80 - http.md │ ├── Untitled 4.md │ ├── Untitled 5.md │ └── Untitled 6.md │ └── internal │ └── User 1.md ├── prepnote.sh ├── setup_prepnote.sh └── template_config /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/README.md -------------------------------------------------------------------------------- /Template/Exploit.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Template/General Information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/General Information.md -------------------------------------------------------------------------------- /Template/Loot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/Loot.md -------------------------------------------------------------------------------- /Template/Privesc/User 1.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Template/enum/external/135 - msrpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/135 - msrpc.md -------------------------------------------------------------------------------- /Template/enum/external/139 - netbios-ssn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/139 - netbios-ssn.md -------------------------------------------------------------------------------- /Template/enum/external/22 - ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/22 - ssh.md -------------------------------------------------------------------------------- /Template/enum/external/389 - 636 - 3268 - 3269 - ldap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/389 - 636 - 3268 - 3269 - ldap.md -------------------------------------------------------------------------------- /Template/enum/external/443 - https.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/443 - https.md -------------------------------------------------------------------------------- /Template/enum/external/445 - samba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/445 - samba.md -------------------------------------------------------------------------------- /Template/enum/external/80 - http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/80 - http.md -------------------------------------------------------------------------------- /Template/enum/external/Untitled 4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/Untitled 4.md -------------------------------------------------------------------------------- /Template/enum/external/Untitled 5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/Untitled 5.md -------------------------------------------------------------------------------- /Template/enum/external/Untitled 6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/Template/enum/external/Untitled 6.md -------------------------------------------------------------------------------- /Template/enum/internal/User 1.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /prepnote.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/prepnote.sh -------------------------------------------------------------------------------- /setup_prepnote.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/setup_prepnote.sh -------------------------------------------------------------------------------- /template_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xDynamo/Prepnote/HEAD/template_config --------------------------------------------------------------------------------