Resources

Resources

Comment below if you think there is a resource missing that should be here.

Twitter

hashtags

Hypervisors

Virtualbox - Windows install

gotten here

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

Scripting

Scripting - Bash

Scripting - Bash - shamless self promotion

Scripting - Bash - Books

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

Scripting - Bash - Misc

Scripting - PowerShell

Scripting - PowerShell - shamless self promotion

  • here is a post of cools scripting things I have learned/use

Scripting - PowerShell - Intros

Scripting - PowerShell - Books

  • Learn Windows PowerShell in a Month of Lunches ( latest edition (as of writing) ) ( src )

Scripting - PowerShell - Interactive

SSH

SSH - Windows