## ๐ 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.*