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.Understanding the technology behind the commands.
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.
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 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).
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.
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.