Josh Brade

Two Free Cybersecurity Training Platforms

Empowering Cybersecurity Enthusiasts In the dynamic landscape of cybersecurity, knowledge and skills are the armor that shields against digital threats. SecurityBlue Team and AntiSyphon Training, both dedicated to bolstering cyber defense proficiency, offer an invaluable opportunity to harness expertise in this critical field. Let’s dive into a comprehensive exploration of these two remarkable platforms that… Continue reading Two Free Cybersecurity Training Platforms

Streamlining Windows Image Preparation

Streamlining Windows Image Preparation with the Power of PowerShell: An In-depth Look at the Remarkable Windows10Debloater Script Windows image preparation can be tedious, requiring the removal of unnecessary apps and settings. The Windows10Debloater script by Sycnex simplifies this process, offering automation, precision, and customization. Here’s how this tool makes image preparation more efficient and effective… Continue reading Streamlining Windows Image Preparation

Rejoin to Azure Domain Command

When you’re dealing with an Azure Domain and you end up needing to rejoin a computer to the domain, things can get a bit tricky, especially if you’ve renamed the PC after it joined the domain. Here’s the deal: sometimes, even after you’ve changed the computer name, the old one still shows up when you… Continue reading Rejoin to Azure Domain Command

Privacy Forward Operating Systems

Imagine you’re someone who wants to use the internet without others being able to easily see what you’re doing online. You also want to keep your personal information safe from hackers and prying eyes. That’s where operating systems like Tails and Whonix come in. Tails: Tails is like a special tool you can use when… Continue reading Privacy Forward Operating Systems

Installing Kali Linux as Proxmox Container

Obtaining the Latest Kali Image When it comes to getting the latest Kali image, follow these steps: Navigate to the Image Source – First, head over to the official Kali Linux images repository at https://images.linuxcontainers.org/images/kali/current/amd64/default/. Select the Current Version Folder – Within the repository, locate and click on the folder that corresponds to the current… Continue reading Installing Kali Linux as Proxmox Container

UNC Path – Still Asking for credentials

I have been working on a project with GED machines at work, and wanted to share my hair-pulling story. Specifically, the machines that students utilize require a mapped drive for establishing a connection to the proctor/administrative machine in the setup. During this process, I encountered an unexpected complication. Despite successfully mapping the drive and ensuring… Continue reading UNC Path – Still Asking for credentials

Windows Utility (PowerShell GUI)

Windows Utility (PowerShell GUI) – By Chris Titus This Windows utility seems pretty handy from the testing I have done with it. Go check out Chris’ Website, he has some pretty cool stuff going on https://christitus.com/. Here is the GitHub: https://github.com/ChrisTitusTech/winutil You can run this Utility Software straight from an Admin PowerShell using:  irm christitus.com/win… Continue reading Windows Utility (PowerShell GUI)

RustDesk – Open Source Remote Desktop

RustDesk is an open source remote desktop software that functions like TeamViewer. You can use it as host-to-client, web-to-client or you can deploy your own open source server instance providing better network and higher security. You can use it on any Operating System as far as I can tell.

Mapping Sysinternals to a Drive in Windows

Getting access to Sysinternals quickly can be handy in any Windows environment. You can add Sysinternals as a mapped drive in Windows by using this command at the Command Prompt (replace the drive letter “W:” with the drive letter of your choosing): > net use W: https://live.sysinternals.com/tools

Moving ESXI (6.5) Virtual Machines to Proxmox

Steps to achieve migration (TL;DR) Export Existing VM’s from ESXI (6.5) Login to ESXI Go to Virtual Machines on the left Find your VM you are exporting Right click the VM select Power > Power Off Right click on the VM again and select Export Select Export on the Export screen that pops up This will… Continue reading Moving ESXI (6.5) Virtual Machines to Proxmox