Basic Scripting Project Overview

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...

Create a Phishing Email Overview

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,...

Create a Basic Network Scanner

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...

Packet Sniffing Project Overview

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...