Giter Site home page Giter Site logo

evils / clarissa Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 313 KB

A read-only mirror of https://gitlab.com/evils/clarissa

License: BSD 3-Clause "New" or "Revised" License

Makefile 4.87% Nix 5.42% Shell 9.44% C 80.26%
clarissa network census daemon libpcap ipv4 ipv6 arp-scan arp ndp

clarissa's Introduction

clarissa(8)

Values

Clarissa is an attempt at replacing Pamela's scanner with something that does not rely on scanning the entire network every so often.

The design goals are an ability to run quietly (without sending out packets at all), have better time resolution (arp-scan can trigger rate limiting) and make the output available locally.

  • Running quietly imposes a practical minimum timeout of the longest time between packets from any device you want to keep track of.

  • Better time resolution can be obtained by nagging devices.

  • The output is a unix domain socket (/var/run/clar/[interface]_[subnet]-[mask] by default).

Concept

  • When a MAC address is found in a frame on the listen interface, it is saved along with a timestamp as an entry in an internal list.

    • If this entry is already on the list, the timestamp is updated.

  • Clarissa uses their timestamp and a set timeout to determine when to nag entries.

    • When an entry has been nagged a set number of times, it is removed from the list on the next interval.

    • If an IPv4 or v6 address was found, an entry gets nagged via ARP or NDP respectively.

Packages

The latest packages may be found here.

clarissa's People

Contributors

evils avatar thequux avatar

Watchers

 avatar  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.