nerdexam
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)
  • A
    5% (1)
  • B
    81% (17)
  • C
    10% (2)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full CPEH-001 Practice