Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
/ sheye Public archive

Opensource assets and vulnerability scanning tool

Notifications You must be signed in to change notification settings

zzzteph/sheye

Repository files navigation

THE REPO IS ARCHIVED FOR AN UNKNOWN PERIOD

ShrewdEye

ShrewdEye (sheye) is a set of utilities bundled into a single automated workflow to improve, simplify, and speed up resource discovery and vulnerabilities finding.

Setup

Docker

First you need to install docker on your system. After that navigate docker-compose folder and run run.sh or type next commands

docker-compose up -d 
sleep 30
docker-compose exec app php artisan key:generate
docker-compose exec app php artisan migrate
docker-compose exec app php artisan db:seed --class=ScannerSeeder
docker-compose exec app php artisan db:seed --class=ScanEntrySeeder
docker-compose exec app php artisan db:seed --class=TemplateSeeder
docker-compose exec app php artisan add:user admin admin

Manual setup

Please, take a look at Wiki for manual setup guide.

Scanners and tools