Merge pull request #6866 from projectdiscovery/pussycat0x-patch-3

Revoked SSL Certificate - Detect
patch-1
Ritik Chaddha 2023-03-16 21:32:35 +05:30 committed by GitHub
commit 23c352ddc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
id: revoked-ssl-certificate
info:
name: Revoked SSL Certificate - Detect
author: pussycat0x
severity: low
description: |
Certificate revocation is the act of invalidating a TLS/SSL before its scheduled expiration date. A certificate should be revoked immediately when its private key shows signs of being compromised. It should also be revoked when the domain for which it was issued is no longer operational.
reference: |
- https://www.invicti.com/web-vulnerability-scanner/vulnerabilities/revoked-ssl-certificate/
- https://www.tenable.com/plugins/nnm/5837
tags: ssl,revoked
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: dsl
dsl:
- "revoked == true"