Metadata-Version: 2.4
Name: ntc-sniff
Version: 1.0.7.2
Summary: A CLI tool that captures packets and explains them step by step like a debugger for networking.
Author: Next Tech Creations
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: scapy
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Sniff

A CLI tool that captures packets and explains them step by step like a debugger for networking. 

---

## Features

- Can capture TCP packets and output binary data, whilst translating the bytes to ASCII.
- Can detect TCP handshakes.

---

## Tech Stack

- Python

---

## 📦 Installation & Setup

### Maunal Installation
- Clone the repository:
```bash
git clone https://github.com/ntcofficial/sniff.git
cd sniff
pip install -e .
```

---

## Usage

sudo python -m ntc_sniff.main [-h] --iface IFACE [--count COUNT] [--explain]

ntc-sniff: packet analyzer CLI

options:
  -h, --help     show this help message and exit
  --iface IFACE  Network Interface
  --count COUNT  Number of packets
  --explain      Explain packet bytes

---

## 📝 Changelog
### 1.0.7.2 >
- Can capture TCP packets and output binary data, whilst translating the bytes to ASCII.
- Can detect TCP handshakes.

---

## 🤝 Contributing
Currently in early development.
Contributions may be opened in the future.
Suggestions and feedback are welcome.

---

## Author
### Jasper
Founder - Next Tech Creations

---

## License

This is licensed under the **MIT License**.

---

## 📜 License Text

```
Copyright 2026 Next Tech Creations

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```
---

## 📬 Contact

For questions, feedback, or collaboration:

* 📧 Email: [nexttechcreations@gmail.com](mailto:nexttechcreations@gmail.com)
* 🌐 Website: [nexttechcreations.pages.dev](https://nexttechcreations.pages.dev/)

---

## ⭐ Support

If you like this project:

* Star the repository
* Share with others
* Give feedback

Your support helps the project grow.
