Virtual Machines
Capture The Flag
I use Kali Linux. Sometimes I install meta-packages (see https://www.kali.org/docs/general-use/metapackages/), however, usually I just install the applications I need to it. Here is the following script that works for me.
Breach Data
After some deliberation between different platforms, I settled on https://www.kicksecure.com/. This is a hardened Debian system that uses TOR to route NTP, APT package installs, etc. The following is my configuration (not a script):
Testing Environment
Since I use Pop!_OS (https://pop.system76.com/) daily, I also use it as my testing environment. This allows me to test code or configurations before applying it to my own system. Other than sudo apt update && sudo apt upgrade -y
, I don't have a specific configuration for it. I download things as needed. One thing to mention here is that ntpdate
comes clutch when your date/time is not matching the actual date/time. You have to force an NTP update with something like: ntpdate pool.ntp.org
.
Last updated