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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 312-50v10 topic 1 question 95 discussion

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

If you want only to scan fewer ports than the default scan using Nmap tool, which option would you use?

  • A. -sP
  • B. -P
  • C. -r
  • D. -F
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
TrendMicroDLPSSucks
3 years, 9 months ago
-F (Fast (limited port) scan) Specifies that you wish to scan fewer ports than the default. Normally Nmap scans the most common 1,000 ports for each scanned protocol. With -F, this is reduced to 100. Nmap needs an nmap-services file with frequency information in order to know which ports are the most common (see the section called “Well Known Port List: nmap-services” for more about port frequencies). If port frequency information isn't available, perhaps because of the use of a custom nmap-services file, Nmap scans all named ports plus ports 1-1024. In that case, -F means to scan only ports that are named in the services file. -r (Don't randomize ports) By default, Nmap randomizes the scanned port order (except that certain commonly accessible ports are moved near the beginning for efficiency reasons). This randomization is normally desirable, but you can specify -r for sequential (sorted from lowest to highest) port scanning instead.
upvoted 4 times
...
Justin1981
4 years, 5 months ago
This is directly from nmap options summary @ CLI: -F: Fast mode - Scan fewer ports than the default scan
upvoted 1 times
...
AlexT
4 years, 5 months ago
From nmap.org: -F (Fast (limited port) scan) Specifies that you wish to scan fewer ports than the default. Normally Nmap scans the most common 1,000 ports for each scanned protocol. With -F, this is reduced to 100.
upvoted 1 times
...
AlexT
4 years, 9 months ago
The answer: -F (Fast (limited port) scan / Fast mode, scans fewer ports than the default scan)
upvoted 3 times
Kaka
4 years, 8 months ago
-P has the fewest port specification if i can say so.Eg -P 1-5 SCANS FOR 5 PORTS. -F scans for compulsory ports
upvoted 1 times
jersey5
3 years, 6 months ago
Take note that -P is not equivalent to -p which technically would be the fewest ports (
upvoted 2 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 ...