LICENSE
README.md
pyproject.toml
bugslyce/__init__.py
bugslyce/branding.py
bugslyce/cli.py
bugslyce/config.py
bugslyce/doctor.py
bugslyce/interactive.py
bugslyce/project_pipeline.py
bugslyce/project_session.py
bugslyce/time_utils.py
bugslyce/wizard.py
bugslyce.egg-info/PKG-INFO
bugslyce.egg-info/SOURCES.txt
bugslyce.egg-info/dependency_links.txt
bugslyce.egg-info/entry_points.txt
bugslyce.egg-info/requires.txt
bugslyce.egg-info/top_level.txt
bugslyce/core/__init__.py
bugslyce/core/engagement_context.py
bugslyce/core/models.py
bugslyce/core/normalise.py
bugslyce/core/project.py
bugslyce/core/raw_artifacts.py
bugslyce/core/scope.py
bugslyce/core/sensitive_evidence.py
bugslyce/llm/__init__.py
bugslyce/llm/base.py
bugslyce/llm/none.py
bugslyce/llm/prompt_builder.py
bugslyce/llm/providers.py
bugslyce/parsers/__init__.py
bugslyce/parsers/gobuster.py
bugslyce/parsers/html.py
bugslyce/parsers/http_headers.py
bugslyce/parsers/httpx.py
bugslyce/parsers/manifest.py
bugslyce/parsers/nmap.py
bugslyce/parsers/notes.py
bugslyce/parsers/robots.py
bugslyce/parsers/subdomains.py
bugslyce/parsers/urls.py
bugslyce/recon/__init__.py
bugslyce/recon/argv_safety.py
bugslyce/recon/artefact_analysis.py
bugslyce/recon/body_fetch.py
bugslyce/recon/body_fetch_commands.py
bugslyce/recon/collection_confidence.py
bugslyce/recon/commands.py
bugslyce/recon/content_commands.py
bugslyce/recon/content_followup.py
bugslyce/recon/content_followup_commands.py
bugslyce/recon/content_plan.py
bugslyce/recon/content_run.py
bugslyce/recon/curl_headers.py
bugslyce/recon/deep_collection_policy.py
bugslyce/recon/deep_collection_request_plan.py
bugslyce/recon/deep_collection_review_bundle.py
bugslyce/recon/deep_eligibility.py
bugslyce/recon/deep_form_inventory.py
bugslyce/recon/deep_html_route_extraction.py
bugslyce/recon/deep_http_fetcher.py
bugslyce/recon/deep_http_fingerprint_summary.py
bugslyce/recon/deep_javascript_route_extraction.py
bugslyce/recon/deep_metadata_collection_export.py
bugslyce/recon/deep_metadata_collection_review.py
bugslyce/recon/deep_metadata_collector.py
bugslyce/recon/deep_metadata_coverage.py
bugslyce/recon/deep_metadata_plan.py
bugslyce/recon/deep_metadata_review.py
bugslyce/recon/deep_orchestration.py
bugslyce/recon/deep_outputs.py
bugslyce/recon/deep_parameter_inventory.py
bugslyce/recon/deep_plan.py
bugslyce/recon/deep_preflight.py
bugslyce/recon/deep_preview_bundle.py
bugslyce/recon/deep_readiness.py
bugslyce/recon/deep_redirect_auth_flow_review.py
bugslyce/recon/deep_response_similarity_review.py
bugslyce/recon/deep_shallow_route_followup.py
bugslyce/recon/deep_source_route_collection_export.py
bugslyce/recon/deep_source_route_collection_review.py
bugslyce/recon/deep_source_route_collector.py
bugslyce/recon/deep_source_route_coverage.py
bugslyce/recon/deep_structured_body_review.py
bugslyce/recon/deep_successful_content.py
bugslyce/recon/evidence_pack_closure.py
bugslyce/recon/executor.py
bugslyce/recon/export.py
bugslyce/recon/html_source_analysis.py
bugslyce/recon/http_header_display.py
bugslyce/recon/http_metadata.py
bugslyce/recon/http_metadata_commands.py
bugslyce/recon/http_origin.py
bugslyce/recon/http_route_relationships.py
bugslyce/recon/interpretation.py
bugslyce/recon/interpretation_collection.py
bugslyce/recon/interpretation_rendering.py
bugslyce/recon/interpretation_sources.py
bugslyce/recon/investigation_threads.py
bugslyce/recon/modes.py
bugslyce/recon/nmap_discover.py
bugslyce/recon/nmap_profiles.py
bugslyce/recon/nmap_services.py
bugslyce/recon/path_followup.py
bugslyce/recon/path_followup_commands.py
bugslyce/recon/planner.py
bugslyce/recon/preflight.py
bugslyce/recon/profiles.py
bugslyce/recon/robots_analysis.py
bugslyce/recon/robots_policy.py
bugslyce/recon/route_provenance.py
bugslyce/recon/route_source_review.py
bugslyce/recon/runner.py
bugslyce/recon/standard_interpretation.py
bugslyce/recon/status.py
bugslyce/reports/__init__.py
bugslyce/reports/artifact_classifier.py
bugslyce/reports/human_triage.py
bugslyce/reports/markdown.py
bugslyce/reports/operator_summary.py
bugslyce/reports/provenance.py
bugslyce/reports/standard_interpretation.py
bugslyce/triage/__init__.py
bugslyce/triage/candidates.py
bugslyce/triage/classify.py
bugslyce/triage/killswitch.py
bugslyce/triage/scoring.py
bugslyce/triage/workflow_leads.py
bugslyce/wordlists/deep-bounded-core.txt
bugslyce/wordlists/lab-root-tiny.txt
bugslyce/wordlists/standard-auth-core.txt
bugslyce/wordlists/standard-bounded-core.txt
tests/test_artefact_analysis.py
tests/test_artifact_classifier.py
tests/test_body_fetch_live.py
tests/test_branding.py
tests/test_cli.py
tests/test_collection_confidence.py
tests/test_config.py
tests/test_content_discovery_coverage.py
tests/test_content_followup_live.py
tests/test_content_plan.py
tests/test_content_run_live.py
tests/test_curl_headers_live.py
tests/test_deep_collection_policy.py
tests/test_deep_collection_request_plan.py
tests/test_deep_collection_review_bundle.py
tests/test_deep_eligibility.py
tests/test_deep_form_inventory.py
tests/test_deep_html_route_extraction.py
tests/test_deep_http_fetcher.py
tests/test_deep_http_fingerprint_summary.py
tests/test_deep_javascript_route_extraction.py
tests/test_deep_metadata_collection_export.py
tests/test_deep_metadata_collection_review.py
tests/test_deep_metadata_collector.py
tests/test_deep_metadata_coverage.py
tests/test_deep_metadata_plan.py
tests/test_deep_metadata_review.py
tests/test_deep_orchestration.py
tests/test_deep_outputs.py
tests/test_deep_parameter_inventory.py
tests/test_deep_plan.py
tests/test_deep_preflight.py
tests/test_deep_preview_bundle.py
tests/test_deep_readiness.py
tests/test_deep_redirect_auth_flow_review.py
tests/test_deep_response_similarity_review.py
tests/test_deep_shallow_route_followup.py
tests/test_deep_source_route_collection_export.py
tests/test_deep_source_route_collection_review.py
tests/test_deep_source_route_collector.py
tests/test_deep_source_route_coverage.py
tests/test_deep_successful_content.py
tests/test_doctor.py
tests/test_documentation.py
tests/test_html_source_analysis.py
tests/test_http_metadata_live.py
tests/test_http_route_relationships.py
tests/test_human_triage.py
tests/test_interactive.py
tests/test_interpretation.py
tests/test_interpretation_collection.py
tests/test_interpretation_rendering.py
tests/test_interpretation_sources.py
tests/test_investigation_threads.py
tests/test_language_safety.py
tests/test_llm.py
tests/test_manifest.py
tests/test_nmap_live.py
tests/test_nmap_services_live.py
tests/test_packaging.py
tests/test_parsers.py
tests/test_path_followup_live.py
tests/test_project_list.py
tests/test_project_next.py
tests/test_project_pipeline.py
tests/test_project_runbook.py
tests/test_project_scaffold.py
tests/test_project_session.py
tests/test_project_state.py
tests/test_raw_parsers.py
tests/test_readme.py
tests/test_recon_commands.py
tests/test_recon_executor.py
tests/test_recon_export.py
tests/test_recon_modes.py
tests/test_recon_modes_doc.py
tests/test_recon_planner.py
tests/test_recon_preflight.py
tests/test_recon_status.py
tests/test_release_candidate.py
tests/test_release_safety.py
tests/test_report_hierarchy.py
tests/test_reports.py
tests/test_robots_analysis.py
tests/test_route_source_review.py
tests/test_standard_interpretation.py
tests/test_standard_interpretation_report.py
tests/test_time_utils.py
tests/test_triage.py
tests/test_wizard.py
tests/test_workflow_leads.py