Giter Club home page Giter Club logo

eagle-eyes's Introduction

Eagle Eyes

Eagle Eyes is a vulnerability scanner that scans the servers agents set up on them to find vulnerabilities in the installed packages. The master server is responsible for managing the agents and the agents are responsible for scanning the servers and sending the results to the master server. The master server can notify you using a telegram bot.

Setup

requirements (master)

  • Ubuntu 22.04/Debian 12
  • minimum 6GB RAM
  • minimum 4 CPU cores
  • minimum 10GB RAM+SWAP

requirements (agent)

  • Ubuntu 22.04/Debian 12
  • minimum 1GB RAM
  • minimum 1 CPU cores

Installation

I suggest installing Elixir using asdf version manager. please follow the instructions here. then use make to install the dependencies and compile the project.

git clone [email protected]:mm3906078/eagle-eyes.git
cd eagle-eyes
make compile
make release_master
make release_agent

the agent and master releases will be in _build/prod/agent-<VERSION>.tar.gz and _build/prod/master-<VERSION>.tar.gz respectively.

Production Notices

  • for finding CPEs we use cpe-guesser.cve-search.org API, but in the production environment, you should use their code in the self-hosted environment. Please check the cve-search repository for more information.

Feature List

  • Master load for finding CVEs can be distributed to agents.
  • Support for Windows agents.
  • Support for MacOS agents.
  • Support for Linux older than Ubuntu 22.04/Debian 12.
  • Rewrite the version_control.ex module for installing large packages.
  • Unit tests for the vagent application.
  • Unit tests for the vcentral application.

Development

Run the debugging shell using these commands.

export $(xargs < .env)
iex --name [email protected] -S mix run --no-start scripts/start-agent.exs
iex --name [email protected] -S mix run --no-start scripts/start-master.exs

if you getting an error of Protocol 'inet_tcp': register/listen error: econnrefused try to run epmd -daemon and then run the above commands.

eagle-eyes's People

Contributors

mm3906078 avatar

Stargazers

Ottimo Go avatar Saeid Saebi avatar  avatar

Watchers

 avatar Saeid Saebi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.