nullsec-sniff
Version, currently main branch1 version
- main branchlatestJan 27, 2026
github.com/bad-antics/nullsec-sniff
NullSec Sniff - Network packet capture and analysis tool
1 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
nullsec-sniff:
github: bad-antics/nullsec-sniff
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
>= 1.0.0- License
- MIT
- Author
- bad-antics
- Target
snifffrom src/sniff.cr
Dependencies
This version declares no dependencies.
README
NullSec sniff
Network packet sniffer with protocol analysis
Overview
Part of the NullSec security toolkit. Written in Crystal.
Features
- Packet capture and analysis
- Protocol parsing (TCP/UDP/ICMP/ARP)
- Service identification
- Interface statistics
- Filtering by protocol, port, host
Installation
crystal build --release src/sniff.cr -o sniff
sudo cp sniff /usr/local/bin/
Usage
sniff --help # Show help
sniff -i eth0 # Capture on interface
sniff -i eth0 -p tcp # TCP only
sniff -l # List interfaces
Author
bad-antics - NullSec Project
License
MIT License
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- Jan 27, 2026
- Crystal
>= 1.0.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/bad-antics/nullsec-sniff
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 14, 2026
- Versions
- 1