Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-50v12 All Questions

View all questions & answers for the 312-50v12 exam

Exam 312-50v12 topic 1 question 4 discussion

Actual exam question from ECCouncil's 312-50v12
Question #: 4
Topic #: 1
[All 312-50v12 Questions]

You are attempting to run an Nmap port scan on a web server. Which of the following commands would result in a scan of common ports with the least amount of noise in order to evade IDS?

  • A. nmap -A - Pn
  • B. nmap -sP -p-65535 -T5
  • C. nmap -sT -O -T0
  • D. nmap -A --host-timeout 99 -T1
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
eli117
1 month, 4 weeks ago
Selected Answer: B
unfortunately they are all noisy so you have to choose the BEST option. B. nmap -sP -p-65535 -T5 This command uses the following options: -sP: This option specifies a Ping scan to discover hosts that are up and running, without actually scanning any ports. -p-65535: This option specifies that all ports from 1 to 65535 should be scanned. -T5: This option sets the timing template to aggressive, which means that the scan will run faster
upvoted 2 times
Oushi
1 year, 7 months ago
If the question specifically says that you're attempting to run a port scan and asks which scan would result in a scan of common ports, why would we us -sP which you say doesn't do any port scanning? Why would we run any kind of scan at -T5 if we're specifically asked to create as little noise as possible when we know that the speed of -T5 means all of that network traffic will get created at once?
upvoted 3 times
...
Stoa
1 year, 3 months ago
The question mentions that it is a web server, so it is specifying the target and that is the reason why it is not necessary to search the network for new targets, and I agree that the question also mentions that it is a port scan, now if that is not enough the T5 will sound all the alarms.
upvoted 2 times
...
...
sausageman
1 month, 4 weeks ago
Selected Answer: C
Correct option is C. -T0 option is called "paranoid" because it's slow to try and avoid detection. "While -T0 and -T1 may be useful for avoiding IDS alerts, they will take an extraordinarily long time to scan thousands of machines or ports. For such a long scan, you may prefer to set the exact timing values you need rather than rely on the canned -T0 and -T1 values." You can find this in the official documentation:
upvoted 2 times
...
digas
1 month, 4 weeks ago
Selected Answer: C
Correct option is C. -T0 option is called "paranoid" because it's slow to try and avoid detection. "While -T0 and -T1 may be useful for avoiding IDS alerts, they will take an extraordinarily long time to scan thousands of machines or ports. For such a long scan, you may prefer to set the exact timing values you need rather than rely on the canned -T0 and -T1 values." You can find this in the official documentation:
upvoted 3 times
...
Kermitdfrog
9 months ago
Selected Answer: C
-T0 makes the least noise. -T5 the most noise. This is on the exam.
upvoted 4 times
...
insaniunt
12 months ago
Selected Answer: C
C. nmap -sT -O -T0
upvoted 2 times
...
jeremy13
1 year, 6 months ago
Selected Answer: C
C. nmap -sT -O -T0 Like V10 Q44 T0 => paranoid
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...