nuclei-templates/technologies/interactsh-server.yaml

24 lines
398 B
YAML
Raw Normal View History

2022-01-24 09:58:26 +00:00
id: interactsh-server
info:
name: Interactsh Server
author: pdteam
severity: info
tags: tech,interactsh
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "<h1> Interactsh Server </h1>"
extractors:
- type: regex
group: 1
regex:
2022-01-24 12:28:58 +00:00
- '<b>(.*)<\/b> server'
- 'from <b>(.*)<\/b>'