joy icon indicating copy to clipboard operation
joy copied to clipboard

A package for capturing and analyzing network flow data and intraflow data, for network research, forensics, and security monitoring.

Results 31 joy issues
Sort by recently updated
recently updated
newest added

In the environments of ubuntu20.04 and python3.8, the original python source code cannot correctly install the sleuth dependent library. Therefore, the source code of the sleuth dependent library was rewritten...

In ubuntu 18.04 , the depedency of "libcurl3" and "libcurl4-openssl-dev" cannot be installed at the same time. So need to change "libcurl3" to "libcurl4" , then install the dependency of...

while i'm using the command like ./sleuth it reports that Traceback (most recent call last): File "./sleuth", line 46, in from sleuth import * File "/usr/local/lib/python3.8/dist-packages/sleuth/__init__.py", line 2, in from...

When I used this command: ```./sleuth --help``` I got the following error message: ``` Traceback (most recent call last): File "./sleuth", line 46, in from sleuth import * ModuleNotFoundError: No...

No eth=1 option? It occurred to me to extract the MAC addresses for each flow. However, I dont see a way to do that. But in joy.c there is the...

![image](https://user-images.githubusercontent.com/58548934/167819361-b03013c0-55fd-4f83-9650-267fbe5de603.png)

Dear Sir, Can I use JOY to analysis malware network traffic with some threat rules such as emergence threat rules? if yes, can you give me some guide how to...

Hi, I'm using Joy to analyze flow. The bytes in/out output json file are not correct(orders of magnitude difference), by viewing same statistics in Wireshark. Please let me know if...

Used two menthods to install ,but ... 1. sudo ./install_joy/install-sh -p /opt/app/joy sudo ./install_joy/install-sh -p /opt/app/joy JOY INSTALL-SH -------------------- -p was triggered with option /opt/app/joy generating SSH public/private keypair ......

type command is unrecognized to generate the SPLT feature. I think the default is SRLT (i.e type=2) but trying to change it to type=1 but error occurred.