Closed gaglimax closed 2 years ago
Hello, the requests that you see are made just because the index.html
file uses some css and javascript files that are fetched from the internet in order to make bootstrap work. You can just locate the rows in the index.html
where those requests are made and replace them with requests to the local version of those files. You have to download those files and place them in the folder structure, then you can replace the paths with their local counterparts.
Thank you for the quick reply. I close the issue.
Work environment
Question | Answer -- | -- OS version (server) | RHEL7, Docker OS version (client) | NA Python version | NA Type of email address used | NA Mail client type & version | NA Browser type & version | Firefox Virtualized Env. | True Dedicated RAM | NA vCPU | NA ThePhish version | Latest TheHive version | NA Cortex version | NA MISP version | NA Installed using Docker and Docker Compose | True Docker Version | 20.10.3 Docker Compose version | 1.29.0Question
I started to POC ThePhish. Without configuring anything, I noticed in DevTools that ThePhish does external call to "fonts.googleapis.com" and "cdnjs.cloudflare.com".
ThePhish is installed in an environnement without internet access by default.
My question is : is it mandatory to open some external web address in proxies ?
Thanks in advance.