List of questions
Related questions
Question 398 - PT0-002 discussion
During a security assessment, a penetration tester decides to write the following Python script: import requests
x= ['OPTIONS', 'TRACE', 'TEST'l
for y in x;
z - requests.request(y, 'http://server.net')
print(y, z.status_code, z.reason)
Which of the following is the penetration tester trying to accomplish? (Select two).
A.
Web server denial of service
B.
HTTP methods availability
C.
'Web application firewall detection
D.
'Web server fingerprinting
E.
Web server error handling
F.
Web server banner grabbing
Your answer:
0 comments
Sorted by
Leave a comment first