All Projects → jxnet → Jxnet

jxnet / Jxnet

Licence: LGPL-3.0 license
Jxnet is a Java library for capturing and sending custom network packet buffers with no copies. Jxnet wraps a native packet capture library (libpcap/winpcap/npcap) via JNI (Java Native Interface).

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jxnet

NetStalker
A network tool to control the bandwidth over your local network.
Stars: ✭ 69 (+165.38%)
Mutual labels:  libpcap, packet-sniffer, packet-capture, npcap
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+26561.54%)
Mutual labels:  packet-sniffer, packet-crafting, packet-capture, network-security
DivertPInvoke
PInvoke wrapper for WinDivert
Stars: ✭ 22 (-15.38%)
Mutual labels:  packet-sniffer, packet-capture, packet-analyzer
WinDump
A user-mode packet dump software based on Npcap
Stars: ✭ 29 (+11.54%)
Mutual labels:  winpcap, libpcap, npcap
arp-dns-attacks
ARP spoofing, HTTP redirection, DNS spoofing and DNS forging using pcap library
Stars: ✭ 25 (-3.85%)
Mutual labels:  packet-sniffer, packet-capture, pcap-library
SnifferUI
基于MFC和WinPcap库开发的网络抓包和协议分析软件
Stars: ✭ 86 (+230.77%)
Mutual labels:  winpcap, packet-capture, packet-analyzer
Ossa
Open-Source Security Architecture | 开源安全架构
Stars: ✭ 796 (+2961.54%)
Mutual labels:  security-audit, security-scanner
Sn0int
Semi-automatic OSINT framework and package manager
Stars: ✭ 814 (+3030.77%)
Mutual labels:  security-audit, security-scanner
Cobra
Source Code Security Audit (源代码安全审计)
Stars: ✭ 2,802 (+10676.92%)
Mutual labels:  security-audit, security-scanner
Vuls
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
Stars: ✭ 8,844 (+33915.38%)
Mutual labels:  security-audit, security-scanner
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (+1257.69%)
Mutual labels:  security-audit, network-security
Hoper
Security tool to trace URL's jumps across the rel links to obtain the last URL
Stars: ✭ 50 (+92.31%)
Mutual labels:  security-audit, security-scanner
Pest
🐞 Primitive Erlang Security Tool
Stars: ✭ 79 (+203.85%)
Mutual labels:  security-audit, security-scanner
Inql
InQL - A Burp Extension for GraphQL Security Testing
Stars: ✭ 715 (+2650%)
Mutual labels:  security-audit, security-scanner
Kube Scan
kube-scan: Octarine k8s cluster risk assessment tool
Stars: ✭ 566 (+2076.92%)
Mutual labels:  security-audit, security-scanner
Golang Tls
Simple Golang HTTPS/TLS Examples
Stars: ✭ 857 (+3196.15%)
Mutual labels:  security-audit, security-scanner
Taipan
Web application vulnerability scanner
Stars: ✭ 359 (+1280.77%)
Mutual labels:  security-audit, security-scanner
Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+35042.31%)
Mutual labels:  security-audit, security-scanner
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (+523.08%)
Mutual labels:  security-audit, security-scanner
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+6915.38%)
Mutual labels:  security-audit, security-scanner

Developement has been stopped, please use https://github.com/ardikars/pcap instead.

Jxnet

Jxnet is a Java library for capturing and sending custom network packet buffers with no copies. Jxnet wraps a native packet capture library (libpcap/npcap) via JNI (Java Native Interface).

License

GNU Lesser General Public License, Version 3

/**
 * Copyright (C) 2015-2018 Jxnet
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].