Al-Azif / ps4-exploit-host

Easy Exploit Hosting
MIT License
1.13k stars 276 forks source link

Can I simply host the static files with a static web server? #167

Closed ngocdaothanh closed 5 years ago

ngocdaothanh commented 6 years ago

I see that there's complex logic in start.py.

As a programmer, I'm just curious. I'd like to ask if I can simply host the static files with a static web server, like a Nodejs static web server.

Al-Azif commented 6 years ago

Yeah it's on my list for 0.4.7, the main thing really. Just set up your exploit folder, run start.py --build-static will lose a few features but will work for the most part.

danielandross commented 6 years ago

Hosting only the static files with apache webserver works for me.

Al-Azif commented 5 years ago

There is now a build-static file as of this release. It will take your settings.json and exploits/themes folder and build a static fileset in the output directory.