UNPKG

websec-audit

Version:

A universal security scanning and audit tool for websites

7 lines (6 loc) 215 B
import { Scanner, TLSConfigResult } from '../types'; /** * Scan the TLS configuration of a domain * Note: This can only be used in a Node.js environment */ export declare const scanTLS: Scanner<TLSConfigResult>;