Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Cloud
    • Security
Google Cloud Platform icon
Labs

Conducting a Security Assessment

In this lab, we will use security utilities provided with Kali Linux to conduct a risk assessment. The lab provides a subnetwork of Linux and Windows servers to provide a complete VPC for exercising the Kali Linux utilities.

Google Cloud Platform icon
Lab platform
Lab Info
Level
Beginner
Last updated
Sep 24, 2025
Duration
1h 45m

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
Table of Contents
  1. Challenge

    Access the Kali Linux System
    1. Establish a session to the Kali Linux system:

      ssh cloud_user@<KALI_LINUX_PUBLIC_IP>
      
    2. Change to superuser:

      su -
      
  2. Challenge

    Identify the Address Assigned to the Ethernet Controller
    1. Query the ethernet configuration on the Kali Linux server:

      ifconfig
      

      Make note of the IP address assigned to the primary ethernet controller.

  3. Challenge

    Use the `nmap` Command to Explore the Subnet

    Use the nmap utility to explore the ports open on the subnetwork.

    For help with nmap commands:

    nmap -h
    

    To scan a series or range of subnet private IP addresses:

    nmap -sn 10.0.1.1-255
    

    To try other flags to speed the port scanning process:

    nmap -T4 -Pn -n -p- --min-parallelism 50 to 100 -vv 10.0.1.1-255 --max-retries 0 or 1
    
  4. Challenge

    Use the hping3 Utility to Analyze a Single Host

    Use the hping3 to scan a certain host on the subnet:

    hping3 -1 <INTERNAL_IP_ADDRESS_OF_HOST>
    

    Note: You may obtain the internal IP address of the host from the lab interface, the output from an nmap command, or the AWS dashboard.

  5. Challenge

    Use `nslookup` to Explore the Nameserver Configuration of Various Hosts

    Use nslookup to explore the A record on google.com:

    nslookup
    
    > google.com
    

    Use nslookup to look at MX records on google.com

    nslookup
    
    > set q=MX
    
    > google.com
    

    Use nslookup to interrogate other address types:

    nslookup
    
    > set type=any
    
    > google.com
    
  6. Challenge

    Use the dig Tool to Attempt a Domain Zone Transfer

    The syntax for the dig command is:

    dig axfr [domain host] [IP Address To Transfer To]
    
  7. Challenge

    Use `finger` to Determine Which Users Are Logged into Any Given Host

    Use the finger command to see who is logged in on a host:

    finger
    

    Or:

    finger -s root
    
About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight