WGU D385 SOFTWARE SECURITY TESTING
|OA|OBLECTIVE ASSESMENT Q&A
Correct 33
Incorrect 00
Term
Exploiting query parameters causes what attack?
Buffer overflow
, 2 of 33
Term
Which response method, when sent a request, returns information
about the server's response and is delivered back to the console?
Give this one a try later!
response.content response.get
response.status_code response.history
Don't know?
3 of 33
Definition
- Internal Server Error
- your request wasn't expected and probably broke something on
the server side
Give this one a try later!
prevent log injection Status Code 500
What can an attacker do with a log What is returned when using
injection attack response.content
, Don't know?
4 of 33
Term
Status Code 400
Give this one a try later!
Bad Request Bad Gateway
Response.content Ok
Don't know?
5 of 33
Term
Consider the following API code snippet:
import requests url = 'https://website.com/'
# Get request
result = requests.get(url)
# Print request
print(result.content.decode())
Which status code will the server return?
Give this one a try later!
|OA|OBLECTIVE ASSESMENT Q&A
Correct 33
Incorrect 00
Term
Exploiting query parameters causes what attack?
Buffer overflow
, 2 of 33
Term
Which response method, when sent a request, returns information
about the server's response and is delivered back to the console?
Give this one a try later!
response.content response.get
response.status_code response.history
Don't know?
3 of 33
Definition
- Internal Server Error
- your request wasn't expected and probably broke something on
the server side
Give this one a try later!
prevent log injection Status Code 500
What can an attacker do with a log What is returned when using
injection attack response.content
, Don't know?
4 of 33
Term
Status Code 400
Give this one a try later!
Bad Request Bad Gateway
Response.content Ok
Don't know?
5 of 33
Term
Consider the following API code snippet:
import requests url = 'https://website.com/'
# Get request
result = requests.get(url)
# Print request
print(result.content.decode())
Which status code will the server return?
Give this one a try later!