Metadata-Version: 2.4
Name: unphishable
Version: 4.0.1
Summary: Advanced phishing detection CLI tool with multi-layer analysis
Author: Newton Achonduh
Author-email: UNPHISHABLE Security <security@unphishable.dev>
License: MIT
Project-URL: Homepage, https://github.com/unphishable/unphishable
Project-URL: Documentation, https://github.com/unphishable/unphishable#readme
Project-URL: Repository, https://github.com/unphishable/unphishable
Project-URL: Issues, https://github.com/unphishable/unphishable/issues
Keywords: security,phishing,detection,cli,scanner,cybersecurity
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Internet
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Environment :: Console
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file

🛡️ UNPHISHABLE
Advanced Phishing Detection CLI Tool
Unphishable is a professional security tool that detects phishing domains using multi-layer pattern recognition. It analyzes domains through HTTP checks, SSL verification, WHOIS data, brand impersonation detection, and cyclic/misleading number patterns to provide comprehensive security assessments.
✨ Features
🔍 Multi-layer analysis: Domain parsing, HTTP checks, SSL verification, WHOIS lookup
🏢 Brand detection & impersonation: Database of the top 200 most phished brands
🔢 Cyclic & misleading number detection: Identify tricky numeric patterns often used in phishing URLs
📊 Intelligent scoring: Pattern-based risk assessment
🎓 Educational explanations: Understand why a domain is considered risky
🚀 Auto-install: Works immediately, no manual dependencies
🎨 Beautiful CLI: Colored output, progress indicators, clean interface
🚀 Quick Install
Windows (recommended):
Copy code
Bash
py -m pip install unphishable
Linux/macOS:
Copy code
Bash
pip install unphishable
⚡ Tip: For existing users, upgrade to the latest version to get the new features:
Copy code
Bash
py -m pip install --upgrade unphishable   # Windows
pip install --upgrade unphishable         # Linux/macOS
🧪 Usage Example
Copy code
Bash
unphishable scan https://example.com
Output:
Copy code

URL: https://example.com
Risk Score: 75%
Reason: SSL certificate invalid, suspicious domain pattern
💡 How to Contribute
⭐ Star the repo: https://github.com/newtonachonduh
📝 Report issues or suggest features
🖼️ Share screenshots of CLI output if testing new features
🌍 Impact
By using and testing Unphishable, you’re helping make phishing detection smarter, faster, and more reliable for everyone.
👤 About the Creator
Unphishable is maintained by Newton Achonduh, a dedicated security researcher and software developer focused on building real-time phishing detection tools. Contributions, feedback, and community testing help ensure the tool remains reliable, accurate, and educational.
