Show HN: NetSour, CLI Based Wireshark
The GitHub repository showcases NetSour, a Python and Scapy-based network packet sniffer with real-time capture, analysis, DoS detection, and multi-protocol support. Installation via cloning and `pip`, execution with root access. Aimed at educational and admin use, GPL V3 licensed.
Read original articleThe GitHub repository features NetSour, a network packet sniffer and analyzer tool developed in Python and Scapy. It supports real-time packet capture, analysis, DoS attack detection, and multiple protocols. Installation involves cloning the repository and running `pip install -r requirements.txt`. To execute, utilize `sudo python main.py` with root access. Functionality includes `is_root()`, `process_packet()`, `sniff_packets()`, `detect_dos()`, `display_packets()`, and `analyze_packet()`. NetSour is intended for educational and network administration purposes, requiring proper authorization for network traffic monitoring. The tool is licensed under GPL V3.
Related
OpenSnitch: GNU/Linux interactive application firewall inspired by Little Snitch
OpenSnitch is a versatile GNU/Linux application firewall with outbound connections filtering, ad blocking, and SIEM integration. It offers deb/rpm packages on GitHub, press coverage, connection review, donations, and translation opportunities.
Python packaging scenarios by the creators of ruff
The GitHub URL provides details on "packse," a Python packaging tool. It includes installation, usage, building, publishing, running a package index, serving scenarios, testing, exporting, and writing new scenarios. For further assistance, inquire within.
SpiderFoot automates OSINT for threat intelligence
SpiderFoot is an open-source intelligence tool on GitHub, with a web interface and command-line access. It aids in reconnaissance and identifying online vulnerabilities with over 200 modules. Installation details are on the SpiderFoot GitHub repository.
Python packaging scenarios by the creators of ruff
The GitHub URL provides details on "packse," a Python packaging tool. It includes installation, usage, building, publishing, running a package index, serving, testing, exporting, and writing new scenarios. Further inquiries are welcomed.
Show HN: Blitzping – A far faster nping/hping3 SYN-flood alternative with CIDR
Blitzping project on GitHub enhances IP packet transmission speed, surpassing hping3 and nping. It utilizes POSIX headers, C11's libc, supports CIDR notations, and offers various optimizations and features for efficient packet handling. Detailed repository includes benchmarks, compilation guidance, and device specifications.
It looks basically exactly like the Wireshark UI, but it's a TUI. So if I need some more interactivity than tcpdump, I use termshark instead.
What’s the advantage of this over using tcpdump directly?
Any thoughts on how to differentiate your work from other cli packet capturing and display utilities such as gosniff or termshark?
Related
OpenSnitch: GNU/Linux interactive application firewall inspired by Little Snitch
OpenSnitch is a versatile GNU/Linux application firewall with outbound connections filtering, ad blocking, and SIEM integration. It offers deb/rpm packages on GitHub, press coverage, connection review, donations, and translation opportunities.
Python packaging scenarios by the creators of ruff
The GitHub URL provides details on "packse," a Python packaging tool. It includes installation, usage, building, publishing, running a package index, serving scenarios, testing, exporting, and writing new scenarios. For further assistance, inquire within.
SpiderFoot automates OSINT for threat intelligence
SpiderFoot is an open-source intelligence tool on GitHub, with a web interface and command-line access. It aids in reconnaissance and identifying online vulnerabilities with over 200 modules. Installation details are on the SpiderFoot GitHub repository.
Python packaging scenarios by the creators of ruff
The GitHub URL provides details on "packse," a Python packaging tool. It includes installation, usage, building, publishing, running a package index, serving, testing, exporting, and writing new scenarios. Further inquiries are welcomed.
Show HN: Blitzping – A far faster nping/hping3 SYN-flood alternative with CIDR
Blitzping project on GitHub enhances IP packet transmission speed, surpassing hping3 and nping. It utilizes POSIX headers, C11's libc, supports CIDR notations, and offers various optimizations and features for efficient packet handling. Detailed repository includes benchmarks, compilation guidance, and device specifications.