6 matches found
phishing_catcher
钓鱼网站捕捉器 通过监听CertStream API中报告的证书透明度日志CTL,近乎实时地捕获可疑的TLS证书颁发,从而发现可能的钓鱼域名。"可疑"的颁发是指其域名根据配置文件计算得分超过特定阈值的证书。 这只是一个可用的概念验证PoC。欢迎贡献代码并根据您的需求进行调整。👍 安装 该脚本应可在Python2或Python3下正常运行。克隆或下载源代码后,安装依赖: root@kitploit: pip install -r requirements.txt 配置 Phishing Catcher...
phishing_catcher
Phishing Catcher Catch possible phishing domains in near real time by looking for suspicious TLS certificate issuances reported to the Certificate Transparency Log CTL via the CertStream API. "Suspicious" issuances are those whose domain name scores beyond a certain threshold based on a...
miteru
This repository does not have a README...
slurp-old
slurp Enumera buckets de S3 manualmente o mediante certstream Resumen En primer lugar, crédito a https://github.com/eth0izzle/bucket-stream por la idea de certstream. También, crédito a todos los paquetes de proveedores que hicieron posible esta herramienta. No soy responsable de cómo uses esta...
aiohttp-exploit-CVE-2024-23334-certstream
Collect domains fromcertstream.calidog.io. Check forPython aiohttp in the response headers. Attempt to exploit CVE-2024-23334 Successful attempts sent to discord via webhook...
certstreamcatcher - Catching phishing by observing certificate transparency logs
Catching phishing by observing certificate transparency logs. This tool is based on regex with effective standards for detecting phishing sites in real time using certstream. Installation $ cd /opt/ $ git clone https://github.com/6IX7ine/certstreamcatcher.git $ cd certstreamcatcher $ npm install...