
探索 Kali 的安全工具
在这个实验中,深入了解 Kali Linux,探索其强大的安全工具来进行渗透测试。学习使用 dpkg -l 查看工具,使用 msfconsole 启动 Metasploit,运行 Nmap 扫描,使用 Nikto 扫描 Web 服务器,通过 man 手册访问帮助,以及将输出重定向到文件。在受控环境中获得必要的网络安全技能。
Kali Linux

在 Kali 中管理用户和系统
在这个实验中,你将掌握在 Kali Linux 中管理用户和系统的基本技能。学习如何使用 whoami 检查你的用户,使用 sudo -i 切换到 root 用户,使用 adduser 添加用户,使用 top 监控进程,以及使用 journalctl 查看日志。构建用户管理和系统监控的坚实基础。
Kali Linux

在 Kali Linux 中导航和管理文件
在这个实验中,探索在 Kali Linux 中导航和管理文件的要点,该系统是网络安全的关键操作系统。通过动手练习学习基本命令,如 pwd、ls、cd、touch、nano、cp、rm 和 cat。用逐步指导建立 Linux 环境中的文件和目录操作的实际基础。
Kali Linux

设置你的 Kali Linux 环境
在这个实验中,你将学习如何在 LabEx VM 中使用 Docker 设置 Kali Linux 环境。该实验设计用于渗透测试和网络安全,你将启动 Docker 镜像,验证设置,探索终端,使用 apt 命令更新系统,并检查 Kali 版本和系统信息以确保正确配置。
Kali Linux

验证 Kali Linux 版本
在这个挑战中,你将验证运行在 Docker 容器中的 Kali Linux 版本。这包括访问容器的终端,从 `/etc/os-release` 文件中提取 `VERSION_ID`,并将其保存到名为 `version.txt` 的文件中。
Kali Linux

构建工具目录结构
在这个挑战中,你将通过构建特定的目录结构,练习在 Kali Linux 环境中组织网络安全工具。目标是使用带有 `-p` 选项的单个 `mkdir` 命令,在根目录 `/` 下直接创建嵌套目录 `/tools/scanners` 和 `/tools/exploiters`。
Kali Linux

使用 Nmap 扫描网络端口
在这个挑战中,你将扮演一名网络安全实习生,负责审计服务器的安全性。你的目标是使用 Nmap 识别 IP 地址为 `172.17.0.1` 的目标系统上开放的端口。将扫描结果保存到 `/root/open_ports.txt`。
Kali Linux

启动 Metasploit 控制台
在这个挑战中,你将迈出作为网络安全分析师的第一步,熟悉 Metasploit。你的目标是启动 Metasploit 框架控制台。要完成这个挑战,只需在终端中执行 `msfconsole` 命令。
Kali Linux

在 Kali 中创建用户帐户
在这个挑战中,你将负责在 Kali Linux 系统上创建一个名为“bob”的新用户帐户。这是网络安全专业人员的一项基本技能,使他们能够管理用户访问和权限。这个挑战包括使用 `adduser` 命令创建“bob”用户,设置密码,并跳过可选的信息提示。成功完成将通过使用 `id bob` 命令确认用户的存在以及检查命令历史记录中是否存在 `adduser bob` 命令来验证。
Kali Linux

Kali 中的基础网络工具
在这个实验中,探索 Kali Linux 中的基础网络工具,以有效管理网络配置。专为初学者和中级用户设计,学习使用 ip a、ping、netdiscover 和 nmap 进行网络诊断、连通性测试和端口扫描,在 LabEx VM 环境内进行。
Kali Linux

Kali Wireless Attacks with Aircrack-ng
In this lab, explore wireless penetration testing using Kali Linux and Aircrack-ng in the LabEx VM environment. Learn to enable monitor mode, capture WPA handshakes, crack WPA keys, and save cracked keys. Gain hands-on skills in wireless security testing with clear, structured steps in a controlled setting.
Kali Linux

Kali Web Testing with Burp Suite
In this lab, you'll master web application security testing using Burp Suite on Kali Linux in the LabEx VM. Learn to configure Burp Proxy, capture web traffic, test for XSS vulnerabilities, and generate detailed reports. Gain essential skills for securing web apps through structured, hands-on steps in a Kali Linux container environment.
Kali Linux

Kali Vulnerability Scanning with Nikto
In this lab, you will learn web vulnerability scanning using Nikto on Kali Linux. Explore how to run scans, identify security issues, analyze results, and export reports. Gain hands-on experience with Nikto's command-line interface through structured steps in the LabEx VM, building skills in web security assessments.
Kali Linux

Kali SQL Injection with sqlmap
In this lab, explore SQL injection vulnerabilities using Kali Linux and sqlmap. Learn to detect injectable URLs, enumerate databases, dump table data, and save results for analysis in a secure LabEx VM environment. Master both manual and automated techniques for web application security testing.
Kali Linux

Kali Reporting with Git and Dradis
In this lab, you will learn to manage and report findings using Kali Linux with Git and Dradis. Initialize a Git repository, import results into Dradis, organize findings, and export professional PDF reports. Gain essential cybersecurity skills in version control and structured reporting within the Kali Linux ecosystem.
Kali Linux

Kali Reconnaissance with Nmap and DNS
In this lab, explore reconnaissance techniques using Kali Linux with a focus on network scanning and DNS querying. Learn to identify open ports and services with Nmap, enumerate services using scripts, query DNS records with dnsrecon, and save output for analysis, all within a secure LabEx VM environment.
Kali Linux

Kali Password Cracking with John
In this lab, explore password cracking with Kali Linux using John the Ripper on the LabEx VM. Learn to crack Linux password hashes from /etc/shadow, use custom wordlists, compare with Hashcat, and save results. Perfect for beginners, this hands-on lab offers step-by-step guidance for penetration testing skills.
Kali Linux

Kali Password Attacks with Hydra
In this lab, explore ethical hacking with Kali Linux using Hydra for password attacks. Learn brute-force techniques on SSH credentials and web logins in a safe LabEx VM. Perform tasks like using wordlists for guessing passwords and logging results, with beginner-friendly guidance in a Kali Linux container environment.
Kali Linux