33 lines
763 B
YAML
33 lines
763 B
YAML
id: kodexplorer-detect
|
|
|
|
info:
|
|
name: KodExplorer-detect
|
|
author: ffffffff0x
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
fofa-query: app="Powered-by-KodExplorer"
|
|
tags: kodexplorer,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '(?i)<title>.* - Powered by KodExplorer</title>'
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Powered by KodExplorer ([a-z0-9.]+) \|'
|
|
|
|
# digest: 4a0a0047304502204de33e8a5b1cbb263d5cfbea0b14b7bfa5db83f2dd5a4294642ed20d0122bf2c0221009469d28eea0b8658f626256c905cd44f5a1b7d54c790613f38c5131f7fc25697:922c64590222798bb761d5b6d8e72950
|