RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
5.02k stars 851 forks source link

Main Dockerfile (debian base) has been update #634

Closed archidote closed 12 months ago

archidote commented 1 year ago

This pull request follows the observation made by several users regarding the inability to build the 'Dockerfile' image due to multiple cascading errors in the setup:

Base image unavailable (issue : https://github.com/RedSiege/EyeWitness/issues/618) Dependency issue during project configuration (Python/setup/setup.sh)

Without wishing to offend, I think it would be a good idea to review the entire code of the setuping script, as it's not very well optimized, which makes it difficult to maintain for someone completely outside the project :)

Available for further information.

ChrisTruncer commented 12 months ago

I'll merge this in, I can't verify it, but if any issues come up, I'd appreciate any help with the docker image. Thanks for sending this over!