Projects
This page is just a page of links, and possibly a small description/tweet talking about it, to things I am currently working on or have worked on that I want to bring attention to.
Infrastructure
Kali Linux automated installation
GitHub Project:
The Kali project highlighted that this project and/or my blog post was the inspiration for them creating their Vagrant box π₯³ : https://www.kali.org/blog/announcing-kali-for-vagrant/
The documentation is a bit lacking, but the other resources below should help with understanding till I can update it.
Second time presenting the talk, but at BsidesCHS this time:
Also, if you are interested in learning more about theοΈ project, as I mention on my education page, I can teach a workshop on how you can do the same thing. The workshop is called RedOps ABBs ( Automated Building Blocks ), which is a beginner class to teach the fundamentals of using DevOps tools for red team operations.
More about the project:
While working at Secure Ideas, I did a few blog posts about the thought process behind the blogs:
- Automating Red Team Homelabs: Part 1 β Kali Automation: https://blog.secureideas.com/2018/09/automating-red-team-homelabs-part-1-kali-automation.html
- Automating Red Team Homelabs: Part 2 β Build, Pentest, Destroy, and Repeat: https://blog.secureideas.com/2019/05/automating-red-team-homelabs-part-2-build-pentest-destroy-and-repeat.html
How to use:
This is an instructional video on how you can use Vagrant, along with my automated build, from a pentesters perspective.
Vagrant files
This is my Vagrantfile for how I personally use automated build, and the extra customizations I use on top of it.
Linux
Bash Tricks
This is a project that I am doing at work to teach people about how awesome bash is and some cool/nuanced things you can use it for. (i.e. easy prompt setup, shortcuts in the bash shell, built in commands, etc...)