LICENSE.md
README.md
pyproject.toml
barb/__init__.py
barb/__main__.py
barb/banner.py
barb/batch.py
barb/config.py
barb/defang.py
barb/main.py
barb/models.py
barb/scoring.py
barb/url_parser.py
barb/version_check.py
barb/analyzers/__init__.py
barb/analyzers/base.py
barb/analyzers/brand.py
barb/analyzers/encoding.py
barb/analyzers/entropy.py
barb/analyzers/homoglyph.py
barb/analyzers/ip_url.py
barb/analyzers/protocol.py
barb/analyzers/shortener.py
barb/analyzers/subdomain.py
barb/analyzers/tld.py
barb/data/brands.json
barb/data/homoglyphs.json
barb/data/shorteners.json
barb/data/suspicious_tlds.json
barb/enrichers/__init__.py
barb/enrichers/dns.py
barb/enrichers/protocol.py
barb/enrichers/rdap.py
barb/explain/__init__.py
barb/explain/llm.py
barb/explain/prompt.py
barb/explain/protocol.py
barb/explain/template.py
barb/output/__init__.py
barb/output/export.py
barb/output/formatter.py
barb_phish.egg-info/PKG-INFO
barb_phish.egg-info/SOURCES.txt
barb_phish.egg-info/dependency_links.txt
barb_phish.egg-info/entry_points.txt
barb_phish.egg-info/requires.txt
barb_phish.egg-info/top_level.txt
tests/test_analyze_cli.py
tests/test_analyzers.py
tests/test_cli.py
tests/test_enrichers.py
tests/test_explain.py
tests/test_export.py
tests/test_formatter.py
tests/test_models.py
tests/test_scoring.py
tests/test_url_parser.py
tests/test_version_check.py