2021-12-24 14:01:28 +00:00
|
|
|
id: kodexplorer-detect
|
2021-12-24 13:56:15 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: KodExplorer-detect
|
|
|
|
author: ffffffff0x
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2021-12-24 13:56:15 +00:00
|
|
|
fofa-query: app="Powered-by-KodExplorer"
|
|
|
|
tags: kodexplorer,tech
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-24 13:56:15 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-12-24 13:56:15 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
2021-12-24 14:01:28 +00:00
|
|
|
part: body
|
2021-12-24 13:56:15 +00:00
|
|
|
regex:
|
|
|
|
- '(?i)<title>.* - Powered by KodExplorer</title>'
|
2021-12-24 14:01:28 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'Powered by KodExplorer ([a-z0-9.]+) \|'
|