evilginx2 icon indicating copy to clipboard operation
evilginx2 copied to clipboard

how to use regexp on auth_urls?

Open rnnhood opened this issue 3 years ago • 1 comments

supose i have and auth_urls on /first123/seccond225/usethisroute

but the numbers 123 and 225 are unknown to me, can i use something like

auth_urls:
  - '/first([0/9]*)/seccond([0/9]*)/usethisroute, regexp'

? or there is another way to use the regexp here?

rnnhood avatar Nov 21 '21 05:11 rnnhood

auth_urls: - '/first.*/seccond.*/usethisroute'

kileyturney avatar Jul 14 '22 18:07 kileyturney