Interactive Lab: Network Reconnaissance

    Learn by doing. Complete the objective to verify your learning.

    Objective

    Discover Open Services

    You have been granted access to a sandbox environment. Your target is target.local.

    Use the nmap tool to scan the target and determine the versions of the services running.

    Command Key

    • nmap -sV target.local : Scan for open ports and service versions
    • ls -la : List all files and directories
    • cat [file] : Read file contents
    • ping target.local : Check connection to target
    • clear : Clear terminal output

    Task Status

    Run a version scan against target.local

    Terminal - Sandbox
    user@iset:~$
    user@iset:~$