Coder Social home page Coder Social logo

paulmcmillan / eagleeye_re Goto Github PK

View Code? Open in Web Editor NEW
2.0 6.0 2.0 228 KB

An alternative implementation of the eagleeye concept (see also: eagleeye_ce) using a redis backend. You probably shouldn't use this code, it is quite stale.

License: MIT License

Shell 1.14% Python 98.86%

eagleeye_re's Introduction

EagleEye (Redis Edition)

This is yet another reimplementation of the eagleeye concept. This one directly uses a redis backend for queues, forgoing the unnecessary complexity of rabbitmq and celery. It should have similar or greater performance, but does not offer the same message integrity promises (which don't matter so much to this tool in any case).

Rather than offering a threaded, unified worker model, each kind of worker handles one specific task. This makes it easy to adjust the ratios of these workers to fit your particular hardware and performance needs.

For now, worker input and output types are encoded in the worker definitions. If you need to change the task flow, this is as simple as changing your worker definitions.

Task Flow

Queues

Search queues are high-level abstrations of search tasks

  • search:shodan - (query, page) for a task. Each page individual search task.

Verify queues take a string of the form "address:port". The protcol-specific queues will eventually perform some validation.

  • verify:port:# - verifies that a port is open at all with nmap
  • verify:port:set - set of all verify:port:# keys
  • verify:http
  • verify:https
  • verify:vnc

The image queues have protocol-specific workers which take snapshots

  • image:http
  • image:https
  • image:vnc

The result processing queue is generally the last step.

  • result:save_image

Security

Use redis passwords so random people on the internet can't connect to your instance. If you need more security than that, use ssh port forwards or stunnel with client-certs to validate your communications. It is generally assumed that shared-secret security is good enough for a tool like this, so extreme care has not been taken to prevent one part of the system from misusing another if it has authentication information.

eagleeye_re's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

olivierh59500

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.