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:
name: Pupet Node Manager
author: pussycat0x
severity: medium
metadata:
fofa-dork: 'app="puppet-Node-Manager"'
tags: unauth, tech
tags: node,misconfig
requests:
- method: GET
path:
- "{{BaseURL}}/"
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<a href="/nodes">Nodes</a>'
condition: and
part: body
- type: status
status:
- 200

View File

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