Add Trust Scan - URL security scanner

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 <noreply@anthropic.com>
This commit is contained in:
WEB3 and BlockChain Dev 2025-12-29 17:04:22 -08:00
parent 2704c1c43a
commit 0dbbb4ebe7

View file

@ -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