From 0dbbb4ebe70ee7fc71fe9987dfd2c5f1b9ca8ad6 Mon Sep 17 00:00:00 2001 From: WEB3 and BlockChain Dev <80119259+jpburns82@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:04:22 -0800 Subject: [PATCH] Add Trust Scan - URL security scanner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trust Scan is a free, open-source URL security scanner that performs 8 security checks including WHOIS, SSL, threat intelligence (URLhaus, PhishTank, Spamhaus), and detects 40+ scam/phishing patterns. Includes optional AI analysis via Ollama. - Live demo: https://aibuilds.net - Self-hostable with Docker - MIT License 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e33ec4..25c4490 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog - [recon](https://github.com/rusty-ferris-club/recon) - a fast Rust based CLI that uses SQL to query over files, code, or malware with content classification and processing for security experts - [CakeFuzzer](https://github.com/Zigrin-Security/CakeFuzzer) - The ultimate web application security testing tool for CakePHP-based web applications. CakeFuzzer employs a predefined set of attacks that are randomly modified before execution. Leveraging its deep understanding of the Cake PHP framework, Cake Fuzzer launches attacks on all potential application entry points. - [Artemis](https://github.com/CERT-Polska/Artemis/) - A modular vulnerability scanner with automatic report generation capabilities. +- [Trust Scan](https://github.com/undeadlist/trust-scan) - URL security scanner with WHOIS, SSL, threat intelligence (URLhaus, PhishTank, Spamhaus), and 40+ scam/phishing pattern detection. Includes optional AI analysis via Ollama. ([Demo](https://aibuilds.net)) ### Runtime Application Self-Protection