LICENSE
README.md
pyproject.toml
cli/main.py
kagesec.egg-info/PKG-INFO
kagesec.egg-info/SOURCES.txt
kagesec.egg-info/dependency_links.txt
kagesec.egg-info/entry_points.txt
kagesec.egg-info/requires.txt
kagesec.egg-info/top_level.txt
scanner/__init__.py
scanner/mcp_server.py
scanner/ai/__init__.py
scanner/ai/cve_researcher.py
scanner/ai/reporter.py
scanner/ai/template_selector.py
scanner/ai/verifier.py
scanner/api/__init__.py
scanner/api/server.py
scanner/compliance/__init__.py
scanner/compliance/appi.py
scanner/compliance/gdpr.py
scanner/compliance/hipaa.py
scanner/compliance/iso27001.py
scanner/compliance/mapper.py
scanner/core/__init__.py
scanner/core/api_scanner.py
scanner/core/browser_crawler.py
scanner/core/code_runner.py
scanner/core/config.py
scanner/core/crawl_state.py
scanner/core/crawler.py
scanner/core/engine.py
scanner/core/findings_db.py
scanner/core/fingerprinter.py
scanner/core/flow_evaluator.py
scanner/core/grpc_scanner.py
scanner/core/har_importer.py
scanner/core/headless_runner.py
scanner/core/interactsh.py
scanner/core/js_extractor.py
scanner/core/notifier.py
scanner/core/payload_loader.py
scanner/core/policy.py
scanner/core/profiles.py
scanner/core/rate_limiter.py
scanner/core/scan_policy.py
scanner/core/scan_result.py
scanner/core/soap_scanner.py
scanner/core/suppressions.py
scanner/core/template_runner.py
scanner/core/updater.py
scanner/core/workflow.py
scanner/modules/__init__.py
scanner/modules/ai_cve.py
scanner/modules/api_key_leak.py
scanner/modules/auth_bypass.py
scanner/modules/blind_xss.py
scanner/modules/breach.py
scanner/modules/business_logic.py
scanner/modules/cache_poisoning.py
scanner/modules/captcha_check.py
scanner/modules/clickjacking.py
scanner/modules/cmd_injection.py
scanner/modules/cookie_security.py
scanner/modules/cors.py
scanner/modules/coverage_check.py
scanner/modules/crlf.py
scanner/modules/crossdomain.py
scanner/modules/csrf.py
scanner/modules/csti.py
scanner/modules/cve_check.py
scanner/modules/debug_mode.py
scanner/modules/deserialization.py
scanner/modules/dnssec.py
scanner/modules/exposed_files.py
scanner/modules/file_upload.py
scanner/modules/form_fuzz.py
scanner/modules/graphql.py
scanner/modules/host_header.py
scanner/modules/http_methods.py
scanner/modules/http_param_pollution.py
scanner/modules/idor.py
scanner/modules/jwt_attacks.py
scanner/modules/log4j_deep.py
scanner/modules/multistep_injection.py
scanner/modules/oauth.py
scanner/modules/open_redirect.py
scanner/modules/padding_oracle.py
scanner/modules/param_discovery.py
scanner/modules/path_discovery.py
scanner/modules/path_traversal.py
scanner/modules/prototype_pollution.py
scanner/modules/race_condition.py
scanner/modules/rate_limit.py
scanner/modules/request_smuggling.py
scanner/modules/robots_probe.py
scanner/modules/security_headers.py
scanner/modules/session_entropy.py
scanner/modules/session_fixation.py
scanner/modules/shellshock.py
scanner/modules/sqli.py
scanner/modules/ssi.py
scanner/modules/ssrf.py
scanner/modules/ssti.py
scanner/modules/subdomain_takeover.py
scanner/modules/subresource_integrity.py
scanner/modules/templates.py
scanner/modules/tls.py
scanner/modules/username_enumeration.py
scanner/modules/version_disclosure.py
scanner/modules/vhost_enum.py
scanner/modules/waf_bypass.py
scanner/modules/waf_detect.py
scanner/modules/websocket.py
scanner/modules/xpath.py
scanner/modules/xss.py
scanner/modules/xxe.py
scanner/payloads/blind_xss.yaml
scanner/payloads/cmd_injection.yaml
scanner/payloads/cve_signatures.yaml
scanner/payloads/form_fuzz.yaml
scanner/payloads/jwt_secrets.yaml
scanner/payloads/params.yaml
scanner/payloads/path_traversal.yaml
scanner/payloads/paths.yaml
scanner/payloads/sqli.yaml
scanner/payloads/ssrf.yaml
scanner/payloads/ssti.yaml
scanner/payloads/subdomains.yaml
scanner/payloads/waf_bypass.yaml
scanner/payloads/xss.yaml
scanner/payloads/xxe.yaml
scanner/reporters/__init__.py
scanner/reporters/burp_reporter.py
scanner/reporters/certificate_reporter.py
scanner/reporters/github_reporter.py
scanner/reporters/jira_reporter.py
scanner/reporters/pdf_reporter.py
scanner/reporters/sarif_reporter.py
scanner/reporters/zap_reporter.py
scanner/templates/cves/CVE-2019-11510.yaml
scanner/templates/cves/CVE-2019-19781.yaml
scanner/templates/cves/CVE-2019-8451.yaml
scanner/templates/cves/CVE-2020-11978.yaml
scanner/templates/cves/CVE-2020-14882.yaml
scanner/templates/cves/CVE-2020-17519.yaml
scanner/templates/cves/CVE-2020-1938.yaml
scanner/templates/cves/CVE-2021-21972.yaml
scanner/templates/cves/CVE-2021-21985.yaml
scanner/templates/cves/CVE-2021-22205.yaml
scanner/templates/cves/CVE-2021-22986.yaml
scanner/templates/cves/CVE-2021-25646.yaml
scanner/templates/cves/CVE-2021-26084.yaml
scanner/templates/cves/CVE-2021-26855.yaml
scanner/templates/cves/CVE-2021-3129.yaml
scanner/templates/cves/CVE-2021-34473.yaml
scanner/templates/cves/CVE-2021-40438.yaml
scanner/templates/cves/CVE-2021-41773.yaml
scanner/templates/cves/CVE-2021-43798.yaml
scanner/templates/cves/CVE-2021-44228.yaml
scanner/templates/cves/CVE-2021-44515.yaml
scanner/templates/cves/CVE-2021-45046.yaml
scanner/templates/cves/CVE-2022-0543.yaml
scanner/templates/cves/CVE-2022-1388.yaml
scanner/templates/cves/CVE-2022-2185.yaml
scanner/templates/cves/CVE-2022-22954.yaml
scanner/templates/cves/CVE-2022-22965.yaml
scanner/templates/cves/CVE-2022-26134.yaml
scanner/templates/cves/CVE-2022-26138.yaml
scanner/templates/cves/CVE-2022-26318.yaml
scanner/templates/cves/CVE-2022-30190.yaml
scanner/templates/cves/CVE-2022-41082.yaml
scanner/templates/cves/CVE-2022-42889.yaml
scanner/templates/cves/CVE-2022-46169.yaml
scanner/templates/cves/CVE-2023-20887.yaml
scanner/templates/cves/CVE-2023-22515.yaml
scanner/templates/cves/CVE-2023-23397.yaml
scanner/templates/cves/CVE-2023-27898.yaml
scanner/templates/cves/CVE-2023-28432.yaml
scanner/templates/cves/CVE-2023-29357.yaml
scanner/templates/cves/CVE-2023-33246.yaml
scanner/templates/cves/CVE-2023-34362.yaml
scanner/templates/cves/CVE-2023-42793.yaml
scanner/templates/cves/CVE-2023-46604.yaml
scanner/templates/cves/CVE-2023-4966.yaml
scanner/templates/cves/CVE-2023-50164.yaml
scanner/templates/cves/CVE-2024-1709.yaml
scanner/templates/cves/CVE-2024-21887.yaml
scanner/templates/cves/CVE-2024-23897.yaml
scanner/templates/cves/CVE-2024-27198.yaml
scanner/templates/exposed-panels/grafana.yaml
scanner/templates/exposed-panels/jenkins.yaml
scanner/templates/exposed-panels/kibana.yaml
scanner/templates/exposed-panels/laravel-telescope.yaml
scanner/templates/exposed-panels/phpmyadmin.yaml
scanner/templates/exposed-panels/prometheus.yaml
scanner/templates/exposed-panels/spring-boot-actuator.yaml
scanner/templates/misconfigs/apache-server-status.yaml
scanner/templates/misconfigs/backup-files.yaml
scanner/templates/misconfigs/env-exposed.yaml
scanner/templates/misconfigs/git-exposed.yaml
scanner/templates/misconfigs/graphql-introspection.yaml
scanner/templates/misconfigs/phpinfo.yaml
scanner/templates/misconfigs/swagger-exposed.yaml
scanner/utils/__init__.py
scanner/utils/http.py
scanner/utils/payloads.py
scanner/workflows/quick-web.yaml
scanner/workflows/wordpress.yaml