202-450 Exam QuestionsBrowse all questions from this exam

202-450 Exam - Question 4


Which of the following nmap parameters scans a target for open TCP ports? (Choose two.)

Show Answer
Correct Answer: CE

The nmap parameters that scan a target for open TCP ports are -sT and -sS. The -sT option performs a TCP connect scan, while the -sS option performs a TCP SYN scan. Both of these options are used specifically to scan for open TCP ports. The other options, -sO, -sU, and -sZ, are used for different types of scans, such as IP protocol, UDP, and SCTP scans, respectively.

Discussion

1 comment
Sign in to comment
ArminaOptions: CE
Jan 17, 2022

-sS TCP SYN scan -sT TCP connect() scan -sO IP protocol scans -sU UDP scans -sZ SCTP scan types https://linux.die.net/man/1/nmap https://www.unix.com/man-page/redhat/1/nmap/ https://man.archlinux.org/man/extra/nmap/nmap.1.de/