GAQM
CPEH-001 · Question #761
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?
The correct answer is B. wireshark -capture -local -masked 192.168.8.0 -range 24. See the full explanation below for the reasoning.
Question
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?
Options
- Atshark -net 192.255.255.255 mask 192.168.8.0
- Bwireshark -capture -local -masked 192.168.8.0 -range 24
- Csudo tshark -f "net 192.168.8.0/24"
- Dwireshark -fetch "192.168.8/*"
How the community answered
(21 responses)- A5% (1)
- B81% (17)
- C10% (2)
- D5% (1)
Community Discussion
No community discussion yet for this question.