prads icon indicating copy to clipboard operation
prads copied to clipboard

Passive Real-time Asset Detection System

Results 9 prads issues
Sort by recently updated
recently updated
newest added

void prepare_ip4ip (packetinfo *pi) { packetinfo pipi; memset(&pipi, 0, sizeof(packetinfo)); config.pr_s.ip4ip_recv++; pipi.pheader = pi->pheader; pipi.packet = (pi->packet + pi->eth_hlen + (IP_HL(pi->ip4) * 4)); pipi.end_ptr = pi->end_ptr; if (pi->ip4->ip_p == IP_PROTO_IP4)...

there is a rumor about that RPM packages have been sighted for a sister project

help wanted

I'm trying to use PRADS as a replacment for pads in my Security Onion distro. I'm using 0.3.1-rc1 from github and am running as follows: prads -i eth0 -c $conf...

help wanted

Hi everyone, I've tried to compile PRADS under a Cygwin environment for some tests using a Windows machine, but I've got this error: $ make You need libpcre-dev and libpcap-dev...

Now that p0f3 has been out for a couple of years, I wonder if anyone is interested in making use of it in PRADS. I mean, the signatures are different,...

When passing an ipv6 range to -a such as 2001:7e8::/48 or 2001:7e8::1/48, servers outside that range are matched and reported.

prads needs build quality tests this means we should ship with some test pcaps start with something simple: run prads with a pcap, check that log contains reasonable stuff a...

feature

Fix a compilation error in loongarch, details of the error are as follows:[https://buildd.debian.org/status/fetch.php?pkg=prads&arch=loong64&ver=0.3.3-7&stamp=1709416912&raw=0](url)