Skip to content

Commit ffc7efe

Browse files
committed
- Added new issue templates for Feature Request and Tests
1 parent 736e1ea commit ffc7efe

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Feature Request
3+
about: Reqeust a new feature for Nikto
4+
title: 'Feature: '
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
### Description
10+
11+
### Links/Info
12+

.github/ISSUE_TEMPLATE/TestRequest.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: New Test
3+
about: Reqeust a new test in Nikto
4+
title: 'Test Request: '
5+
labels: 'check'
6+
assignees: ''
7+
8+
---
9+
### Description
10+
11+
### Path
12+
13+
### Matching text (in response)
14+
15+
### Links/Info
16+

program/databases/db_tests

+7
Original file line numberDiff line numberDiff line change
@@ -6971,3 +6971,10 @@
69716971
"007282","0","1","/var/","GET","[Ii]ndex [Oo]f ","[Dd]irectory [Ll]isting ([Oo]f|[Ff]or) ","","","","/var directory has indexing enabled.","",""
69726972
"007283","0","1","/var/log/","GET","[Ii]ndex [Oo]f ","[Dd]irectory [Ll]isting ([Oo]f|[Ff]or) ","","","","/var directory has indexing enabled.","",""
69736973
"007284","0","1","/etc/","GET","[Ii]ndex [Oo]f ","[Dd]irectory [Ll]isting ([Oo]f|[Ff]or) ","","","","'/etc directory has indexing enabled.","",""
6974+
"007285","0","12","/.ftpconfig","GET","\"port\":","","","","","This file may contain login credentials.","",""
6975+
"007286","0","12","/.remote-sync.json","GET","\"port\":","","","","","This file may contain login credentials.","",""
6976+
"007287","0","12","/.vscode/ftp-sync.json","GET","\"port\":","","","","","This VSCode file may contain login credentials.","",""
6977+
"007288","0","12","/.vscode/sftp.json","GET","\"port\":","","","","","This VSCode file may contain login credentials.","",""
6978+
"007289","0","12","/deployment-config.json","GET","\"port\":","","","","","This file may contain login credentials.","",""
6979+
"007290","0","12","/ftpsync.settings","GET","\"port\":","","","","","This file may contain login credentials.","",""
6980+
"007291","0","12","/sftp-config.json","GET","\"port\":","","","","","This file may contain login credentials.","",""

0 commit comments

Comments
 (0)