pwndoc / pwndoc

Pentest Report Generator
https://pwndoc.github.io/pwndoc
MIT License
2.22k stars 417 forks source link

Manual refresh before finding is added #176

Closed Fopje closed 3 years ago

Fopje commented 3 years ago

The 30th of August I did a clean installation of PwnDoc. Now when adding findings to an audit, I have to manually refresh the page before the finding appears in the menu on the left side.

image

yeln4ts commented 3 years ago

This can happen if the server is restarted when you are on the Audit page because the websocket connection is lost

Fopje commented 3 years ago

This can happen if the server is restarted when you are on the Audit page because the websocket connection is lost

I found the problem. I've changed the listening port from 8443:8443 to 443:8443, yet the socket still tries to connect to the old port:

image

image

Fopje commented 3 years ago

Changed the API port from 8443 to 443 in pwndoc\frontend\quasar.conf.js