LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
examples/basic_scan.py
examples/defensive_check.py
examples/mutation_demo.py
tests/__init__.py
tests/test_binary_handler.py
tests/test_cvss_calculator.py
tests/test_integrations.py
tests/test_message_intelligence.py
tests/test_payload_mutator.py
tests/test_report_exporter.py
tests/test_server_fingerprint.py
tests/test_vulnerability_verifier.py
tests/test_waf_detector.py
wshawk/__init__.py
wshawk/__main__.py
wshawk/advanced_cli.py
wshawk/ai_engine.py
wshawk/ai_exploit_engine.py
wshawk/binary_handler.py
wshawk/config.py
wshawk/cvss_calculator.py
wshawk/db_manager.py
wshawk/defensive_cli.py
wshawk/defensive_validation.py
wshawk/dom_invader.py
wshawk/enhanced_reporter.py
wshawk/gui_bridge.py
wshawk/headless_xss_verifier.py
wshawk/interactive.py
wshawk/logger.py
wshawk/message_intelligence.py
wshawk/oast_provider.py
wshawk/payload_mutator.py
wshawk/plugin_system.py
wshawk/rate_limiter.py
wshawk/report_exporter.py
wshawk/resilience.py
wshawk/scanner_v2.py
wshawk/server_fingerprint.py
wshawk/session_hijacking_tester.py
wshawk/ssrf_test.py
wshawk/state_machine.py
wshawk/team_engine.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/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/smart_payloads/__init__.py
wshawk/smart_payloads/context_generator.py
wshawk/smart_payloads/feedback_loop.py
wshawk/smart_payloads/payload_evolver.py
wshawk/waf/__init__.py
wshawk/waf/detector.py
wshawk/web/__init__.py
wshawk/web/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/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