Kilts and Computers
Welcome to Kilts and Computers, where I share videos geared towards teaching basics for scripting and cybersecurity. Most of these are geared towards training teams and competitors for the US CyberPatriot competition.

Mastering PowerShell For Cyber Analysts Module 1

Leveraging AI to write better code

Impact of AI on coding

PowerShell 29 Decoding Strings Using System Convert #powershell

PowerShell 28 Collecting File Details for Investigations

Hiding in plain sight - Alternate Data Streams

CyberPatriot Challenge Coin Coded Messages

Steganography, finding hidden messages in images

100 Subscribers!

Decoding messages from HEX and Base64

PowerShell 27 Finding Installed Programs through the Registry

A quick update

Bash 08 building a simple script

Bash 07 Whitelisting users with Arrays

PowerShell 26 Enriching Scheduled task info through the PowerShell pipeline

Bash 06 Creating and working with arrays

Bash 05 Using awk to parse streams and files

Bash 04 Setting Variables and checking the UID settings in login.defs

Bash 03 Using grep and egrep

Bash 02 - file, log, and database viewers in the shell

Bash 01 Installing Net-Tools and running netstat

PowerShell 25 Checking PackageProviders, installing Modules, running scans, installing Microsoft upd

PowerShell 24 Using secedit to configure the Local Security Policy, part II

PowerShell 23 Using secedit to configure the Local Security Policy, Part I

PowerShell 22 Dot Sourcing and using a Try Catch loop to find and correct script-breaking errors

Preparing for a CyberPatriot Competition Planning and Keeping Track of progress

PowerShell 21 Create another ArrayList to whitelist users and how to use it with Where-Object

PowerShell 20 Building Menus and displaying it with a conditional DO UNTIL loop using SWITCH

PowerShell 19 Finding unauthorized users in different LocalGroups and disabling their accounts

PowerShell 18 Creating an ArrayList with a While Loop and Testing with a Foreach Loop