evilginx2
evilginx2 copied to clipboard
Fix request interception
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"}```