Update and rename git-logs-exposure.yaml to git-exposure.yaml
parent
a6dfae28c6
commit
88d0fab593
|
@ -1,21 +1,20 @@
|
|||
id: git-logs-exposure-detect
|
||||
id: git-exposure
|
||||
|
||||
info:
|
||||
name: Git logs Exposure
|
||||
name: Git Metadata Directory Exposure
|
||||
author: tess
|
||||
severity: medium
|
||||
metadata:
|
||||
verified: true
|
||||
tags: logs,detect,git,exposed
|
||||
tags: logs,git,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/.git/"
|
||||
|
||||
stop-at-first-match: true
|
||||
host-redirects: true
|
||||
max-redirects: 3
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
Loading…
Reference in New Issue