33 lines
549 B
YAML
33 lines
549 B
YAML
id: interactsh-server
|
|
|
|
info:
|
|
name: Interactsh Server
|
|
author: pdteam
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:"Interactsh Server"
|
|
tags: tech,interactsh
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Interactsh Server"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '<b>(.*)<\/b> server'
|
|
- 'from <b>(.*)<\/b>'
|