Network Mapper (Nmap)

The Network Mapper (Nmap) utility can do the following tasks:

  1. Target Enumeration (-sL): Enumerating a target specification (simply listing targets to scan).
  2. Host Discovery (-sn): Discovering live hosts
  3. Port Scan: Identifying services provisioned

If none is specified, nmap will do all the above.

$ nmap 10.10.10.100/30         
Starting Nmap 7.93 ( https://nmap.org ) at 2024-02-18 06:34 PST
Nmap scan report for kali-01.lab.wuson.org (10.10.10.100)
Host is up (0.00034s latency).
Not shown: 999 closed tcp ports (conn-refused)
PORT STATE SERVICE
22/tcp open ssh

Nmap scan report for 10.10.10.101
Host is up (0.00040s latency).
Not shown: 999 closed tcp ports (conn-refused)
PORT STATE SERVICE
22/tcp open ssh

Nmap done: 4 IP addresses (2 hosts up) scanned in 1.31 seconds
Continue reading

WUSON Linux Roadmap

References

CISSP Exam Changes Effective April 15, 2024

New CISSP Exam Outline

Please Note: Effective April 15, 2024, the CISSP exam will be based on a refreshed exam outline. Please refer to the CISSP Exam Outline and our FAQs for more information.

Source: CISSP Certification Exam Outline Summary

New CISSP CAT Exam Changes

Effective April 15, 2024, the time limit for the CAT exam will be a maximum of three (3) hours. Candidates taking the CAT version of the exam will see a minimum of 100 and a maximum of 150 items.

The linear exam length will remain 6 hours for 225 scored items. Candidates taking the linear version of the exam will receive 225 total items.

Source: CISSP Computerized Adaptive Testing

New CISSP Exam Languages Availability

Effective 15 April 2024, the following exams will only be delivered in the listed languages:
CC – English, Chinese, German, Japanese
CCSP – English, Chinese, German, Japanese
CISSP – English, Chinese, German, Japanese, Spanish
For Chinese, please see notice at top of this page
SSCP – English, Japanese, Spanish

Source: ISC2 Exam Languages Availability

Related Links