
Audio is streamed directly from the publisher (traffic.libsyn.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
For Windows VMs
- Take a snapshot right after the OS is installed, as (I believe) the countdown timer for Windows evaluation mode starts upon first "real" boot.
- Want to quickly run Windows updates on a fresh Win VM? Try this (here's the source):
- To turn on remote desktop:
- To set the firewall to allow RDP:
- To stop the freakin' Windows hosts from going to sleep:
- To automate the install of VMWare tools, grab the package from VMWare's site, decompress it, then:
- To set the time zone via command line, run tzutil /l and then you can set your desired zone with something like tzutil /s "Central Standard Time"
For Linux VMs
- Get SSH keys regenerated and install/run openssh server:
- Then grab some essential pentesting tools using Kali essentials, and keep 'em updated git update