byt3bl33d3r / WitnessMe

Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
GNU General Public License v3.0
727 stars 109 forks source link

Dockerized the application #7

Closed ghost closed 4 years ago

ghost commented 4 years ago

I've dockerized the application. Note that I had to add executablePath="/usr/bin/chromium-browser" to witnessme.py to make it work in Docker.