2022-04-19 21:52:18 +00:00
|
|
|
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"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-04-19 21:52:18 +00:00
|
|
|
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>"
|