Skip to content

Commit 4057789

Browse files
committed
add discussion templates
1 parent 74aaafd commit 4057789

5 files changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 🛡️ Fingerprint Brainstorming
2+
3+
**Which device or service would you like Zond to detect?**
4+
(e.g., A specific Industrial PLC or a niche IoT platform.)
5+
6+
**What do we know about it?**
7+
(e.g., Default ports, common banners, or links to vendor documentation.)
8+
9+
**Can you provide a scan capture?**
10+
(If you have access to the device, please run `zond scan <target> -vv` and share the logs here so we can build a signature!)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 💡 Feature Idea / Brainstorming
2+
3+
**Summary of the idea:**
4+
(A one-sentence description of what you'd like to see.)
5+
6+
**Problem it solves:**
7+
(How does this complement the existing Zond workflow?)
8+
9+
**How it could work:**
10+
(Briefly describe the interface or command-line interaction.)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 🙋 Support Request
2+
3+
**Description of the problem:**
4+
(e.g., I'm having trouble scanning a specific VLAN.)
5+
6+
**Environment details:**
7+
- OS:
8+
- Zond Version:
9+
- Network Setup: (Home, Corporate, Lab)
10+
11+
**Steps you've already taken:**
12+
(e.g., I've checked sudo privileges and running with -vv.)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 🚀 Show and Tell
2+
3+
**What did you find / build?**
4+
(e.g., I've scanned my entire home network and found a hidden development server!)
5+
6+
**Screenshots / Console Output:**
7+
(Paste your Zond results here. Mention if you used `--redact` for privacy!)
8+
9+
**Specific Commands Used:**
10+
(e.g., `zond discover lan -v`)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🛡️ Security Policy
4+
url: https://github.com/hollowpointer/zond/security/policy
5+
about: Read our security policy before reporting vulnerabilities privately.
6+
- name: 💬 Community Discussions
7+
url: https://github.com/hollowpointer/zond/discussions
8+
about: Ask questions, share fingerprints, and brainstorm ideas with the community.
9+
- name: 📘 Documentation
10+
url: https://github.com/hollowpointer/zond#readme
11+
about: Check the README for installation and usage guides.

0 commit comments

Comments
 (0)