Niels Freier

Results 15 comments of Niels Freier

Will be difficult to send a complete example of that case because I am working on an intranet with specific account but the code on the issue is a good...

``` [ 1, 2, 'pageJsIncluded' ] requesting:1,3,pageEvaluate,function (params) { $('input[type=email]').val(params.login); $('input[type=password]').val(params.password); $('input[type=submit]').click(); },[object Object] [ 1, 3, 'pageEvaluated', 'null' ] ``` then ``` [ 1, 2, 'pageJsIncluded' ] [ 1,...

``` [ 1, 2, 'pageJsIncluded' ] requesting:1,3,pageEvaluate,function (params) { $('input[type=email]').val(params.login); $('input[type=password]').val(params.password); $('input[type=submit]').click(); },[object Object] phantom stdout: responding:1,3,pageEvaluated,null [ 1, 3, 'pageEvaluated', 'null' ] requesting:1,4,pageIncludeJs,http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js phantom stdout: responding:1,2,pageJsIncluded phantom stdout: responding:1,4,pageJsIncluded...

Nice work :). I will patch my local version with your fix.

Not using Moloch since years now but we finally rewritten all the capture to handle pap-ng format. The problem was (from memory) the fact the offset in the pcap was...

Got the same issue with another tracker, you need override `_layouts/default/html` and update the line: https://github.com/b2a3e8/jekyll-theme-console/blob/76983908faa6f06ffd87b70165f2632790d36687/_layouts/default.html#L3 For example with Heap Analytics: ``` ```

Try to compile 0MQ before, solve the problem on my mac. wget http://download.zeromq.org/zeromq-4.0.3.tar.gz tar zxvf zeromq-4.0.3.tar.gz && cd zeromq-4.0.3 ./configure make && make install

yep, just a quick fix, interesting to look why the `npm install` fails but if you need it immediately...it's possible from source.

True, I needed to made the chance quickly on my side but you are right, a proper 2.0 version needs to be done.