LICENSE
README.md
pyproject.toml
src/aibreach.egg-info/PKG-INFO
src/aibreach.egg-info/SOURCES.txt
src/aibreach.egg-info/dependency_links.txt
src/aibreach.egg-info/entry_points.txt
src/aibreach.egg-info/requires.txt
src/aibreach.egg-info/top_level.txt
src/breach/__init__.py
src/breach/__main__.py
src/breach/cli.py
src/breach/config.py
src/breach/logging_config.py
src/breach/ai/__init__.py
src/breach/ai/agent.py
src/breach/ai/god_mode.py
src/breach/ai/prompt_manager.py
src/breach/ai/prompts/__init__.py
src/breach/ai/prompts/auth.py
src/breach/ai/prompts/injection.py
src/breach/ai/prompts/recon.py
src/breach/ai/prompts/ssrf.py
src/breach/ai/prompts/xss.py
src/breach/attacks/__init__.py
src/breach/attacks/auth.py
src/breach/attacks/base.py
src/breach/attacks/engine.py
src/breach/attacks/file_warfare.py
src/breach/attacks/http_adapter.py
src/breach/attacks/idor.py
src/breach/attacks/injection.py
src/breach/attacks/jwt_obliterator.py
src/breach/attacks/nosql.py
src/breach/attacks/orchestrator.py
src/breach/attacks/registry.py
src/breach/attacks/sqli.py
src/breach/attacks/ssrf.py
src/breach/attacks/ssti_exploiter.py
src/breach/attacks/xss.py
src/breach/core/__init__.py
src/breach/core/killchain.py
src/breach/core/memory.py
src/breach/exploitation/__init__.py
src/breach/exploitation/agents.py
src/breach/exploitation/browser.py
src/breach/exploitation/evidence.py
src/breach/exploitation/poc_generator.py
src/breach/exploitation/shannon_engine.py
src/breach/exploitation/strict_validator.py
src/breach/output/__init__.py
src/breach/output/html.py
src/breach/output/json_formatter.py
src/breach/output/markdown.py
src/breach/phases/__init__.py
src/breach/phases/phase1_recon.py
src/breach/phases/phase2_analysis.py
src/breach/phases/phase3_exploit.py
src/breach/phases/phase4_report.py
src/breach/recon/__init__.py
src/breach/recon/dns.py
src/breach/recon/engine.py
src/breach/recon/ports.py
src/breach/recon/recon_warfare.py
src/breach/recon/social_engineering.py
src/breach/recon/web.py
src/breach/report/__init__.py
src/breach/report/brutal_report.py
src/breach/report/generator.py
src/breach/source/__init__.py
src/breach/source/dataflow.py
src/breach/source/languages.py
src/breach/ui/__init__.py
src/breach/ui/console.py
src/breach/ui/dashboard.py
src/breach/utils/__init__.py
src/breach/utils/helpers.py
src/breach/utils/http.py
src/breach/utils/logger.py
src/breach/workflow/__init__.py
src/breach/workflow/engine.py
tests/test_attacks_base.py
tests/test_cli.py
tests/test_core.py