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 powerful interactive packet manipulation program and library for network exploration and security testing.
Nebula is a scalable overlay networking tool emphasizing performance, simplicity, and security.
Contains various use cases of Kubernetes Network Policies and sample YAML files.
MIDAS (Mac Intrusion Detection Analysis System) - archived and no longer supported.
A honeypot that logs NTP packets into a Redis database to detect DDoS attempts.
A tool for taking a list of resolved subdomains and outputting any corresponding CNAMES en masse.
A simpler version of a honeypot that looks for connections from external parties and performs a specific action, usually blacklisting.
PINNED

InfoSecHired
An AI-powered career platform that automates the creation of cybersecurity job application materials and provides company-specific insights for job seekers.

Mandos Brief Newsletter
A weekly newsletter providing cybersecurity leadership insights, industry updates, and strategic guidance for security professionals advancing to management positions.

CTIChef.com Detection Feeds
A tiered cyber threat intelligence service providing detection rules from public repositories with varying levels of analysis, processing, and guidance for security teams.

OSINTLeak
OSINTLeak is a tool for discovering and analyzing leaked sensitive information across various online sources to identify potential security risks.

ImmuniWeb® Discovery
ImmuniWeb Discovery is an attack surface management platform that continuously monitors an organization's external digital assets for security vulnerabilities, misconfigurations, and threats across domains, applications, cloud resources, and the dark web.

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.