2022-01-24 09:58:26 +00:00
|
|
|
id: interactsh-server
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Interactsh Server
|
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2022-06-27 23:15:56 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-06-27 23:15:56 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"Interactsh Server"
|
2022-01-24 09:58:26 +00:00
|
|
|
tags: tech,interactsh
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-01-24 09:58:26 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-06-27 23:15:56 +00:00
|
|
|
matchers-condition: and
|
2022-01-24 09:58:26 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2022-06-27 23:15:56 +00:00
|
|
|
- "Interactsh Server"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-01-24 09:58:26 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
2022-01-24 12:28:58 +00:00
|
|
|
- '<b>(.*)<\/b> server'
|
2022-06-27 23:15:56 +00:00
|
|
|
- 'from <b>(.*)<\/b>'
|