Skip to content

SMTP2GO Detect

ID: smtp2go-detect

Severity: info

Author: pikpikcu,righettod

Tags: tech,smtp2go

id: smtp2go-detect
info:
name: SMTP2GO Detect
author: pikpikcu,righettod
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 &copy; SMTP2GO."
- "mailto:[email protected]"
- 'href="https://www.smtp2go.com/"'
condition: or
- type: status
status:
- 200
# digest: 490a00463044022079af458f9348ce3e68243bbba23b15a1e3a5faabbc313ed59820c0d507604d590220717d393c31ad30f4903ad6c0c06932706e481336d2d387f2c2ef109d2c68d3fd:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/smtp2go-detect.yaml"

View on Github