Giter Site home page Giter Site logo

soprasteria / cybersecurity-miw Goto Github PK

View Code? Open in Web Editor NEW
32.0 17.0 12.0 1.35 MB

Cybersecurity Mobile Investigation Workstation, a C++ Map-Reduce for Log Analysis

License: Other

C++ 83.10% Shell 11.02% Python 2.57% Protocol Buffer 0.58% Makefile 1.04% M4 1.68%

cybersecurity-miw's Issues

Miw is freezing on a simple case

My goal is to count per user, the average of the second value

Here is my exemple of log file I used sample.log

user 1000
user 500
{
    "format_name":"test",
    "delims":" \"",
    "quotechar":"",
    "fields":[
        {
            "name":"user",
            "pos":0,
            "type":"string",
            "key": true
        },
        {
            "name":"rbytes",
            "pos":1,
            "type":"int",
            "aggregated":true,
            "aggregation":"mean"
        }
    ]
}

The command I run

miw -fnames sample.log -ofname test.csv -format_name ../formats/test -output_format csv
files=./data/one.log
I0411 16:30:39.882609  4253 job.cc:122] files size=1
I0411 16:30:39.882654  4253 job.cc:127] Processing file=sample.log

miw seems frozen, it should be a quick computing

Link error on cppnetlib-uri parse on Ubuntu 15.10

Building on Ubuntu 15.10 with gcc 5.2.1 end up in the following link error:
cybersecurity-miw/miw/.libs/libmiw.so: undefined reference to `boost::network::uri::detail::parse(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits, std::allocator > >, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits, std::allocator > >, boost::network::uri::detail::uri_parts<__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits, std::allocator > > >&)'

wc binary conflict with system one

There is a binary named wc in miw (app/wc).
On a make install, wc is deployed in /usr/local/bin.

The problem is in most environment there is already a wc binary and it makes a conflict with the native one.

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.