Live at: https://go.certinstructor.org/labs/kalilinux
Ever wanted to try real penetration-testing commands without setting up a virtual machine, downloading an ISO, or risking a live system? The CertInstructor Kali Linux Simulator lets you do exactly that — a full terminal experience that runs entirely in your browser.
Every command, scan, and exploit in the lab is pre-configured for learning. Nothing you type touches a real network or a real host. It's a safe sandbox built so you can practice the workflow of a security assessment — the thinking, the sequence, the commands — before you ever point a tool at a real (authorized) target.
It's designed for people studying for CompTIA Security+, PenTest+, CySA+, and EC-Council CEH, as well as anyone curious about how ethical hacking actually works, step by step.
What you'll practice
The lab walks you through the early phases of a penetration test against a simulated web server (192.168.1.10):
-
Reconnaissance — port and service scanning with
nmap, domain/IP intelligence withwhois -
Enumeration — finding hidden directories with
dirb, checking headers withcurl, web scanning withnikto -
Vulnerability analysis — spotting misconfigurations with
vuln -
Exploitation (simulated) —
exploit, plus tool front-ends forsqlmap,hydra,john,msfconsole,burpsuite, andwireshark
It also includes real Linux basics (ls, cd, cat, grep, chmod, and more) so you get comfortable moving around a Kali shell.
Getting started in 60 seconds
- Open https://go.certinstructor.org/labs/kalilinux — no install, no login.
- Click anywhere in the terminal and type
helpto see every available command. - Type your first scan and press Enter:
nmap 192.168.1.10
- Follow the Missions panel on the left. It guides you through a complete beginner recon flow, one objective at a time.
That's it. If you ever feel lost, type help, or man <command> (for example man nmap) for a detailed, exam-oriented explanation of what a tool does and when to use it.
Understanding the interface
The screen has three parts:
- Left panel — three tabs: Missions (your objectives and hints), Docs (a searchable command reference with real-world context and the certifications each tool maps to), and Tools (a quick list — click any tool to drop it into the terminal).
-
Terminal — where you type commands and read output, styled like a real Kali
zshprompt. - Top bar — shows your current phase (Reconnaissance → Enumeration → Exploitation) and links back to the labs hub.
A guided first walkthrough
The built-in mission chain takes you from zero to a full simulated compromise. Run these in order and watch the missions tick off:
-
nmap 192.168.1.10— discover open ports and running services. -
whois 192.168.1.10— gather registration and ownership intelligence. -
dirb http://192.168.1.10— brute-force hidden directories (you'll uncover an admin panel and an exposed.gitrepo). -
vuln 192.168.1.10— analyze the findings for weaknesses. -
exploit 192.168.1.10— chain it together in a safe, simulated exploit.
After each of the first four steps, a short Knowledge Check quiz pops up automatically, asking you to interpret what you just saw (for example, "Which port has MySQL exposed?"). Type your answer, or use hint, skip, or exit. These quizzes are the real learning moment — they turn "I ran a command" into "I understand the output."
Handy shortcuts
- Tab — autocomplete commands and file paths
- ↑ / ↓ — scroll through your command history
- Ctrl + L — clear the screen
-
score— see your mission progress -
docs/man <command>— open the documentation - 📋 Copy buttons — next to every example command, so you can grab syntax in one click
Your progress is saved
The lab remembers where you left off. Completed missions and scans are stored locally in your browser, so you can close the tab and come back later without starting over. When you want a clean slate, hit the ⟲ Reset progress button in the Missions panel (or just type reset).
A note on ethics
This is a training environment, and it's built to teach the right habits from day one: always get written authorization before testing any real system, start with passive reconnaissance, and document everything. The skills are powerful — using them legally and professionally is what makes you a security professional rather than a liability.
From practice to certification
Once the simulator feels easy, the natural next step is turning that familiarity into a credential.
- Browse study guides, exam-prep kits, and courses at the CertInstructor Shop → https://certinstructor.org
- Go deeper with hands-on, instructor-led material in the CertInstructor Academy → https://academy.certinstructor.org
That's the whole idea behind CertInstructor: Learn, Practice, Certify. This lab is where the practice begins — take it as far as you like, then make it official.
0件のコメント