Giter Club home page Giter Club logo

dmkhunter's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dmkhunter's Issues

E-Mail notifications

We should provide a notification about the current violations. go provides already a smtp wrapper so we can use this.

We only need to define, how the template should looks like.

Webhook Notifications

After a run, i would like to get notified about violations, so i can react and shutdown the site or fix them.
We should provide an webhook so everyone can use this, to some generic things.

File modications

Our currently used tool, generate the hash for each file and checks then against this.

I started an lightweight implementation which uses boltdb to store the hashes of each file and check than against this hash. This nearly the same we already have, but i'm not sure if this is the way to go.

My currently problem is, the database will grown very quickly, because boltdb does not support database compression. We could move to an other embeded database but the database engine should be an embedded database so we don't need to provide an external server.

ClamAV Analyzer

We would like scan files, if they are infected or contain mailicous code.
We could use clamav for this point, because they already do a great job and we could allow remote connections so a local clamav is not needed.

Configration format

As i started this project i decieded to use the toml format, for the configuration.
Currently the application will looks for an .hunter.conf file in the current working directory and reads this.

The currently configuration format should looks like this:

[analyzers]
[analyzers.db]
  analzyer = "db"
  paths = ["src/**"]

[reporters]
  [reporters.smtp]
   username = "user"
   password = "user"
   host = "smtp.gmail.com"

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.