Resources
Comment below if you think there is a resource missing that should be here.
hashtags
Hypervisors
Virtualbox - Windows install
Automation
Vagrant
Vagrant/Virtualbox - Windows install
Vagrant/Virtualbox - OSX install
Vagrant - Linux install
- repo supported (recommended, unless you are doing more advanced things (i.e. running unofficial hypervisors (i.e. qemu))):
- ubuntu/debian:
sudo apt install -y vagrant
- HashiCorp way
Docker
Docker - Exploits
- why you shouldn't mount the docker socket: https://blog.secureideas.com/2018/05/escaping-the-whale-things-you-probably-shouldnt-do-with-docker-part-1.html
Scripting
Scripting - Bash
Scripting - Bash - shamless self promotion
- here is a post of cools scripting things I have learned/use
- YouTube video series I have done: https://elrey.casa/proj#bash-tricks
- Misc scripts I have made
- In general for different things: https://elrey.casa/bash/scripts
- For pentesting stuff: https://elrey.casa/bash/pen-scripts
Scripting - Bash - Books
- http://bashcookbook.com/ ( mentioned they were inspired by the Bash Pocket Reference )
Scripting - Bash - Interactive
- https://overthewire.org/wargames/ - good way that you can learn how to maneuver around the terminal, while learning about it's nuances. ( lots of community resources for how to solve these ) ( src: someone in the 49th )
Scripting - Bash - Explanations
- https://explainshell.com/ - breaks down commands by their man page per flag, whenever I post a command I always include an explainshell link with it.
Scripting - Bash - Cool Projects
Scripting - Bash - More Advanced
- https://tldp.org/LDP/abs/html/index.html - I use this as a reference for string manipulation in bash all the time!
Scripting - Bash - Misc
- Pretty good guide for zero to hero: https://www.freecodecamp.org/news/linux-command-line-bash-tutorial/
- All bash topics for FreeCodeCamp: https://www.freecodecamp.org/news/tag/bash/
Scripting - PowerShell
Scripting - PowerShell - shamless self promotion
- here is a post of cools scripting things I have learned/use
Scripting - PowerShell - Intros
- Haven't used, but found in PSonLinux Group ( main site ): https://aka.ms/PSKoans ( src )
Scripting - PowerShell - Books
- Learn Windows PowerShell in a Month of Lunches ( latest edition (as of writing) ) ( src )
Scripting - PowerShell - Interactive
- https://underthewire.tech/wargames - good way that you can learn how to maneuver around powershell, while learning about it's nuances. ( src: someone in the 49th )