CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
agentic_bug_hunter.egg-info/PKG-INFO
agentic_bug_hunter.egg-info/SOURCES.txt
agentic_bug_hunter.egg-info/dependency_links.txt
agentic_bug_hunter.egg-info/entry_points.txt
agentic_bug_hunter.egg-info/requires.txt
agentic_bug_hunter.egg-info/top_level.txt
bughunter/__init__.py
bughunter/__main__.py
bughunter/agent.py
bughunter/brain.py
bughunter/engine.py
bughunter/serve.py
bughunter/agents/README.md
bughunter/agents/autopilot.md
bughunter/agents/chain-builder.md
bughunter/agents/credential-hunter.md
bughunter/agents/recon-agent.md
bughunter/agents/recon-ranker.md
bughunter/agents/report-writer.md
bughunter/agents/token-auditor.md
bughunter/agents/validator.md
bughunter/agents/web3-auditor.md
bughunter/mcp/README.md
bughunter/mcp/bughunter-mcp/README.md
bughunter/mcp/bughunter-mcp/__init__.py
bughunter/mcp/bughunter-mcp/adapters.py
bughunter/mcp/bughunter-mcp/claude-config.json
bughunter/mcp/bughunter-mcp/cli.py
bughunter/mcp/bughunter-mcp/opencode-config.json
bughunter/mcp/bughunter-mcp/redact.py
bughunter/mcp/bughunter-mcp/server.py
bughunter/mcp/bughunter-mcp/policy/__init__.py
bughunter/mcp/bughunter-mcp/policy/decisions.py
bughunter/mcp/bughunter-mcp/policy/engine.py
bughunter/mcp/bughunter-mcp/policy/tool_meta.py
bughunter/mcp/burp-mcp-client/README.md
bughunter/mcp/burp-mcp-client/config.json
bughunter/mcp/burp-mcp-client/opencode-config.json
bughunter/mcp/caido-mcp-client/README.md
bughunter/mcp/caido-mcp-client/opencode-config.json
bughunter/mcp/hackerone-mcp/config.json
bughunter/mcp/hackerone-mcp/opencode-config.json
bughunter/mcp/hackerone-mcp/server.py
bughunter/memory/README.md
bughunter/memory/__init__.py
bughunter/memory/audit_log.py
bughunter/memory/hunt_journal.py
bughunter/memory/pattern_db.py
bughunter/memory/research_case.py
bughunter/memory/rotation.py
bughunter/memory/schemas.py
bughunter/tools/README.md
bughunter/tools/__init__.py
bughunter/tools/_auth_helper.sh
bughunter/tools/_spray_http_form.py
bughunter/tools/_spray_oauth.py
bughunter/tools/auth_session.py
bughunter/tools/banner.py
bughunter/tools/banner.sh
bughunter/tools/breach_checker.py
bughunter/tools/bypass_403.sh
bughunter/tools/cicd_scanner.sh
bughunter/tools/cloud_recon.sh
bughunter/tools/cors_scanner.py
bughunter/tools/credential_store.py
bughunter/tools/crlf_scanner.py
bughunter/tools/cve_scan.sh
bughunter/tools/dashboard.py
bughunter/tools/dom_xss_harness.py
bughunter/tools/eol_check.py
bughunter/tools/external_arsenal.sh
bughunter/tools/graphql_audit.sh
bughunter/tools/h1_idor_scanner.py
bughunter/tools/h1_mutation_idor.py
bughunter/tools/h1_oauth_tester.py
bughunter/tools/h1_race.py
bughunter/tools/h1_run.sh
bughunter/tools/hai_browser_recon.js
bughunter/tools/hai_payload_builder.py
bughunter/tools/hai_probe.py
bughunter/tools/hunt.py
bughunter/tools/intel_engine.py
bughunter/tools/jwt_scanner.py
bughunter/tools/lead_board.py
bughunter/tools/learn.py
bughunter/tools/llm_redteam.py
bughunter/tools/memory_gc.py
bughunter/tools/memory_migrate.py
bughunter/tools/mindmap.py
bughunter/tools/multipart_mutator.py
bughunter/tools/nosqli_scanner.py
bughunter/tools/oob_listener.py
bughunter/tools/osint_employees.sh
bughunter/tools/param_discovery.sh
bughunter/tools/poc_bundler.py
bughunter/tools/port_scanner.py
bughunter/tools/prompt_safety.py
bughunter/tools/recon_adapter.py
bughunter/tools/recon_engine.sh
bughunter/tools/research_log.py
bughunter/tools/safe_http.py
bughunter/tools/sast_scan.py
bughunter/tools/scope_aggregator.sh
bughunter/tools/scope_checker.py
bughunter/tools/secrets_hunter.sh
bughunter/tools/sneaky_bits.py
bughunter/tools/spray_orchestrator.sh
bughunter/tools/takeover_scanner.sh
bughunter/tools/target_selector.py
bughunter/tools/token_scanner.py
bughunter/tools/validate.py
bughunter/tools/visual_triage.py
bughunter/tools/vuln_scanner.sh
bughunter/tools/waf_encoder.py
bughunter/tools/waf_response_analyzer.py
bughunter/tools/wordlist_engine.sh
bughunter/tools/zendesk_idor_test.py
bughunter/tools/zero_day_fuzzer.py
bughunter/wordlists/README.md
bughunter/wordlists/REFERENCES.md
bughunter/wordlists/api-endpoints.txt
bughunter/wordlists/common.txt
bughunter/wordlists/params.txt
bughunter/wordlists/raft-medium-dirs.txt
bughunter/wordlists/sensitive-files.txt
tests/test_agent_dispatcher_hardening.py
tests/test_agent_dispatcher_scope.py
tests/test_agent_time_budget_gate.py
tests/test_audit_log.py
tests/test_auth_session.py
tests/test_autopilot_guard.py
tests/test_brain_auto_detect.py
tests/test_brain_litellm.py
tests/test_breach_checker.py
tests/test_bughunter_mcp.py
tests/test_bypass_403_review_fixes.py
tests/test_config_file_permissions.py
tests/test_cookie_redaction.py
tests/test_cors_scanner.py
tests/test_credential_store.py
tests/test_crlf_scanner.py
tests/test_dashboard.py
tests/test_dom_xss_harness.py
tests/test_exploit_command_gate.py
tests/test_exploit_loop_budget.py
tests/test_false_positives.py
tests/test_hackerone_mcp.py
tests/test_hackerone_server.py
tests/test_hunt_session_dirs.py
tests/test_hunt_target_types.py
tests/test_install_standalone.py
tests/test_intel_engine.py
tests/test_jwt_scanner.py
tests/test_lead_board.py
tests/test_llm_redteam.py
tests/test_memory_gc.py
tests/test_mindmap.py
tests/test_model_selection.py
tests/test_nosqli_scanner.py
tests/test_oob_listener.py
tests/test_opencode_agent_frontmatter.py
tests/test_pattern_db.py
tests/test_plugin_manifest.py
tests/test_poc_bundler.py
tests/test_port_scanner.py
tests/test_prompt_injection_delimiting.py
tests/test_recon_adapter.py
tests/test_research_learning.py
tests/test_rotation.py
tests/test_safe_http_redirects.py
tests/test_safe_method_policy.py
tests/test_sast_scan.py
tests/test_schemas.py
tests/test_schemas_session_id.py
tests/test_scope_checker.py
tests/test_shell_injection_fixes.py
tests/test_sneaky_bits.py
tests/test_target_selector.py
tests/test_tls_verification_default.py
tests/test_token_scanner.py
tests/test_validation_handoff.py
tests/test_visual_triage.py
tests/test_vuln_scanner_review_fixes.py
tests/test_zendesk_idor_tool.py