
Nmap Scanning and Telnet Access
In this lab, you will learn the basics of network enumeration. You'll use `nmap` to scan a target for open ports, identify a vulnerable Telnet service, and gain access to retrieve a flag, simulating a basic penetration test.
NmapLinux

FTP Enumeration and Anonymous Access
In this lab, you will learn the basics of network enumeration and file transfer protocol exploitation. You'll use `nmap` to scan a target for open ports, identify a vulnerable FTP service, gain anonymous access, and retrieve a flag, simulating a basic penetration test.
NmapLinux

Identify Linux Server Version
In this challenge, you will learn how to identify the Linux server version using Wireshark. Analyze network traffic to determine the specific Linux distribution and kernel version running on the server. This hands-on exercise enhances your network analysis and server identification skills.
Nmap

Verify Service Version Locally
In this challenge, you will learn how to verify the service version locally using Wireshark. This hands-on exercise will guide you through the process of capturing and analyzing network traffic to identify the service version information.
Nmap

Uncover The Secret Port
In this challenge, use Wireshark to analyze network traffic and uncover a hidden port number. Sharpen your packet analysis skills and learn to identify unusual communication patterns.
Nmap

Scan Vulnerabilities in Nmap
In this lab, you will learn how to use Nmap to scan for vulnerabilities, load the Nmap Scripting Engine, analyze scan results, and save findings for security assessment.
Nmap

Find Open UDP Port
In this challenge, you will use Wireshark to analyze network traffic and identify an open UDP port. This hands-on exercise will enhance your network analysis skills and understanding of UDP communication.
Nmap

Perform Advanced Host Discovery in Nmap
In this lab, you will learn advanced host discovery techniques using Nmap. You'll explore TCP and UDP ping scans, skipping ping scans, combining techniques, saving results, and analyzing live hosts in the Xfce terminal. Master Nmap for network reconnaissance!
Nmap

Perform Host Discovery with Nmap
In this lab, you will learn how to perform host discovery using Nmap. You'll explore different ping scan techniques, including ping scan, disabling port scan, TCP SYN ping, ACK ping, and combining pings. You'll also learn how to view live hosts in the Xfce terminal.
Nmap

Explore Nmap Help and Options in Nmap
In this lab, you will explore Nmap's help options to understand its functionalities. You'll learn how to list scan types, view output options, and check timing templates using Nmap commands. This hands-on experience will enhance your Nmap skills.
Nmap

Scan Ports with Masscan
In this lab, you will learn how to use Masscan for high-speed port scanning. You will install Masscan, define target ranges, run scans, review open ports, and export results.
Nmap

Conduct Port Scanning with Nmap
In this lab, you will learn how to conduct port scanning using Nmap. You will practice different scan types, including TCP connect scan, SYN scan, and scanning specific ports and port ranges. You will also learn how to scan top ports and check the results in the Xfce terminal.
Nmap

Understand Nmap Command Syntax
In this lab, you will learn the fundamental Nmap command syntax. You'll explore basic commands, display help information, increase verbosity, enable debugging, combine options, and test your knowledge on a local network. This hands-on experience will solidify your understanding of Nmap's command-line interface.
Nmap

Specify Targets for Scanning in Nmap
In this lab, you will learn how to specify different targets for scanning using Nmap. You'll practice scanning localhost, IP ranges, subnets, and target lists from a file. You'll also learn how to exclude specific IPs from a scan and verify the results in the Xfce terminal.
Nmap

Scan Target From File
In this challenge, you will learn how to scan a target from a file using Wireshark. This hands-on exercise will guide you through the process of analyzing network traffic and identifying specific targets based on data extracted from a file.
Nmap

Crack ZIP Passwords in John the Ripper
In this lab, you will learn how to use John the Ripper to crack ZIP passwords. Follow steps to install, create a protected ZIP, extract its hash, run the cracking tool, and confirm the password.
HydraNmapWireshark

Install Nmap on Linux
In this lab, you will learn how to install Nmap on a Linux system. You'll update the package list, install Nmap using the apt package manager, verify the installation, and check the installed Nmap version. This hands-on lab provides a practical introduction to using Nmap on Linux.
Nmap

Find Open Port on Luna Server
In this challenge, you will use Wireshark to find the open port on the Luna server. Analyze network traffic and identify the port actively listening for connections. Enhance your network analysis skills with this hands-on exercise.
Nmap