zond-engine 0.6.0

A lightweight, fast, and highly concurrent networking backend for packet crafting, protocol fingerprinting, and host discovery.
Documentation
## ๐Ÿ“ Description

Fixes # (issue)

---

## ๐Ÿ› ๏ธ Type of Change

- [ ] ๐Ÿ” **New Fingerprint:** Added detection for a new service/protocol.
- [ ] ๐Ÿš€ **New Feature:** Added a new CLI flag or capability.
- [ ] ๐Ÿ› **Bug Fix:** Fixed an issue in the engine or discovery logic.
- [ ] โšก **Performance:** Improved scan speed or resource usage.
- [ ] ๐Ÿ“ **Docs:** Updated README, help text, or documentation.

---

## ๐Ÿงช How Has This Been Tested?

- [ ] **Target Test:** I ran `zond` against a live/containerized target.
- [ ] **Regression Test:** Verified that existing fingerprints still work.
- [ ] **Noisiness Check:** Verified this doesn't send an excessive amount of packets.

**Test Configuration:**
- OS:
- Target Service:
- Command used: `zond ...`

---

## ๐Ÿ“ธ Screenshots / Logs

<details>
<summary>Click to expand logs</summary>

```text
(Paste output here)
```

</details>

---

## โœ… Checklist

- [ ] My code follows the project's style guidelines.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] My changes generate no new warnings/errors.
- [ ] I have added/updated documentation.
- [ ] I did not read any of this, just clicking for the green button.
- [ ] **(If adding a fingerprint)** The regex/logic is as specific as possible to avoid false positives.

---
*By submitting this PR, I agree to the project's license terms.*