evilginx2 icon indicating copy to clipboard operation
evilginx2 copied to clipboard

Fix request interception

Open dafenix opened this issue 2 months ago • 0 comments

While testing the new request interception feature i detected a small bug. With the right hostname the interception rules are working.

Tested with following configuration:

intercept:  
- {domain: '<original_domain>', path: '.*', http_status: 200, body: '{"result": "ok"}', mime: "application/json"}```

dafenix avatar Oct 31 '25 11:10 dafenix