The only true wisdom is knowing that you know nothing - Socrates That's us dude! - "Ted" Theodore Logan
I work in defensive infrastructure security, but I don't know as much as I'd like about red-teaming methodology. This is my public attempt to learn what I can in order to come up with defensive methodologies!
.
├── hooks
│ └── ...
├── plan.org
├── README.md
└── server
├── ansible
│ └── ...
└── terraform
└── ...
plan.org
- my notes in .org formatREADME.md
- this filehooks/...
- git hooks that are used in a directory so you can see them :)server/...
- red teaming server setup automationserver/ansible/...
- server configurationsserver/terraform/...
- server instantiation
There are more READMEs in some of the subdirectories!