Merge pull request #3925 from p0dalirius/adding-ixbus-templates

Added template for ixbus web application exposed login page and version
patch-1
Prince Chaddha 2022-03-17 16:10:28 +05:30 committed by GitHub
commit b3ae9fba03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: ixbusweb-panel
info:
name: iXBusWeb Panel Detect
author: Podalirius
severity: info
metadata:
shodan-query: http.title:"iXBus"
tags: panel,ixbusweb,cms
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>iXBus</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 2
regex:
- '(iXBusWeb[\n\t ]+\((([0-9]+(.[0-9]+)?(.[0-9]+)?(.[0-9]+)?))\))'