eewids | Easily Expandable Wireless Intrusion Detection System

 by   techge Python Version: v0.0.1 License: GPL-3.0

kandi X-RAY | eewids Summary

kandi X-RAY | eewids Summary

eewids is a Python library. eewids has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However eewids build file is not available. You can download it from GitHub.

Eewids uses standard software for distributing and analyzing data. The data captured by Eewids' capture tool is sent directly to a message broker. Actually, the Message Broker is the central point of Eewids. By using RabbitMQ -- one of the most popular systems of its kind -- it is easily possible to subscribe to a needed information on many different environments. This is supposed to be the big advantage for developers. Let's look at a honey pot detection as an example. Instead of parsing packages and looking for e.g. Beacon frames and analyzing it afterwards, the detection method will just subscribe for all Beacon frames arriving at the Message Broker. It doesn't have to care about the capture process at all. The other frames are not of interest for this method anyway. The created service does not need to parse the Beacon frames, it just needs to access the json-formatted information it got from the Message Broker, e.g. data['wlan.SSID'] or data['wlan.BSSID']. This can be done independently of the programming language, as most of them are already able to interpret json and to access RabbitMQ. This should be indeed possible for every language which already has a client listed on RabbitMQ's website. Another advantage is the freedom of choice of visualization/analyzing software. It is easily possible to include either influxdata's TICK stack or the ElasticSearch stack, both Open Source analyzing software which also have anomaly detection methods. These stacks and other software already have interfaces to access RabbitMQ and to read json-formatted data and thus it is easy to extract the collected information as needed. Eewids already integrates InfluxDB with Grafana for visualization of captured data. This should make it easy to extend Eewids in various ways. Let's see what can happen.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              eewids has a low active ecosystem.
              It has 21 star(s) with 5 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 2 have been closed. On average issues are closed in 33 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of eewids is v0.0.1

            kandi-Quality Quality

              eewids has 0 bugs and 0 code smells.

            kandi-Security Security

              eewids has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              eewids code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              eewids is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              eewids releases are available to install and integrate.
              eewids has no build file. You will be need to create the build yourself to build the component from source.
              eewids saves you 398 person hours of effort in developing the same functionality from scratch.
              It has 945 lines of code, 70 functions and 11 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed eewids and discovered the below as its top functions. This is intended to give you an instant insight into eewids implemented functionality, and help decide if they suit your requirements.
            • Return an alert message indicating whether the user can run
            • Determine if an essid is on blacklist
            • Load a yaml file
            • Return True if the given allele exists in the whitelist
            • Parses a packet
            • Return information about the packet
            • Parse management element
            • Parse the element field fields
            • Parse a VHT message
            • Return a description of the VHT rate
            • Calculate the VHT rate
            • Detect attack
            • Enqueue binding
            • Send capture message to channel
            • Send a message to a given channel
            • Parse Channel packet
            • Parse tx_enuation
            • Parse the lock quality
            • Parse the Mactime header
            • Parse rx_flags field
            • Parse DB_TX_TX_FILENuation
            Get all kandi verified functions for this library.

            eewids Key Features

            No Key Features are available at this moment for eewids.

            eewids Examples and Code Snippets

            No Code Snippets are available at this moment for eewids.

            Community Discussions

            No Community Discussions are available at this moment for eewids.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install eewids

            You can download it from GitHub.
            You can use eewids like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/techge/eewids.git

          • CLI

            gh repo clone techge/eewids

          • sshUrl

            git@github.com:techge/eewids.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link