Merge pull request #5834 from tess-ss/patch-37

Create acunetix-login-detect.yaml
patch-1
Prince Chaddha 2022-10-26 12:55:27 +05:30 committed by GitHub
commit cc4ceb04be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: acunetix-login
info:
name: Acunetix Login Panel Detect
author: tess
severity: info
metadata:
verified: true
shodan-query: title:"Acunetix"
tags: panel,acunetix
requests:
- method: GET
path:
- '{{BaseURL}}/#/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Acunetix</title>"
- "assets/images/invicti-acunetix-logo.svg"
condition: or
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200