34 lines
712 B
YAML
34 lines
712 B
YAML
id: smtp2go-detect
|
|
|
|
info:
|
|
name: SMTP2GO Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"smtp2go"
|
|
tags: tech,smtp2go
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>SMTP2GO</title>"
|
|
- "2022 © SMTP2GO."
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022053b649585fa63f1542c8f7a1cfe0850c03e85eabbea1506d13208bcc179d8aa6022100e4100447e4e12d6a485ed92b93ac4bd137fe5a6415e98eda30a03857b2f74a58:922c64590222798bb761d5b6d8e72950
|