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:
|
info:
|
||||||
name: Git logs Exposure
|
name: Git Metadata Directory Exposure
|
||||||
author: tess
|
author: tess
|
||||||
severity: medium
|
severity: medium
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
tags: logs,detect,git,exposed
|
tags: logs,git,exposure
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/.git/"
|
- "{{BaseURL}}/.git/"
|
||||||
|
|
||||||
stop-at-first-match: true
|
|
||||||
host-redirects: true
|
host-redirects: true
|
||||||
max-redirects: 3
|
max-redirects: 2
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
Loading…
Reference in New Issue