With the recent release of Traefik 2.7, a new regex-based rule, HostSNIRegexp, is introduced.
The pwnmachine interface is not able to insert this new rule.
We have to insert it by using redis-cli inside the container
set traefik/tcp/routers/interactsh-server-https/rule "HostSNIRegexp(i.domain.com,{subhost:[a-zA-Z0-9-]+}.i.domain.com)
Can you provide use a way to add this using the interface ?
Regards 👍