Vous êtes sur la page 1sur 3

Review Test Submission: Scanning – 14818-1910 5/27/20, 12:13

Suman Shah 7
Home Library My Account Help

COMP623 - Digital Security - 14818 - WIN - 201910 Quizzes


Review Test Submission: Scanning

Review Test Submission: Scanning

User Mr Suman Shah


Module COMP623 - Digital Security - 14818 - WIN - 201910
Test Scanning
Started 27/05/20 06:47
Submitted 27/05/20 07:26
Status Completed
Attempt Score 7 out of 10 points
Time Elapsed 39 minutes out of 40 minutes
Results Displayed Incorrectly Answered Questions

Question 1 0 out of 1 points

Given the below invocation and output of Nmap, what can you conclude?

nmap localhost -p 22
Starting Nmap 5.61TEST2 ( http://nmap.org ) at 2013-10-15 16:09
BST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000028s latency).
PORT STATE SERVICE
22/tcp open ssh

Question 2 1 out of 1 points

What will the following command do?

sudo nmap -sS 10.72.35.207

https://my.leedsbeckett.ac.uk/webapps/assessment/review/review.js…&course_id=_128277_1&content_id=_2700501_1&return_content=1&step= Page 1 of 3
Review Test Submission: Scanning – 14818-1910 5/27/20, 12:13

Question 3
0 out of 1 points

nmap -sL 192.168.1.1

What does the above command do?

Question 4 1 out of 1 points

What will the following command do?

sudo nmap -p 25,110 10.72.35.207

Question 5 1 out of 1 points

Scanning is:

Question 6 0 out of 1 points

A SYN scan works by:

Question 7 1 out of 1 points

In order for a TCP connection to be established, what order are the following
packets sent?

Question 8 1 out of 1 points

What will the following command do?

sudo nmap -sU 10.72.35.207

Question 9 1 out of 1 points

for i in {1..254}

https://my.leedsbeckett.ac.uk/webapps/assessment/review/review.js…course_id=_128277_1&content_id=_2700501_1&return_content=1&step= Page 2 of 3
Review Test Submission: Scanning – 14818-1910 5/27/20, 12:13

do

ping -c 1 -W 1 192.168.1.$i | grep 'from'

done

Which of the following comments is true of the above ping sweep Bash script?

Question 10 1 out of 1 points

nmap -sn -PE 192.168.1.1

What does the above command do?

Wednesday, 27 May 2020 07:26:47 o'clock BST

← OK

https://my.leedsbeckett.ac.uk/webapps/assessment/review/review.js…course_id=_128277_1&content_id=_2700501_1&return_content=1&step= Page 3 of 3

Vous aimerez peut-être aussi