FAQ - yeswehack/pwn-machine GitHub Wiki
Frequently Asked Questions (FAQ)
> How I can reset my password/2FA?
You can run docker exec -it pm_manager bash python reset_auth.py
and restart the manager docker.
> Why I can't open web shell?
Web shell uses websockets which are only available in HTTPS. We invite you to configure an SSL certificate on PwnMachine and try again.
> I've switch my TLS from staging to prod but I still got the staging certificate.
Traefik won't ask for a real production SSL certificate if a staging one is found. Just restart the traefik container once you've switch from staging to production, this will remove the all staging keys and allow traefik to ask for new ones.