Merge pull request #5833 from tess-ss/patch-36

Create nessus-login-detect.yaml
patch-1
Prince Chaddha 2022-10-26 12:53:50 +05:30 committed by GitHub
commit 4b99737308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 14 deletions

View File

@ -1,28 +1,30 @@
id: nessus-panel-detect id: nessus-panel
info: info:
name: Nessus Panel detector name: Nessus Panel Detect
author: joanbono author: joanbono,tess
severity: info severity: info
tags: panel metadata:
verified: true
shodan-query: title:"Nessus"
tags: panel,nessus
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}"
- "{{BaseURL}}/server/status" - "{{BaseURL}}/server/status"
matchers-condition: and matchers-condition: or
matchers: matchers:
- type: word - type: word
words: part: header
- '{"code":200,"progress":null,"status":"ready"}'
part: body
- type: word
words: words:
- 'NessusWWW' - 'NessusWWW'
part: header
- type: status - type: word
status: part: body
- 200 words:
- "<title>Nessus</title>"
- "window.location = '/unsupported6.html';"
condition: and