File tree Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change 1+
2+
3+
4+ ``` markdown
5+ ---
6+ name: 🐛 Bug Report
7+ about: Create a report to help us improve Cybertoolkit
8+ title: '[BUG] Brief description of the issue'
9+ labels: ['bug', 'triage']
10+ assignees: ''
11+ ```
12+ ---
13+
14+ ## 🐛 Bug Description
15+ <!-- A clear and concise description of what the bug is -->
16+
17+ ## 🔄 Steps to Reproduce
18+ 1 . Tool: ` [which tool has the issue] `
19+ 2 . Command: ` [exact command used] `
20+ 3 . Target: ` [what you were testing] `
21+ 4 . See error: ` [what went wrong] `
22+
23+ ** Expected behavior**
24+ <!-- What you expected to happen -->
25+
26+ ** Actual behavior**
27+ <!-- What actually happened -->
28+
29+ ## 🖥️ Environment
30+ <!-- Please complete the following information -->
31+
32+ ### Platform
33+ - [ ] Kali Linux
34+ - [ ] Termux (Android)
35+ - [ ] Cloud Shell
36+ - [ ] Other Linux
37+ - [ ] macOS
38+ - [ ] Windows WSL
39+ - [ ] Docker
40+
41+ ### System Information
42+ ``` bash
43+ # Please provide if possible
44+ uname -a
45+ python3 --version
46+ go version # if applicable
47+ ```
48+
49+ ## 📋 Logs & Output
50+ <!-- Please include relevant log files or command output -->
51+
52+ ### Error Message
53+ ```
54+ [Paste the exact error message here]
55+ ```
56+
57+ ### Log File Content
58+ <!-- Check logs/ directory for relevant log files -->
59+ ```
60+ [Paste relevant log content here]
61+ ```
62+
63+ ## 🖼️ Screenshots
64+ <!-- If applicable, add screenshots to help explain your problem -->
65+
66+ ## 📝 Additional Context
67+ <!-- Add any other context about the problem here -->
68+
69+ ## 🔒 Legal Compliance
70+ - [ ] I confirm this issue relates to authorized security testing
71+ - [ ] I have read and understood the LEGAL.md document
72+ - [ ] No sensitive target information is disclosed
73+ ```
74+
You can’t perform that action at this time.
0 commit comments