LICENSE.md
README.md
pyproject.toml
barb/__init__.py
barb/__main__.py
barb/allowlist.py
barb/banner.py
barb/batch.py
barb/cache.py
barb/config.py
barb/data_update.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/file_ext.py
barb/analyzers/homoglyph.py
barb/analyzers/ip_url.py
barb/analyzers/keyword.py
barb/analyzers/lexical.py
barb/analyzers/protocol.py
barb/analyzers/shortener.py
barb/analyzers/subdomain.py
barb/analyzers/tld.py
barb/analyzers/typosquat.py
barb/data/allowlist.json
barb/data/brands.json
barb/data/homoglyphs.json
barb/data/shorteners.json
barb/data/suspicious_tlds.json
barb/enrichers/__init__.py
barb/enrichers/asn.py
barb/enrichers/crtsh.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_cache.py
tests/test_cli.py
tests/test_config.py
tests/test_data_update.py
tests/test_enricher_robustness.py
tests/test_enrichers.py
tests/test_eval_harness.py
tests/test_explain.py
tests/test_export.py
tests/test_formatter.py
tests/test_models.py
tests/test_new_analyzers.py
tests/test_refang.py
tests/test_scoring.py
tests/test_scoring_verdict_tuning.py
tests/test_url_parser.py
tests/test_url_parser_property.py
tests/test_version_check.py