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: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.0.0
License
MIT
Author
bad-antics
Target
  • sniff from src/sniff.cr

Dependencies

This version declares no dependencies.

README

NullSec sniff

Network packet sniffer with protocol analysis

Language Platform License

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