Create git-web-interface.yaml

patch-1
Dhiyaneshwaran 2021-11-20 17:46:52 +05:30 committed by GitHub
parent 682807afd8
commit 5dd998395f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: git-web-interface
info:
name: Git web interface
author: dhiyaneshDK
severity: low
tags: git
metadata:
shodan-query: 'html:"git web interface version"'
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- 'git web interface version'
- type: status
status:
- 200