Skip to content

Fortinet FortiWEB Certificate - Detect

ID: fortiweb-certificate

Severity: info

Author: johnk3r

Tags: ssl,tls,fortinet,fortiweb

id: fortiweb-certificate
info:
name: Fortinet FortiWEB Certificate - Detect
author: johnk3r
severity: info
metadata:
verified: true
max-request: 1
shodan-query: ssl:"cn=fortiweb"
tags: ssl,tls,fortinet,fortiweb
ssl:
- address: "{{Host}}:{{Port}}"
matchers-condition: and
matchers:
- type: word
part: subject_dn
words:
- type: word
part: subject_dn
words:
- "CN=FortiWEB"
extractors:
- type: dsl
dsl:
- 'subject_cn'
# digest: 4a0a0047304502207da449f871cbf515c27af92a03da7a8c0f4adbd8f4c4a21414adb1d240db5120022100a94b6ed3c3f85a83df3b1b05abee877f9a14ef89a5e20aa55335637792d5e75e: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 "ssl/fortinet/fortiweb-certificate.yaml"

View on Github