minor updates

patch-1
sandeep 2021-12-22 12:14:29 +05:30
parent df2418ce18
commit eb436f7ddb
2 changed files with 14 additions and 10 deletions

View File

@ -1,22 +1,24 @@
id: unauthorized-puppet-Node-Manager id: unauthorized-puppet-node-manager
info: info:
name: Pupet Node Manager name: Pupet Node Manager
author: pussycat0x author: pussycat0x
severity: medium severity: medium
metadata: metadata:
fofa-dork: 'app="puppet-Node-Manager"' fofa-dork: 'app="puppet-Node-Manager"'
tags: unauth, tech tags: node,misconfig
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/" - "{{BaseURL}}"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- '<a href="/nodes">Nodes</a>' - '<a href="/nodes">Nodes</a>'
condition: and
part: body
- type: status - type: status
status: status:
- 200 - 200

View File

@ -1,22 +1,24 @@
id: puppet-Node-Manager-detect id: puppet-node-manager-detect
info: info:
name: Puppet Node Manager name: Puppet Node Manager
author: pussycat0x author: pussycat0x
severity: info severity: info
metadata: metadata:
fofa-dork: 'app="puppet-Node-Manager"' fofa-dork: 'app="puppet-Node-Manager"'
tags: login, tech tags: node,tech
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/" - "{{BaseURL}}"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- '<title>Puppet Node Manager</title>' - '<title>Puppet Node Manager</title>'
condition: and
part: body
- type: status - type: status
status: status:
- 200 - 200