LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
tests/test_benchmark_harness.py
tests/test_binary_handler.py
tests/test_bridge_security.py
tests/test_cli_entrypoints.py
tests/test_cli_scan_reliability.py
tests/test_cvss_calculator.py
tests/test_daemon_errors.py
tests/test_daemon_state.py
tests/test_db_manager_platform.py
tests/test_defensive_dns_callback.py
tests/test_desktop_hardening.py
tests/test_desktop_security.py
tests/test_desktop_security_lab.py
tests/test_http_attack_services.py
tests/test_integrations.py
tests/test_legacy_web_security.py
tests/test_memory_bounds.py
tests/test_message_intelligence.py
tests/test_module_boundaries.py
tests/test_offensive_attacks.py
tests/test_optional_dependencies.py
tests/test_payload_mutator.py
tests/test_platform_routes_integration.py
tests/test_platform_runtime.py
tests/test_plugin_isolation.py
tests/test_project_store.py
tests/test_protocol_and_exports.py
tests/test_pyinstaller_spec.py
tests/test_redteam_lab_benchmarks.py
tests/test_release_desktop_artifacts.py
tests/test_release_security_checks.py
tests/test_report_exporter.py
tests/test_secret_store.py
tests/test_security_attack_benchmark_labs.py
tests/test_server_fingerprint.py
tests/test_session_services.py
tests/test_validation_graphql_subscriptions_lab.py
tests/test_validation_realtime_saas.py
tests/test_validation_runner.py
tests/test_validation_socketio_saas.py
tests/test_vulnerability_verifier.py
tests/test_waf_detector.py
tests/test_web_attack_regressions.py
tests/test_web_pentest_platform.py
tests/test_web_platform_runtime.py
wshawk/__init__.py
wshawk/__main__.py
wshawk/_version_info.py
wshawk/advanced_cli.py
wshawk/ai_engine.py
wshawk/ai_exploit_engine.py
wshawk/binary_handler.py
wshawk/binary_mutations.py
wshawk/bridge_security.py
wshawk/cli.py
wshawk/config.py
wshawk/console.py
wshawk/cvss_calculator.py
wshawk/database_rows.py
wshawk/db_manager.py
wshawk/defensive_cli.py
wshawk/defensive_validation.py
wshawk/dom_auth.py
wshawk/dom_browser.py
wshawk/dom_invader.py
wshawk/dom_models.py
wshawk/dom_runtime.py
wshawk/dom_xss.py
wshawk/enhanced_reporter.py
wshawk/gui_bridge.py
wshawk/headless_xss_verifier.py
wshawk/interactive.py
wshawk/legacy_advanced_cli.py
wshawk/legacy_core.py
wshawk/legacy_runtime.py
wshawk/logger.py
wshawk/message_intelligence.py
wshawk/oast_provider.py
wshawk/payload_catalog.py
wshawk/payload_mutator.py
wshawk/platform_runtime.py
wshawk/plugin_runner.py
wshawk/plugin_system.py
wshawk/rate_limiter.py
wshawk/report_exporter.py
wshawk/resilience.py
wshawk/scanner_attacks.py
wshawk/scanner_errors.py
wshawk/scanner_v2.py
wshawk/secret_store.py
wshawk/secure_store.py
wshawk/server_fingerprint.py
wshawk/session_hijacking_tester.py
wshawk/state_machine.py
wshawk/team_engine.py
wshawk/tls.py
wshawk/vulnerability_verifier.py
wshawk/ws_discovery.py
wshawk/wss_security_validator.py
wshawk.egg-info/PKG-INFO
wshawk.egg-info/SOURCES.txt
wshawk.egg-info/dependency_links.txt
wshawk.egg-info/entry_points.txt
wshawk.egg-info/requires.txt
wshawk.egg-info/top_level.txt
wshawk/attacks/__init__.py
wshawk/attacks/authz_diff.py
wshawk/attacks/common.py
wshawk/attacks/http_authz_diff.py
wshawk/attacks/http_common.py
wshawk/attacks/http_race.py
wshawk/attacks/http_replay.py
wshawk/attacks/race.py
wshawk/attacks/replay.py
wshawk/attacks/subscription_abuse.py
wshawk/attacks/workflows.py
wshawk/daemon/__init__.py
wshawk/daemon/context.py
wshawk/daemon/entrypoint.py
wshawk/daemon/errors.py
wshawk/daemon/platform_route_support.py
wshawk/daemon/platform_routes.py
wshawk/daemon/scan_routes.py
wshawk/daemon/session_routes.py
wshawk/daemon/socketio_events.py
wshawk/daemon/state.py
wshawk/daemon/system_routes.py
wshawk/daemon/team_routes.py
wshawk/daemon/transport_routes.py
wshawk/daemon/web_route_support.py
wshawk/daemon/web_routes.py
wshawk/daemon/web_workflow_routes.py
wshawk/evidence/__init__.py
wshawk/evidence/bundles.py
wshawk/evidence/exporters.py
wshawk/evidence/integrity.py
wshawk/evidence/redaction.py
wshawk/evidence/timeline.py
wshawk/integrations/__init__.py
wshawk/integrations/defectdojo.py
wshawk/integrations/jira_connector.py
wshawk/integrations/webhook.py
wshawk/mutators/__init__.py
wshawk/mutators/base.py
wshawk/mutators/comments.py
wshawk/mutators/encoding.py
wshawk/mutators/polyglot.py
wshawk/mutators/tag_break.py
wshawk/payloads/command_injection.txt
wshawk/payloads/csv_injection.txt
wshawk/payloads/ldap_injection.txt
wshawk/payloads/malicious_origins.txt
wshawk/payloads/nosql_injection.txt
wshawk/payloads/open_redirect.txt
wshawk/payloads/path_traversal.txt
wshawk/payloads/sql_injection.txt
wshawk/payloads/ssti.txt
wshawk/payloads/xss.txt
wshawk/payloads/xxe.txt
wshawk/protocol/__init__.py
wshawk/protocol/graph.py
wshawk/protocol/inference.py
wshawk/protocol/target_packs.py
wshawk/protocol/templates.py
wshawk/session/__init__.py
wshawk/session/browser_capture.py
wshawk/session/replay.py
wshawk/session/vault.py
wshawk/smart_payloads/__init__.py
wshawk/smart_payloads/context_generator.py
wshawk/smart_payloads/feedback_loop.py
wshawk/smart_payloads/payload_evolver.py
wshawk/store/__init__.py
wshawk/store/project_correlation.py
wshawk/store/project_store.py
wshawk/transport/__init__.py
wshawk/transport/http_proxy.py
wshawk/transport/ws_proxy.py
wshawk/waf/__init__.py
wshawk/waf/detector.py
wshawk/waf/signatures.py
wshawk/web/__init__.py
wshawk/web/app.py
wshawk/web/legacy_app.py
wshawk/web/static/style.css
wshawk/web/templates/dashboard.html
wshawk/web/templates/login.html
wshawk/web/templates/report.html
wshawk/web/templates/scan.html
wshawk/web_pentest/__init__.py
wshawk/web_pentest/attack_chainer.py
wshawk/web_pentest/cors_tester.py
wshawk/web_pentest/crawler.py
wshawk/web_pentest/csrf_forge.py
wshawk/web_pentest/dir_scanner.py
wshawk/web_pentest/dns_lookup.py
wshawk/web_pentest/fuzzer.py
wshawk/web_pentest/header_analyzer.py
wshawk/web_pentest/http_proxy.py
wshawk/web_pentest/platform.py
wshawk/web_pentest/port_scanner.py
wshawk/web_pentest/proto_polluter.py
wshawk/web_pentest/proxy_ca.py
wshawk/web_pentest/redirect_scanner.py
wshawk/web_pentest/report_gen.py
wshawk/web_pentest/sensitive_finder.py
wshawk/web_pentest/ssl_analyzer.py
wshawk/web_pentest/ssrf_prober.py
wshawk/web_pentest/subdomain_finder.py
wshawk/web_pentest/tech_fingerprint.py
wshawk/web_pentest/vuln_scanner.py
wshawk/web_pentest/waf_detector.py