• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    JavaScript
  • Created about 2 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Opensource assets and vulnerability scanning tool

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