Update and rename insecure-cipher-detect.yaml to insecure-cipher-suite-detect.yaml
parent
e28c7adf5a
commit
62f22bd531
|
@ -1,7 +1,7 @@
|
||||||
id: insecure-cipher-detect
|
id: insecure-cipher-suite-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Insecure Cipher Detection
|
name: Insecure Cipher Suite Detection
|
||||||
author: pussycat0x
|
author: pussycat0x
|
||||||
severity: info
|
severity: info
|
||||||
reference:
|
reference:
|
||||||
|
@ -12,12 +12,10 @@ info:
|
||||||
|
|
||||||
ssl:
|
ssl:
|
||||||
- address: "{{Host}}:{{Port}}"
|
- address: "{{Host}}:{{Port}}"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: json
|
- type: json
|
||||||
json:
|
json:
|
||||||
- '.cipher'
|
- '.cipher'
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: cipher
|
part: cipher
|
Loading…
Reference in New Issue