What are the 3 Tiers in a 3-Tier Architecture?
Presentation, Application, Data
What is the benefit of using a 3-Tier Architecture?
allows for individual updates/upgrades
Which type of request sends URL parameters?
GET request
Which BurpSuite feature can decode Base64?
Decoder
What HTTP method should be used for application login?
POST
Which type of request sends data in the body of the request?
POST
Which BurpSuite feature can be used execute a brute force attack?
Intruder
What value does the Proxy tab in BurpSuite provide?
It gives the capability to intercept requests
Can you change the proxy port in BurpSuite?
Yes
Can server responses be intercepted by BurpSuite?
Yes