2022-10-04 00:19:25 +00:00
|
|
|
id: smtp2go-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: SMTP2GO Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"smtp2go"
|
|
|
|
tags: tech,smtp2go
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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 © SMTP2GO."
|
|
|
|
condition: or
|
2022-10-04 00:19:25 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|