nuclei-templates/http/technologies/smtp2go-detect.yaml

31 lines
516 B
YAML
Raw Normal View History

2022-10-04 00:19:25 +00:00
id: smtp2go-detect
info:
name: SMTP2GO Detect
author: pikpikcu
severity: info
metadata:
max-request: 1
2022-10-04 00:19:25 +00:00
shodan-query: http.title:"smtp2go"
tags: tech,smtp2go
http:
2022-10-04 00:19:25 +00:00
- method: GET
path:
- "{{BaseURL}}"
2022-10-04 19:28:24 +00:00
redirects: true
max-redirects: 2
2022-10-04 00:19:25 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>SMTP2GO</title>"
2022-10-04 19:28:24 +00:00
- "2022 &copy; SMTP2GO."
condition: or
2022-10-04 00:19:25 +00:00
- type: status
status:
- 200