Delete nessus-panel-detect.yaml

patch-1
Prince Chaddha 2022-10-26 12:43:29 +05:30 committed by GitHub
parent 7a89a0a501
commit 9b3f906f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
id: nessus-login-detect
info:
name: Nessus Panel Detect
author: tess
severity: info
metadata:
verified: true
shodan-query: title:"Nessus"
tags: tech,panel,detect
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Nessus</title>"
- "window.location = '/unsupported6.html';"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200