
Kali Linux のセキュリティツールを探索する
この実験(Lab)では、Kali Linux に飛び込み、ペネトレーションテスト(penetration testing)のための強力なセキュリティツールを探索します。dpkg -l を使用してツールを表示し、msfconsole で Metasploit を起動し、Nmap スキャンを実行し、Nikto で Web サーバーをスキャンし、man ページを介してヘルプにアクセスし、出力をファイルにリダイレクトする方法を学びます。管理された環境で不可欠なサイバーセキュリティ(cybersecurity)スキルを習得します。
Kali Linux

Kali でのユーザーとシステムの管理
この実験 (lab) では、Kali Linux でユーザーとシステムを管理するための重要なスキルを習得します。whoami でユーザーを確認し、sudo -i で root に切り替え、adduser でユーザーを追加し、top でプロセスを監視し、journalctl でログを表示する方法を学びます。ユーザー管理とシステム監視の確固たる基盤を構築しましょう。
Kali Linux

Kali でのファイルのナビゲートと管理
この実験で、サイバーセキュリティの主要 OS である Kali Linux でのファイルのナビゲートと管理の基本を探索します。pwd, ls, cd, touch, nano, cp, rm, and 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

ツールディレクトリ構造の構築 (Build Tool Directory Structure)
このチャレンジ (challenge) では、特定のディレクトリ構造を構築して、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 Linux でのユーザーアカウントの作成
このチャレンジでは、Kali Linux システム上に 'bob' という名前の新しいユーザーアカウントを作成するタスクに挑戦します。これは、サイバーセキュリティの専門家にとって、ユーザーアクセスと権限を管理するための基本的なスキルです。このチャレンジでは、`adduser` コマンドを使用して 'bob' ユーザーを作成し、パスワードを設定し、オプションの情報のプロンプトをスキップします。正常に完了すると、`id bob` コマンドを使用してユーザーの存在を確認し、コマンド履歴で `adduser bob` コマンドを確認することで検証されます。
Kali Linux

Kali Linux における基本ネットワークツール
この実験で、Kali Linux の基本的なネットワークツールを探求し、ネットワーク構成を効果的に管理します。初心者と中級者向けに設計されており、LabEx VM 環境内で ip a、ping、netdiscover、nmap を使用してネットワーク診断、接続性テスト、ポートスキャンを実行する方法を学びます。
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