Do sub_filters Support "request: true" for Editing HTTP Request Headers?

Is this regexp even correct?

  • {triggers_on: ‘target.domain.com’, orig_sub: ‘target’, domain: ‘domain.com’, search: ‘Referer: https://([a-zA-Z0-9-]+.)?example.com(/.*)?’, replace: ‘Referer: https://$1domain.com$2’, regexp: true, request: true, header: true}

by default no but if u want then you can add that functionality

also there is one more thing the way current evilginx code is orgnized it will not stright forword to add that function inted in genrlze manner creating new section for it will be more esy