LICENSE
MANIFEST.in
README.md
pyproject.toml
souleyez/__init__.py
souleyez/config.py
souleyez/devtools.py
souleyez/feature_flags.py
souleyez/history.py
souleyez/log_config.py
souleyez/main.py
souleyez/scanner.py
souleyez/security.py
souleyez/ui.py
souleyez/utils.py
souleyez/wordlists.py
souleyez.egg-info/PKG-INFO
souleyez.egg-info/SOURCES.txt
souleyez.egg-info/dependency_links.txt
souleyez.egg-info/entry_points.txt
souleyez.egg-info/requires.txt
souleyez.egg-info/top_level.txt
souleyez/ai/__init__.py
souleyez/ai/action_mapper.py
souleyez/ai/chain_advisor.py
souleyez/ai/claude_provider.py
souleyez/ai/context_builder.py
souleyez/ai/executor.py
souleyez/ai/feedback_handler.py
souleyez/ai/llm_factory.py
souleyez/ai/llm_provider.py
souleyez/ai/ollama_provider.py
souleyez/ai/ollama_service.py
souleyez/ai/path_scorer.py
souleyez/ai/recommender.py
souleyez/ai/report_context.py
souleyez/ai/report_prompts.py
souleyez/ai/report_service.py
souleyez/ai/result_parser.py
souleyez/ai/safety.py
souleyez/assets/__init__.py
souleyez/assets/souleyez-icon.png
souleyez/auth/__init__.py
souleyez/auth/audit.py
souleyez/auth/engagement_access.py
souleyez/auth/permissions.py
souleyez/auth/session_manager.py
souleyez/auth/user_manager.py
souleyez/commands/__init__.py
souleyez/commands/audit.py
souleyez/commands/auth.py
souleyez/commands/deliverables.py
souleyez/commands/engagement.py
souleyez/commands/license.py
souleyez/commands/screenshots.py
souleyez/commands/user.py
souleyez/core/__init__.py
souleyez/core/credential_tester.py
souleyez/core/cve_mappings.py
souleyez/core/cve_matcher.py
souleyez/core/msf_auto_mapper.py
souleyez/core/msf_chain_engine.py
souleyez/core/msf_database.py
souleyez/core/msf_integration.py
souleyez/core/msf_rpc_client.py
souleyez/core/msf_rpc_manager.py
souleyez/core/msf_sync_manager.py
souleyez/core/network_utils.py
souleyez/core/next_steps.py
souleyez/core/parser_handler.py
souleyez/core/pending_chains.py
souleyez/core/templates.py
souleyez/core/tool_chaining.py
souleyez/core/version_utils.py
souleyez/core/vuln_correlation.py
souleyez/core/web_utils.py
souleyez/data/cdn_ranges.py
souleyez/data/templates/README.md
souleyez/data/templates/active_directory.json
souleyez/data/templates/cis_controls_v8.json
souleyez/data/templates/cloud_security.json
souleyez/data/templates/cmmc_2.0.json
souleyez/data/templates/external_network.json
souleyez/data/templates/ffiec_cat.json
souleyez/data/templates/gdpr_article32.json
souleyez/data/templates/glba_safeguards.json
souleyez/data/templates/hipaa_security.json
souleyez/data/templates/hitrust_csf.json
souleyez/data/templates/internal_network.json
souleyez/data/templates/iso27001.json
souleyez/data/templates/nerc_cip.json
souleyez/data/templates/nist_csf.json
souleyez/data/templates/owasp_top10_2021.json
souleyez/data/templates/pci_dss_4.0.json
souleyez/data/templates/ptes_standard.json
souleyez/data/templates/red_team.json
souleyez/data/templates/soc2_type2.json
souleyez/data/templates/webapp_advanced.json
souleyez/data/wordlists/README.md
souleyez/data/wordlists/ad_users.txt
souleyez/data/wordlists/all_users.txt
souleyez/data/wordlists/api_endpoints.txt
souleyez/data/wordlists/api_endpoints_large.txt
souleyez/data/wordlists/default_credentials.txt
souleyez/data/wordlists/home_dir_sensitive.txt
souleyez/data/wordlists/lfi_payloads.txt
souleyez/data/wordlists/macos_users.txt
souleyez/data/wordlists/passwords_brute.txt
souleyez/data/wordlists/passwords_crack.txt
souleyez/data/wordlists/passwords_spray.txt
souleyez/data/wordlists/router_passwords.txt
souleyez/data/wordlists/router_users.txt
souleyez/data/wordlists/soul_pass.txt
souleyez/data/wordlists/soul_users.txt
souleyez/data/wordlists/subdomains_common.txt
souleyez/data/wordlists/subdomains_large.txt
souleyez/data/wordlists/top100.txt
souleyez/data/wordlists/top20_quick.txt
souleyez/data/wordlists/usernames_common.txt
souleyez/data/wordlists/vnc_passwords.txt
souleyez/data/wordlists/web_dirs_common.txt
souleyez/data/wordlists/web_dirs_large.txt
souleyez/data/wordlists/web_extensions.txt
souleyez/data/wordlists/web_files_common.txt
souleyez/detection/__init__.py
souleyez/detection/attack_signatures.py
souleyez/detection/mitre_mappings.py
souleyez/detection/validator.py
souleyez/docs/README.md
souleyez/docs/api-reference/cli-commands.md
souleyez/docs/api-reference/engagement-api.md
souleyez/docs/api-reference/integration-guide.md
souleyez/docs/api-reference/parser-formats.md
souleyez/docs/architecture/overview.md
souleyez/docs/architecture/performance.md
souleyez/docs/architecture/decisions/000-template.md
souleyez/docs/architecture/decisions/001-local-llm-over-cloud.md
souleyez/docs/architecture/decisions/002-master-password-approach.md
souleyez/docs/architecture/decisions/003-database-schema-design.md
souleyez/docs/database/MIGRATIONS.md
souleyez/docs/database/SCHEMA.md
souleyez/docs/database/SCHEMA_ERD.md
souleyez/docs/developer-guide/adding-new-tools.md
souleyez/docs/developer-guide/test_coverage_plan.md
souleyez/docs/developer-guide/ui-design-system.md
souleyez/docs/images/README.md
souleyez/docs/security/best-practices.md
souleyez/docs/security/credential-encryption.md
souleyez/docs/security/password-protected-commands.md
souleyez/docs/security/secure-defaults.md
souleyez/docs/security/threat-model.md
souleyez/docs/user-guide/ai-integration.md
souleyez/docs/user-guide/attack-surface.md
souleyez/docs/user-guide/auto-chaining.md
souleyez/docs/user-guide/configuration.md
souleyez/docs/user-guide/deliverables-screenshots.md
souleyez/docs/user-guide/dependencies.md
souleyez/docs/user-guide/evidence-vault.md
souleyez/docs/user-guide/exploit-suggestions.md
souleyez/docs/user-guide/getting-started.md
souleyez/docs/user-guide/installation.md
souleyez/docs/user-guide/metasploit-integration.md
souleyez/docs/user-guide/rbac.md
souleyez/docs/user-guide/report-generation.md
souleyez/docs/user-guide/scope-management.md
souleyez/docs/user-guide/siem-integration.md
souleyez/docs/user-guide/tools-reference.md
souleyez/docs/user-guide/troubleshooting.md
souleyez/docs/user-guide/uninstall.md
souleyez/docs/user-guide/worker-management.md
souleyez/docs/user-guide/workflows.md
souleyez/engine/__init__.py
souleyez/engine/background.py
souleyez/engine/base.py
souleyez/engine/job_status.py
souleyez/engine/loader.py
souleyez/engine/log_sanitizer.py
souleyez/engine/manager.py
souleyez/engine/result_handler.py
souleyez/engine/worker_manager.py
souleyez/export/__init__.py
souleyez/export/evidence_bundle.py
souleyez/feature_flags/__init__.py
souleyez/feature_flags/features.py
souleyez/handlers/__init__.py
souleyez/handlers/base.py
souleyez/handlers/bash_handler.py
souleyez/handlers/bloodhound_handler.py
souleyez/handlers/certipy_handler.py
souleyez/handlers/crackmapexec_handler.py
souleyez/handlers/dnsrecon_handler.py
souleyez/handlers/enum4linux_handler.py
souleyez/handlers/evil_winrm_handler.py
souleyez/handlers/ffuf_handler.py
souleyez/handlers/gobuster_handler.py
souleyez/handlers/gpp_extract_handler.py
souleyez/handlers/hashcat_handler.py
souleyez/handlers/hydra_handler.py
souleyez/handlers/impacket_getnpusers_handler.py
souleyez/handlers/impacket_getuserspns_handler.py
souleyez/handlers/impacket_mssqlclient_handler.py
souleyez/handlers/impacket_psexec_handler.py
souleyez/handlers/impacket_secretsdump_handler.py
souleyez/handlers/impacket_ticketer_handler.py
souleyez/handlers/john_handler.py
souleyez/handlers/katana_handler.py
souleyez/handlers/kerbrute_handler.py
souleyez/handlers/ldapsearch_handler.py
souleyez/handlers/lfi_extract_handler.py
souleyez/handlers/msf_auxiliary_handler.py
souleyez/handlers/msf_exploit_handler.py
souleyez/handlers/nikto_handler.py
souleyez/handlers/nmap_handler.py
souleyez/handlers/nuclei_handler.py
souleyez/handlers/nxc_handler.py
souleyez/handlers/origin_check_handler.py
souleyez/handlers/rdp_sec_check_handler.py
souleyez/handlers/registry.py
souleyez/handlers/responder_handler.py
souleyez/handlers/s3_check_handler.py
souleyez/handlers/service_explorer_handler.py
souleyez/handlers/smbclient_handler.py
souleyez/handlers/smbmap_handler.py
souleyez/handlers/smbpasswd_handler.py
souleyez/handlers/sqlmap_handler.py
souleyez/handlers/theharvester_handler.py
souleyez/handlers/web_login_test_handler.py
souleyez/handlers/whois_handler.py
souleyez/handlers/wpscan_handler.py
souleyez/importers/__init__.py
souleyez/importers/msf_importer.py
souleyez/importers/smart_importer.py
souleyez/integrations/__init__.py
souleyez/integrations/siem/__init__.py
souleyez/integrations/siem/base.py
souleyez/integrations/siem/elastic.py
souleyez/integrations/siem/factory.py
souleyez/integrations/siem/googlesecops.py
souleyez/integrations/siem/sentinel.py
souleyez/integrations/siem/splunk.py
souleyez/integrations/siem/wazuh.py
souleyez/integrations/siem/rule_mappings/__init__.py
souleyez/integrations/siem/rule_mappings/wazuh_rules.py
souleyez/integrations/wazuh/__init__.py
souleyez/integrations/wazuh/client.py
souleyez/integrations/wazuh/config.py
souleyez/integrations/wazuh/host_mapper.py
souleyez/integrations/wazuh/sync.py
souleyez/intelligence/__init__.py
souleyez/intelligence/correlation_analyzer.py
souleyez/intelligence/exploit_knowledge.py
souleyez/intelligence/exploit_suggestions.py
souleyez/intelligence/gap_analyzer.py
souleyez/intelligence/gap_detector.py
souleyez/intelligence/sensitive_tables.py
souleyez/intelligence/service_parser.py
souleyez/intelligence/surface_analyzer.py
souleyez/intelligence/target_parser.py
souleyez/licensing/__init__.py
souleyez/licensing/validator.py
souleyez/migrations/__init__.py
souleyez/migrations/fix_job_counter.py
souleyez/parsers/__init__.py
souleyez/parsers/bloodhound_parser.py
souleyez/parsers/crackmapexec_parser.py
souleyez/parsers/dalfox_parser.py
souleyez/parsers/dnsrecon_parser.py
souleyez/parsers/enum4linux_parser.py
souleyez/parsers/ffuf_parser.py
souleyez/parsers/gobuster_parser.py
souleyez/parsers/hashcat_parser.py
souleyez/parsers/http_fingerprint_parser.py
souleyez/parsers/hydra_parser.py
souleyez/parsers/impacket_parser.py
souleyez/parsers/john_parser.py
souleyez/parsers/katana_parser.py
souleyez/parsers/msf_parser.py
souleyez/parsers/nikto_parser.py
souleyez/parsers/nmap_parser.py
souleyez/parsers/nuclei_parser.py
souleyez/parsers/responder_parser.py
souleyez/parsers/searchsploit_parser.py
souleyez/parsers/service_explorer_parser.py
souleyez/parsers/smbmap_parser.py
souleyez/parsers/sqlmap_parser.py
souleyez/parsers/theharvester_parser.py
souleyez/parsers/whois_parser.py
souleyez/parsers/wpscan_parser.py
souleyez/plugins/__init__.py
souleyez/plugins/afp.py
souleyez/plugins/afp_brute.py
souleyez/plugins/ard.py
souleyez/plugins/bloodhound.py
souleyez/plugins/certipy.py
souleyez/plugins/crackmapexec.py
souleyez/plugins/dalfox.py
souleyez/plugins/dns_hijack.py
souleyez/plugins/dnsrecon.py
souleyez/plugins/enum4linux.py
souleyez/plugins/evil_winrm.py
souleyez/plugins/ffuf.py
souleyez/plugins/firmware_extract.py
souleyez/plugins/gobuster.py
souleyez/plugins/gpp_extract.py
souleyez/plugins/hashcat.py
souleyez/plugins/http_fingerprint.py
souleyez/plugins/hydra.py
souleyez/plugins/impacket_common.py
souleyez/plugins/impacket_getnpusers.py
souleyez/plugins/impacket_getuserspns.py
souleyez/plugins/impacket_mssqlclient.py
souleyez/plugins/impacket_psexec.py
souleyez/plugins/impacket_secretsdump.py
souleyez/plugins/impacket_smbclient.py
souleyez/plugins/impacket_ticketer.py
souleyez/plugins/john.py
souleyez/plugins/katana.py
souleyez/plugins/kerbrute.py
souleyez/plugins/lfi_extract.py
souleyez/plugins/macos_ssh.py
souleyez/plugins/mdns.py
souleyez/plugins/msf_auxiliary.py
souleyez/plugins/msf_exploit.py
souleyez/plugins/nikto.py
souleyez/plugins/nmap.py
souleyez/plugins/nuclei.py
souleyez/plugins/nxc.py
souleyez/plugins/origin_check.py
souleyez/plugins/plugin_base.py
souleyez/plugins/plugin_template.py
souleyez/plugins/rdp_sec_check.py
souleyez/plugins/responder.py
souleyez/plugins/router_http_brute.py
souleyez/plugins/router_ssh_brute.py
souleyez/plugins/router_telnet_brute.py
souleyez/plugins/routersploit.py
souleyez/plugins/routersploit_exploit.py
souleyez/plugins/s3_check.py
souleyez/plugins/searchsploit.py
souleyez/plugins/service_explorer.py
souleyez/plugins/smbmap.py
souleyez/plugins/smbpasswd.py
souleyez/plugins/sqlmap.py
souleyez/plugins/theharvester.py
souleyez/plugins/tr069.py
souleyez/plugins/upnp.py
souleyez/plugins/upnp_abuse.py
souleyez/plugins/vnc_access.py
souleyez/plugins/vnc_brute.py
souleyez/plugins/web_login_test.py
souleyez/plugins/whois.py
souleyez/plugins/wpscan.py
souleyez/reporting/__init__.py
souleyez/reporting/attack_chain.py
souleyez/reporting/charts.py
souleyez/reporting/compliance_mappings.py
souleyez/reporting/detection_report.py
souleyez/reporting/formatters.py
souleyez/reporting/generator.py
souleyez/reporting/metrics.py
souleyez/security/__init__.py
souleyez/security/scope_validator.py
souleyez/security/validation.py
souleyez/storage/__init__.py
souleyez/storage/api_endpoints.py
souleyez/storage/credentials.py
souleyez/storage/crypto.py
souleyez/storage/database.py
souleyez/storage/db.py
souleyez/storage/deliverable_evidence.py
souleyez/storage/deliverable_exporter.py
souleyez/storage/deliverable_templates.py
souleyez/storage/deliverables.py
souleyez/storage/engagements.py
souleyez/storage/evidence.py
souleyez/storage/execution_log.py
souleyez/storage/exploit_attempts.py
souleyez/storage/exploits.py
souleyez/storage/findings.py
souleyez/storage/hosts.py
souleyez/storage/migrate_to_engagements.py
souleyez/storage/msf_sessions.py
souleyez/storage/osint.py
souleyez/storage/recommendation_engine.py
souleyez/storage/schema.sql
souleyez/storage/screenshots.py
souleyez/storage/smb_shares.py
souleyez/storage/sqlmap_data.py
souleyez/storage/team_collaboration.py
souleyez/storage/timeline_tracker.py
souleyez/storage/wazuh_vulns.py
souleyez/storage/web_paths.py
souleyez/storage/migrations/_001_add_credential_enhancements.py
souleyez/storage/migrations/_002_add_status_tracking.py
souleyez/storage/migrations/_003_add_execution_log.py
souleyez/storage/migrations/_005_screenshots.py
souleyez/storage/migrations/_006_deliverables.py
souleyez/storage/migrations/_007_deliverable_templates.py
souleyez/storage/migrations/_008_add_nuclei_table.py
souleyez/storage/migrations/_009_add_cme_tables.py
souleyez/storage/migrations/_010_evidence_linking.py
souleyez/storage/migrations/_011_timeline_tracking.py
souleyez/storage/migrations/_012_team_collaboration.py
souleyez/storage/migrations/_013_add_host_tags.py
souleyez/storage/migrations/_014_exploit_attempts.py
souleyez/storage/migrations/_015_add_mac_os_fields.py
souleyez/storage/migrations/_016_add_domain_field.py
souleyez/storage/migrations/_017_msf_sessions.py
souleyez/storage/migrations/_018_add_osint_target.py
souleyez/storage/migrations/_019_add_engagement_type.py
souleyez/storage/migrations/_020_add_rbac.py
souleyez/storage/migrations/_021_wazuh_integration.py
souleyez/storage/migrations/_022_wazuh_indexer_columns.py
souleyez/storage/migrations/_023_fix_detection_results_fk.py
souleyez/storage/migrations/_024_wazuh_vulnerabilities.py
souleyez/storage/migrations/_025_multi_siem_support.py
souleyez/storage/migrations/_026_add_engagement_scope.py
souleyez/storage/migrations/_027_multi_siem_persistence.py
souleyez/storage/migrations/_028_api_endpoints.py
souleyez/storage/migrations/_029_audit_evidence_metadata.py
souleyez/storage/migrations/__init__.py
souleyez/storage/migrations/migration_manager.py
souleyez/testing/__init__.py
souleyez/testing/credential_tester.py
souleyez/ui/__init__.py
souleyez/ui/ai_quotes.py
souleyez/ui/attack_surface.py
souleyez/ui/chain_rules_view.py
souleyez/ui/correlation_view.py
souleyez/ui/dashboard.py
souleyez/ui/deliverables_view.py
souleyez/ui/design_system.py
souleyez/ui/errors.py
souleyez/ui/evidence_linking_view.py
souleyez/ui/evidence_vault.py
souleyez/ui/exploit_suggestions_view.py
souleyez/ui/export_view.py
souleyez/ui/gap_analysis_view.py
souleyez/ui/help_system.py
souleyez/ui/intelligence_view.py
souleyez/ui/interactive.py
souleyez/ui/interactive_selector.py
souleyez/ui/live_formatters.py
souleyez/ui/log_formatter.py
souleyez/ui/menu_components.py
souleyez/ui/msf_auxiliary_menu.py
souleyez/ui/pending_chains_view.py
souleyez/ui/progress_indicators.py
souleyez/ui/recommendations_view.py
souleyez/ui/rule_builder.py
souleyez/ui/setup_wizard.py
souleyez/ui/shortcuts.py
souleyez/ui/splunk_gap_analysis_view.py
souleyez/ui/splunk_vulns_view.py
souleyez/ui/team_dashboard.py
souleyez/ui/template_selector.py
souleyez/ui/terminal.py
souleyez/ui/timeline_view.py
souleyez/ui/tool_setup.py
souleyez/ui/tutorial.py
souleyez/ui/tutorial_state.py
souleyez/ui/wazuh_vulns_view.py
souleyez/ui/wordlist_browser.py
souleyez/utils/__init__.py
souleyez/utils/cdn_ranges.py
souleyez/utils/hostname_quality.py
souleyez/utils/tool_checker.py
tests/test_attack_path_chains.py
tests/test_audit_evidence_report.py
tests/test_benchmarks.py
tests/test_chain_hostname_preserve.py
tests/test_config.py
tests/test_config_enhanced.py
tests/test_crackmapexec_handler.py
tests/test_crypto.py
tests/test_csp_parser.py
tests/test_dalfox_chain_triggers.py
tests/test_database_100_final.py
tests/test_dnsrecon_handler.py
tests/test_engagement_edit.py
tests/test_engagements.py
tests/test_engagements_simple.py
tests/test_enum4linux_handler.py
tests/test_evil_winrm_handler.py
tests/test_evil_winrm_plugin.py
tests/test_ffuf_handler.py
tests/test_findings_display.py
tests/test_gobuster_handler.py
tests/test_handler_registry.py
tests/test_harvester_scope_filter.py
tests/test_hashcat_handler.py
tests/test_hostname_quality.py
tests/test_http_fingerprint_uniform_response.py
tests/test_hydra_handler.py
tests/test_impacket_psexec_handler.py
tests/test_impacket_secretsdump_handler.py
tests/test_job_status_tracking.py
tests/test_john_handler.py
tests/test_katana_handler.py
tests/test_logging.py
tests/test_msf_auxiliary_handler.py
tests/test_msf_auxiliary_plugin.py
tests/test_msf_exploit_handler.py
tests/test_msf_exploit_plugin.py
tests/test_network_utils.py
tests/test_nikto_handler.py
tests/test_nikto_title_classifier.py
tests/test_nmap_description_truncation.py
tests/test_nmap_handler.py
tests/test_nmap_partial_resolve.py
tests/test_nuclei_handler.py
tests/test_ollama_service.py
tests/test_origin_check.py
tests/test_parsers.py
tests/test_plugin_base.py
tests/test_recommender.py
tests/test_remediation_markdown_rendering.py
tests/test_report_summary_stats.py
tests/test_responder_handler.py
tests/test_result_handler_sqlmap.py
tests/test_s3_check.py
tests/test_schema.py
tests/test_scope_integration.py
tests/test_scope_validator.py
tests/test_security_hardening.py
tests/test_security_validation.py
tests/test_smbmap_handler.py
tests/test_sqlmap_exploitation_limit.py
tests/test_sqlmap_handler.py
tests/test_sqlmap_parser.py
tests/test_storage.py
tests/test_theharvester_handler.py
tests/test_tool_chaining.py
tests/test_version_utils.py
tests/test_whois_handler.py
tests/test_wpscan_handler.py