Files
nuclei-templates/technologies/interactsh-server.yaml
Prince Chaddha ba8ae02d24 SSRF FP Fix (#4670)
* Update CVE-2021-27748.yaml

* Update CVE-2021-22873.yaml

* Update interactsh-server.yaml

* misc fixes

* Update CVE-2021-27748.yaml

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-06-28 04:45:56 +05:30

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>'