Merge pull request #4201 from projectdiscovery/aptus-detect

Create aptus-detect.yaml
patch-1
Prince Chaddha 2022-04-20 12:14:33 +04:00 committed by GitHub
commit d1d2939d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: aptus-detect
info:
name: Aptus Login Panel
author: princechaddha
severity: info
metadata:
shodan-query: http.title:"Aptus Login"
tags: panel,aptus
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Aptus Login</title>"
- type: status
status:
- 200