mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 17:45:28 +00:00
* Added tlsx integration to nuclei * tls tests fix * Added helper functions + upgrade tlsx to fix * go mod update * workflow fix to race test on windows Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
19 lines
284 B
YAML
19 lines
284 B
YAML
id: custom-cipher
|
|
|
|
info:
|
|
name: Basic SSL Request
|
|
author: pdteam
|
|
severity: info
|
|
|
|
ssl:
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
cipher_suites:
|
|
- TLS_AES_128_GCM_SHA256
|
|
|
|
matchers:
|
|
- type: word
|
|
part: response
|
|
words:
|
|
- "TLS_AES_128_GCM_SHA256"
|