clj-net-pcap Logo

clj-net-pcap

0
Free
Visit Website

clj-net-pcap is a wrapper/adapter/facade around jNetPcap that enables and eases packet capturing with Clojure. Requirements/Dependencies: clj-net-pcap is currently available for Linux and Windows for both x86 and x86_64 architecture. Please note that clj-net-pcap requires native packet capturing libraries. For Linux, this is the libpcap library. For Windows, this is the winpcap library. Typically, these libraries have to be installed separately. On Linux, this is usually done via the packet manager of the respective distribution. When using clj-net-pcap via Leiningen or Maven, all Java/Clojure related dependencies should be resolved and pulled in automatically. Additionally, please note that on Linux clj-net-pcap expects the libpcap library to be named 'libpcap.so'. If this is not the case this can be fixed by, e.g., adding a symbolic link like shown for Fedora below: sudo ln -s /usr/lib64/libpcap.so.1 /usr/lib64/libpcap.so Usage: clj-net-pcap is primarily intended as a library that is used by other applications. However, it can be run as sample stand-alone command line application as follows: java -jar clj-net-pcap-standalone-jar-file

FEATURES

ALTERNATIVES

A honeypot that logs NTP packets into a Redis database to detect DDoS attempts.

A Burp extension to detect alias traversal via NGINX misconfiguration at scale.

A Linux command-line tool that allows you to kill in-progress TCP connections based on a filter expression, useful for libnids-based applications that require a full TCP 3-way handshake for TCB creation.

A fast and flexible web fuzzer for identifying vulnerabilities in web applications

PCAPdroid is a privacy-friendly app for tracking, analyzing, and blocking network connections on your device.

A tool for extracting files from network traffic based on file signatures with support for various file formats and scalable search algorithm.

An open-source network security monitoring tool.

Stenographer is a high-performance full-packet-capture utility for intrusion detection and incident response purposes.