exam questions

Exam 312-50v10 All Questions

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

Exam 312-50v10 topic 1 question 283 discussion

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

You are analyzing a traffic on the network with Wireshark. You want to routinely run a cron job which will run the capture against a specific set of IPs. ""
192.168.8.0/24. What command you would use?

  • A. tshark ""net 192.255.255.255 mask 192.168.8.0
  • B. wireshark ""capture ""local ""masked 192.168.8.0 ""range 24
  • C. sudo tshark ""f "net 192.168.8.0/24"
  • D. wireshark ""fetch "192.168.8/*"
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
goodlife
Highly Voted 3 years, 7 months ago
tshark -f "net 192.168.8.0/24" is working for me. Your command is not working, and not even documented https://www.wireshark.org/docs/wsug_html_chunked/ChCustCommandLine.html
upvoted 9 times
...
Vincent_Lu
Most Recent 6 months, 4 weeks ago
Selected Answer: C
C:\Program Files\Wireshark>tshark.exe -i LAN1 -f "net 172.16.0.0/24" Capturing on 'LAN1' ** (tshark:12836) 15:02:37.888714 [Main MESSAGE] -- Capture started. ** (tshark:12836) 15:02:37.899201 [Main MESSAGE] -- File: "C:\Users\lu\AppData\Local\Temp\wireshark_Wi-FiTS1BC2.pcapng" 1 0.000000 1.2.3.4 → 172.16.0.10 TCP 54 443 → 24174 [ACK] Seq=1 Ack=1 Win=63756 Len=0 2 0.000192 1.2.3.4 → 172.16.0.10 TLSv1.3 XXX Application Data 3 0.000405 172.16.0.10 → 1.2.3.4 TLSv1.3 XX Application Data
upvoted 1 times
...
ciscolearning
3 years, 4 months ago
Correct option is C: sudo tshark -f "net 192.168.8.0/24" A capture or read filter can either be specified with the -f or -R option, respectively, in which case the entire filter expression must be specified as a single argument (which means that if it contains spaces, it must be quoted), or can be specified with command-line arguments after the option arguments, in which case all the arguments after the filter arguments are treated as a filter expression. Reference: tshark documentation https://www.wireshark.org/docs/man-pages/tshark.html
upvoted 4 times
...
bleble00001
3 years, 6 months ago
wireshark –capture –local –masked 192.168.8.0 –range 24 Anything like this is not documented anywhere. Pretty sure the correct answer is tshark -f --net 192.168.8.0/24
upvoted 4 times
...
pamplemousse
3 years, 6 months ago
The question, says it's a cron job, so it's a command line tool. I agree with goodlife's answer.
upvoted 1 times
...
exampreper
3 years, 8 months ago
i keep seeing different answers for this across the internet. Answer B being 1 and the Other is A. Any thoughts on this?
upvoted 1 times
hasib125
3 years, 8 months ago
Answer is - wireshark –capture –local –masked 192.168.8.0 –range 24
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago