Create intellian-aptus-panel.yaml

patch-1
Prince Chaddha 2022-04-20 01:52:18 +04:00 committed by GitHub
parent 8ef696af22
commit b9e1d85299
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: intellian-aptus-panel
info:
name: Intellian Aptus Web Login Panel
author: princechaddha
severity: info
metadata:
shodan-query: http.title:"Intellian Aptus Web"
tags: panel,intellian,aptus
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/getagent.cgi?type=s&xxxx"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
regex:
- '<title>Intellian Aptus Web (.*)</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "<title>Intellian Aptus Web (.*)</title>"