SecurityX

Advanced threat detection and cybersecurity education platform. Secure your digital footprint with next-gen scanning tools.

System Status: ● Operational

Platform

  • Scanning Hub
  • Education Hub
  • GameZone
  • OSINT Tools
  • Platform Directory →

Resources

  • Cyber Roadmap
  • Leaderboard
  • User Profile

Support

  • Help Center & FAQs
  • Send Feedback
  • customercare@securityx.in

Get the App

SecurityX Mobile Companion.

© 2026 SecurityX (formerly CyberScan AI). All rights reserved.

Privacy Policy                   Terms of Service                   
MODULE 0: BASICS
Exit Lab
Mission Briefing

This black screen is a 'Terminal'. Hackers don't use a mouse; they type commands for speed and control. Your first job is to see what this computer can do.

Current Objective:

Type 'help' and hit Enter.
1
Welcome Operative
2
Who Are You?
3
Your Digital Address (IP)
4
Open Doors (Ports)
5
Check Connection (Ping)
6
Secure Uplink
root@cyberscan-lab:~
CYBER_OS v1.0.4 [Verified]
System Initialized...
Waiting for user input...
root@kali:~$

Knowledge Base

Understanding the technology behind the commands.

The Linux Terminal

The CLI (Command Line Interface) is the most powerful tool in cybersecurity. Unlike a GUI (Graphical User Interface), it allows direct communication with the OS kernel, enabling automation and deep system access.

IP Addressing (IPv4)

An IP address (e.g., 192.168.1.1) is a unique identifier for a device on a network. 'Local' IPs identify devices in your home/office, while 'Public' IPs identify you to the entire internet.

Ports & Protocols

Ports are virtual docking stations. There are 65,535 available ports. Hackers scan these to find 'open doors' (vulnerabilities). Common ports: HTTP (80), HTTPS (443), SSH (22), FTP (21).

The Ping Command

Ping uses ICMP (Internet Control Message Protocol) to measure 'latency'—the time it takes data to travel. If a server replies, it's alive. If it doesn't, it might be offline or blocked by a firewall.

Why learn the Terminal?

Cybersecurity professionals live in the terminal. Graphical interfaces (GUIs) hide details to make things "easy," but hackers need to see the raw data. By learning these commands, you are learning to speak the computer's native language.

Next Step: File Systems