Skip to content

Commit b43c607

Browse files
committed
updated
1 parent 1a7850b commit b43c607

File tree

1 file changed

+1
-13
lines changed
  • documentation/modules/auxiliary/scanner/http

1 file changed

+1
-13
lines changed

documentation/modules/auxiliary/scanner/http/cert.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Description
22

3-
This module is a useful administrative scanner that allows you to cover a subnet to check whether or not server certificates are expired. Using this scanner, you can uncover issuer of certificate, issue and expiry date. If you find a expired certificate, you can exploit it.
3+
This module is a useful administrative scanner that allows you to cover a subnet to check whether or not server http certificates are expired. Using this scanner, you can uncover issuer of certificate, issue and expiry date.
44

55
## Verification Steps
66

@@ -17,18 +17,6 @@ Just set target RHOSTS and THREADS values and let it do its thing.
1717

1818
```
1919
msf > use auxiliary/scanner/http/cert
20-
msf auxiliary(cert) > show options
21-
22-
Module options:
23-
24-
Name Current Setting Required Description
25-
---- --------------- -------- -----------
26-
ISSUER .* yes Show a warning if the Issuer doesn't match this regex
27-
RHOSTS yes The target address range or CIDR identifier
28-
RPORT 443 yes The target port
29-
SHOWALL false no Show all certificates (issuer,time) regardless of match
30-
THREADS 1 yes The number of concurrent threads
31-
3220
msf auxiliary(cert) > set RHOSTS 192.168.1.0/24
3321
RHOSTS => 192.168.1.0/24
3422
msf auxiliary(cert) > set THREADS 254

0 commit comments

Comments
 (0)