by Grant Collins | May 11, 2020 | Projects
Basic Scripting Project Overview Scripting is the process of developing small-scale code which automates the execution of a particular task or function. In this project, create a basic script using your favorite language (Bash, PowerShell, Python, etc) to create a...
by Grant Collins | May 11, 2020 | Projects
Create a Phishing Email Overview Phishing emails are a type of social engineering attack often used to steal sensitive data, login credentials, credit card numbers, and establish a foothold in a corporate network. An attacker often masquerades as a trusted entity,...
by Grant Collins | May 11, 2020 | Projects
Create a Basic Network Scanner Overview A network scanner is a tool used for analyzing hosts that are available on the network. Two of the most basic methods for scanning the network include an ICMP echo request and TCP scan. Create a basic network scanner using a...
by Grant Collins | May 10, 2020 | Projects
Packet Sniffing – Collect and Analyze Network Packets Overview Packet sniffing is the practice of gathering, collecting, and logging network packets which pass through a network. A packet analyzer is a computer program which can intercept and log network traffic...
by Grant Collins | May 4, 2020 | Cybersecurity Homelab Project
Setting up a Centralized Active Directory Environment for a Homelab Article Goal When walking into the large brick office as an information systems security intern on my first day, I was quite nervous. I had tried my hardest to review as many topics related to...