minor updates
parent
df2418ce18
commit
eb436f7ddb
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue