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