1id: custom-cipher 2 3info: 4 name: Basic SSL Request 5 author: pdteam 6 severity: info 7 8ssl: 9 - address: "{{Host}}:{{Port}}" 10 11 cipher_suites: 12 - TLS_AES_128_GCM_SHA256 13 14 matchers: 15 - type: word 16 part: response 17 words: 18 - "TLS_AES_128_GCM_SHA256" 19 20