zzzteph / sheye

Opensource assets and vulnerability scanning tool
https://shrewdeye.app
146 stars 36 forks source link

Imagines not working (incl fix) #2

Closed WesSec closed 1 year ago

WesSec commented 1 year ago

By following the Readme, the image capture of the pages is not working. To fix I did the following things

Create symlink so storage folder is found by webserver

cd /var/www/html/public
sudo ln -s /var/www/html/storage/app/public/ storage

Also the save image function is disabled by default in AnalyzeService,php, on row 82 change UPLOAD_TO_S3 value to true.

Cheers

zzzteph commented 1 year ago

Hey, thanks! Nice catch, will add it ASAP.

zzzteph commented 1 year ago

https://github.com/zzzteph/sheye/wiki/Setup#setup