nerdexam
GIAC

GPEN · Question #437

In the screen shot below, which selections would you need click in order to intercept and alter all http traffic passing through OWASP ZAP?

The correct answer is B. Set Break and Continue. In OWASP ZAP, the 'Break' feature allows you to intercept live HTTP/HTTPS requests and responses mid-flight. 'Set Break' places a breakpoint so ZAP pauses each request or response before forwarding it, giving you the ability to inspect and modify headers, parameters, or body…

Web Application Penetration Testing

Question

In the screen shot below, which selections would you need click in order to intercept and alter all http traffic passing through OWASP ZAP?

Exhibit

GPEN question #437 exhibit

Options

  • ATrap response and continue
  • BSet Break and Continue
  • CTrap request and continue
  • DContinue and drop

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    78% (18)
  • C
    4% (1)
  • D
    13% (3)

Explanation

In OWASP ZAP, the 'Break' feature allows you to intercept live HTTP/HTTPS requests and responses mid-flight. 'Set Break' places a breakpoint so ZAP pauses each request or response before forwarding it, giving you the ability to inspect and modify headers, parameters, or body content. Once edits are made, clicking 'Continue' sends the modified traffic to its destination. This is the correct workflow for active man-in-the-middle interception and alteration of all HTTP traffic passing through ZAP's proxy. Simply trapping a request (C) or response (A) alone only covers one direction, and 'Drop' (D) discards traffic rather than forwarding it.

Topics

#OWASP ZAP#HTTP interception#web proxy#traffic manipulation

Community Discussion

No community discussion yet for this question.

Full GPEN Practice