├── .github ├── funding.yml └── workflows │ └── syntax-checking.yml ├── .gitignore ├── .yamllint ├── CVE-2007-0885.yaml ├── CVE-2009-0545.yaml ├── CVE-2009-4223.yaml ├── CVE-2013-4786.yaml ├── CVE-2014-2321.yaml ├── CVE-2014-2323.yaml ├── CVE-2015-6477.yaml ├── CVE-2016-0957.yaml ├── CVE-2017-15715.yaml ├── CVE-2017-16806.yaml ├── CVE-2017-17562.yaml ├── CVE-2018-1000600.yaml ├── CVE-2018-11784.yaml ├── CVE-2018-12634.yaml ├── CVE-2018-16668.yaml ├── CVE-2018-16670.yaml ├── CVE-2018-16671.yaml ├── CVE-2018-2894.yaml ├── CVE-2018-3167.yaml ├── CVE-2019-0230.yaml ├── CVE-2019-15859.yaml ├── CVE-2020-13379.yaml ├── CVE-2020-19625.yaml ├── CVE-2020-22840.yaml ├── CVE-2020-23517.yaml ├── CVE-2020-24949.yaml ├── CVE-2020-25540.yaml ├── CVE-2020-29164.yaml ├── CVE-2020-36112.yaml ├── CVE-2020-9402.yaml ├── CVE-2021-24286.yaml ├── CVE-2021-24291.yaml ├── CVE-2021-26475.yaml ├── CVE-2021-27132.yaml ├── CVE-2021-28937.yaml ├── CVE-2021-29622.yaml ├── CVE-2021-31249.yaml ├── CVE-2021-31250.yaml ├── CVE-2021-31537.yaml ├── CVE-2021-31581.yaml ├── CVE-2021-31800.yaml ├── CVE-2021-32820.yaml ├── CVE-2021-33221.yaml ├── CVE-2021-3374.yaml ├── CVE-2021-3377.yaml ├── CVE-2021-33904.yaml ├── LICENSE ├── README.md ├── SECURITY.md ├── apache-filename-brute-force.yaml ├── application-ini.yaml ├── auth-js.yaml ├── avtech-dvr-exposure.yaml ├── beward-ipcamera-disclosure.yaml ├── blind-rce-polyglot-chain-oob.yaml ├── blind-xxe.yaml ├── brotli-compression-oracle-attack.yaml ├── cacti-detect.yaml ├── chamilo-lms-xss.yaml ├── chips-partitioned-cookies-state-confusion.yaml ├── circarlife-default-login.yaml ├── circleci-config.yaml ├── circleci-ssh-config.yaml ├── comtrend-ct5367-remote-root.yaml ├── config-file.yaml ├── config-ini.yaml ├── config-js.yaml ├── container-escape-detection.yaml ├── couchbase-buckets-rest-api.yaml ├── darkstat-detect.yaml ├── db-schema.yaml ├── dbeaver-credentials.yaml ├── dbeaver-data-sources.yaml ├── detect-dns-over-https.yaml ├── detect-drone.yaml ├── detect-rsyncd.yaml ├── detect-tracer-sc-web.yaml ├── detect-workerman-websocket-server.yaml ├── development-logs.yaml ├── display-via-header.yaml ├── django-debug.yaml ├── django-secret.key.yaml ├── dns-cache-poisoning-authoritative-oob.yaml ├── dns-data-exfiltration-base32-oob.yaml ├── dockercfg.yaml ├── dom-xss-detection.yaml ├── dom-xss.yaml ├── elasticsearch-cluster-health.yaml ├── error-based-sql-injection.yaml ├── esmtprc.yaml ├── exposed-pii.yaml ├── eyelock-nano-lfd.yaml ├── firebase-config.yaml ├── flow-adaptive-jwt-security.yaml ├── flow-api-security-recon.yaml ├── flow-behavioral-auth-analysis.yaml ├── flow-graphql-security-analyzer.yaml ├── flow-multi-protocol-fingerprinting.yaml ├── flow-ssl-tls-profiler.yaml ├── flow-supply-chain-analyzer.yaml ├── flow-zero-trust-assessment.yaml ├── fps-config.yaml ├── ftpconfig.yaml ├── fuzz-oauth.yaml ├── ganglia-xml-grid-monitor.yaml ├── git-credentials.yaml ├── git-mailmap.yaml ├── gmail-api-client-secrets.yaml ├── goliath-detect.yaml ├── google-floc-disabled.yaml ├── graphql-depth-bomb.yaml ├── graphql-subscription-oob.yaml ├── header-blind-sql-injection.yaml ├── header-blind-ssrf.yaml ├── header-command-injection.yaml ├── headless-advanced-dom-xss.yaml ├── headless-browser-fingerprinting.yaml ├── headless-clickjacking.yaml ├── headless-csp-bypass.yaml ├── headless-js-framework-vuln.yaml ├── headless-open-redirect.yaml ├── headless-postmessage-vuln.yaml ├── headless-prototype-pollution.yaml ├── headless-template-injection.yaml ├── headless-websocket-security.yaml ├── homeworks-illumination-web-keypad.yaml ├── htpasswd-detection.yaml ├── http2-request-smuggling.yaml ├── http3-protocol-downgrade-attack.yaml ├── http3-quic-smuggling.yaml ├── huawei-dg8045-auth-bypass.yaml ├── jetbrains-webservers-xml.yaml ├── jetty-information-disclosure.yaml ├── jwt-algorithm-confusion.yaml ├── keys-js.yaml ├── kong-detect.yaml ├── kubernetes-api-exposure.yaml ├── landfill-remote-monitoring-control.yaml ├── laravel-telescope.yaml ├── lucee-detect.yaml ├── lutron-iot-default-login.yaml ├── magento-config.yaml ├── missing-csp.yaml ├── missing_cves.txt ├── monitorix-exposure.yaml ├── mrtg-detect.yaml ├── netgear-router-disclosure.yaml ├── netrc.yaml ├── nginx-vhost-traffic-status.yaml ├── node-nunjucks-ssti.yaml ├── npmrc.yaml ├── oauth-state-bypass.yaml ├── old-copyright.yaml ├── openstack-user-secrets.yaml ├── pagespeed-global-admin.yaml ├── php-config-backup-exposure.yaml ├── php-fpm-status.yaml ├── php-ini.yaml ├── php-timeclock-xss.yaml ├── php-user-ini.yaml ├── pi-hole-detect.yaml ├── pmb-directory-traversal.yaml ├── production-logs.yaml ├── prtg-detect.yaml ├── public-documents.yaml ├── putty-user-keyfile.yaml ├── pyramid-debug-toolbar.yaml ├── rails-secret-token.yaml ├── redis-conf.yaml ├── redmine-cli-detect.yaml ├── redmine-db-config.yaml ├── remote-sync.yaml ├── robomongo.yaml ├── routes-ini.yaml ├── rpcbind-portmapper.yaml ├── s3cfg.yaml ├── salesforce-login.yaml ├── selea-ip-camera.yaml ├── sensitive-config-exposure.yaml ├── server-private-keys.yaml ├── sftp-config.yaml ├── sftp-deployment-config.yaml ├── smtp-header-injection-relay-oob.yaml ├── solar-log-500.yaml ├── sony-bravia-disclosure.yaml ├── spidercontrol-scada-server-info.yaml ├── squid-analysis-report-generator.yaml ├── ssh-authorized-keys.yaml ├── ssh-known-hosts.yaml ├── ssrf-advanced-chain-correlation-oob.yaml ├── ssrf-by-proxy.yaml ├── ssti-polyglot-multi-engine-oob.yaml ├── swagger-xss.yaml ├── tectuus-scada-monitor.yaml ├── terraform-detect.yaml ├── time-based-correlation-sqli-xpath-oob.yaml ├── tls-pqc-downgrade-attack.yaml ├── tor-socks-proxy.yaml ├── tox-ini.yaml ├── trusted-types-dom-clobbering-bypass.yaml ├── upnp-device.yaml ├── ventrilo-config.yaml ├── vernemq-status.yaml ├── viewlinc-crlf-injection.yaml ├── vscode-sftp.yaml ├── web-cache-poisoning-real.yaml ├── web-config.yaml ├── webauthn-passkey-bypass.yaml ├── websocket-auth-bypass-oob.yaml ├── websocket-auth-bypass-real.yaml ├── websocket-origin-bypass-oob.yaml ├── websocket-relay-oob.yaml ├── websocket-subscription-oob.yaml ├── websocket-upgrade-oob.yaml ├── ws-config.yaml ├── x-hacker.yaml ├── xmlrpc-pingback-ssrf.yaml ├── yii-debugger.yaml ├── zeroshell-kerbynet-lfd.yaml └── zwave2mqtt-health-check.yaml /.github/funding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/.github/funding.yml -------------------------------------------------------------------------------- /.github/workflows/syntax-checking.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/.github/workflows/syntax-checking.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/.gitignore -------------------------------------------------------------------------------- /.yamllint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/.yamllint -------------------------------------------------------------------------------- /CVE-2007-0885.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2007-0885.yaml -------------------------------------------------------------------------------- /CVE-2009-0545.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2009-0545.yaml -------------------------------------------------------------------------------- /CVE-2009-4223.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2009-4223.yaml -------------------------------------------------------------------------------- /CVE-2013-4786.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2013-4786.yaml -------------------------------------------------------------------------------- /CVE-2014-2321.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2014-2321.yaml -------------------------------------------------------------------------------- /CVE-2014-2323.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2014-2323.yaml -------------------------------------------------------------------------------- /CVE-2015-6477.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2015-6477.yaml -------------------------------------------------------------------------------- /CVE-2016-0957.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2016-0957.yaml -------------------------------------------------------------------------------- /CVE-2017-15715.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2017-15715.yaml -------------------------------------------------------------------------------- /CVE-2017-16806.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2017-16806.yaml -------------------------------------------------------------------------------- /CVE-2017-17562.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2017-17562.yaml -------------------------------------------------------------------------------- /CVE-2018-1000600.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2018-1000600.yaml -------------------------------------------------------------------------------- /CVE-2018-11784.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2018-11784.yaml -------------------------------------------------------------------------------- /CVE-2018-12634.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2018-12634.yaml -------------------------------------------------------------------------------- /CVE-2018-16668.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2018-16668.yaml -------------------------------------------------------------------------------- /CVE-2018-16670.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2018-16670.yaml -------------------------------------------------------------------------------- /CVE-2018-16671.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2018-16671.yaml -------------------------------------------------------------------------------- /CVE-2018-2894.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2018-2894.yaml -------------------------------------------------------------------------------- /CVE-2018-3167.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2018-3167.yaml -------------------------------------------------------------------------------- /CVE-2019-0230.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2019-0230.yaml -------------------------------------------------------------------------------- /CVE-2019-15859.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2019-15859.yaml -------------------------------------------------------------------------------- /CVE-2020-13379.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-13379.yaml -------------------------------------------------------------------------------- /CVE-2020-19625.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-19625.yaml -------------------------------------------------------------------------------- /CVE-2020-22840.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-22840.yaml -------------------------------------------------------------------------------- /CVE-2020-23517.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-23517.yaml -------------------------------------------------------------------------------- /CVE-2020-24949.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-24949.yaml -------------------------------------------------------------------------------- /CVE-2020-25540.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-25540.yaml -------------------------------------------------------------------------------- /CVE-2020-29164.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-29164.yaml -------------------------------------------------------------------------------- /CVE-2020-36112.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-36112.yaml -------------------------------------------------------------------------------- /CVE-2020-9402.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2020-9402.yaml -------------------------------------------------------------------------------- /CVE-2021-24286.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-24286.yaml -------------------------------------------------------------------------------- /CVE-2021-24291.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-24291.yaml -------------------------------------------------------------------------------- /CVE-2021-26475.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-26475.yaml -------------------------------------------------------------------------------- /CVE-2021-27132.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-27132.yaml -------------------------------------------------------------------------------- /CVE-2021-28937.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-28937.yaml -------------------------------------------------------------------------------- /CVE-2021-29622.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-29622.yaml -------------------------------------------------------------------------------- /CVE-2021-31249.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-31249.yaml -------------------------------------------------------------------------------- /CVE-2021-31250.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-31250.yaml -------------------------------------------------------------------------------- /CVE-2021-31537.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-31537.yaml -------------------------------------------------------------------------------- /CVE-2021-31581.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-31581.yaml -------------------------------------------------------------------------------- /CVE-2021-31800.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-31800.yaml -------------------------------------------------------------------------------- /CVE-2021-32820.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-32820.yaml -------------------------------------------------------------------------------- /CVE-2021-33221.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-33221.yaml -------------------------------------------------------------------------------- /CVE-2021-3374.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-3374.yaml -------------------------------------------------------------------------------- /CVE-2021-3377.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-3377.yaml -------------------------------------------------------------------------------- /CVE-2021-33904.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/CVE-2021-33904.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/SECURITY.md -------------------------------------------------------------------------------- /apache-filename-brute-force.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/apache-filename-brute-force.yaml -------------------------------------------------------------------------------- /application-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/application-ini.yaml -------------------------------------------------------------------------------- /auth-js.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/auth-js.yaml -------------------------------------------------------------------------------- /avtech-dvr-exposure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/avtech-dvr-exposure.yaml -------------------------------------------------------------------------------- /beward-ipcamera-disclosure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/beward-ipcamera-disclosure.yaml -------------------------------------------------------------------------------- /blind-rce-polyglot-chain-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/blind-rce-polyglot-chain-oob.yaml -------------------------------------------------------------------------------- /blind-xxe.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/blind-xxe.yaml -------------------------------------------------------------------------------- /brotli-compression-oracle-attack.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/brotli-compression-oracle-attack.yaml -------------------------------------------------------------------------------- /cacti-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/cacti-detect.yaml -------------------------------------------------------------------------------- /chamilo-lms-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/chamilo-lms-xss.yaml -------------------------------------------------------------------------------- /chips-partitioned-cookies-state-confusion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/chips-partitioned-cookies-state-confusion.yaml -------------------------------------------------------------------------------- /circarlife-default-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/circarlife-default-login.yaml -------------------------------------------------------------------------------- /circleci-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/circleci-config.yaml -------------------------------------------------------------------------------- /circleci-ssh-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/circleci-ssh-config.yaml -------------------------------------------------------------------------------- /comtrend-ct5367-remote-root.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/comtrend-ct5367-remote-root.yaml -------------------------------------------------------------------------------- /config-file.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/config-file.yaml -------------------------------------------------------------------------------- /config-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/config-ini.yaml -------------------------------------------------------------------------------- /config-js.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/config-js.yaml -------------------------------------------------------------------------------- /container-escape-detection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/container-escape-detection.yaml -------------------------------------------------------------------------------- /couchbase-buckets-rest-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/couchbase-buckets-rest-api.yaml -------------------------------------------------------------------------------- /darkstat-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/darkstat-detect.yaml -------------------------------------------------------------------------------- /db-schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/db-schema.yaml -------------------------------------------------------------------------------- /dbeaver-credentials.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/dbeaver-credentials.yaml -------------------------------------------------------------------------------- /dbeaver-data-sources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/dbeaver-data-sources.yaml -------------------------------------------------------------------------------- /detect-dns-over-https.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/detect-dns-over-https.yaml -------------------------------------------------------------------------------- /detect-drone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/detect-drone.yaml -------------------------------------------------------------------------------- /detect-rsyncd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/detect-rsyncd.yaml -------------------------------------------------------------------------------- /detect-tracer-sc-web.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/detect-tracer-sc-web.yaml -------------------------------------------------------------------------------- /detect-workerman-websocket-server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/detect-workerman-websocket-server.yaml -------------------------------------------------------------------------------- /development-logs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/development-logs.yaml -------------------------------------------------------------------------------- /display-via-header.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/display-via-header.yaml -------------------------------------------------------------------------------- /django-debug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/django-debug.yaml -------------------------------------------------------------------------------- /django-secret.key.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/django-secret.key.yaml -------------------------------------------------------------------------------- /dns-cache-poisoning-authoritative-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/dns-cache-poisoning-authoritative-oob.yaml -------------------------------------------------------------------------------- /dns-data-exfiltration-base32-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/dns-data-exfiltration-base32-oob.yaml -------------------------------------------------------------------------------- /dockercfg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/dockercfg.yaml -------------------------------------------------------------------------------- /dom-xss-detection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/dom-xss-detection.yaml -------------------------------------------------------------------------------- /dom-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/dom-xss.yaml -------------------------------------------------------------------------------- /elasticsearch-cluster-health.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/elasticsearch-cluster-health.yaml -------------------------------------------------------------------------------- /error-based-sql-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/error-based-sql-injection.yaml -------------------------------------------------------------------------------- /esmtprc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/esmtprc.yaml -------------------------------------------------------------------------------- /exposed-pii.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/exposed-pii.yaml -------------------------------------------------------------------------------- /eyelock-nano-lfd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/eyelock-nano-lfd.yaml -------------------------------------------------------------------------------- /firebase-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/firebase-config.yaml -------------------------------------------------------------------------------- /flow-adaptive-jwt-security.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/flow-adaptive-jwt-security.yaml -------------------------------------------------------------------------------- /flow-api-security-recon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/flow-api-security-recon.yaml -------------------------------------------------------------------------------- /flow-behavioral-auth-analysis.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/flow-behavioral-auth-analysis.yaml -------------------------------------------------------------------------------- /flow-graphql-security-analyzer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/flow-graphql-security-analyzer.yaml -------------------------------------------------------------------------------- /flow-multi-protocol-fingerprinting.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/flow-multi-protocol-fingerprinting.yaml -------------------------------------------------------------------------------- /flow-ssl-tls-profiler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/flow-ssl-tls-profiler.yaml -------------------------------------------------------------------------------- /flow-supply-chain-analyzer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/flow-supply-chain-analyzer.yaml -------------------------------------------------------------------------------- /flow-zero-trust-assessment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/flow-zero-trust-assessment.yaml -------------------------------------------------------------------------------- /fps-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/fps-config.yaml -------------------------------------------------------------------------------- /ftpconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ftpconfig.yaml -------------------------------------------------------------------------------- /fuzz-oauth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/fuzz-oauth.yaml -------------------------------------------------------------------------------- /ganglia-xml-grid-monitor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ganglia-xml-grid-monitor.yaml -------------------------------------------------------------------------------- /git-credentials.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/git-credentials.yaml -------------------------------------------------------------------------------- /git-mailmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/git-mailmap.yaml -------------------------------------------------------------------------------- /gmail-api-client-secrets.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/gmail-api-client-secrets.yaml -------------------------------------------------------------------------------- /goliath-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/goliath-detect.yaml -------------------------------------------------------------------------------- /google-floc-disabled.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/google-floc-disabled.yaml -------------------------------------------------------------------------------- /graphql-depth-bomb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/graphql-depth-bomb.yaml -------------------------------------------------------------------------------- /graphql-subscription-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/graphql-subscription-oob.yaml -------------------------------------------------------------------------------- /header-blind-sql-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/header-blind-sql-injection.yaml -------------------------------------------------------------------------------- /header-blind-ssrf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/header-blind-ssrf.yaml -------------------------------------------------------------------------------- /header-command-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/header-command-injection.yaml -------------------------------------------------------------------------------- /headless-advanced-dom-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-advanced-dom-xss.yaml -------------------------------------------------------------------------------- /headless-browser-fingerprinting.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-browser-fingerprinting.yaml -------------------------------------------------------------------------------- /headless-clickjacking.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-clickjacking.yaml -------------------------------------------------------------------------------- /headless-csp-bypass.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-csp-bypass.yaml -------------------------------------------------------------------------------- /headless-js-framework-vuln.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-js-framework-vuln.yaml -------------------------------------------------------------------------------- /headless-open-redirect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-open-redirect.yaml -------------------------------------------------------------------------------- /headless-postmessage-vuln.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-postmessage-vuln.yaml -------------------------------------------------------------------------------- /headless-prototype-pollution.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-prototype-pollution.yaml -------------------------------------------------------------------------------- /headless-template-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-template-injection.yaml -------------------------------------------------------------------------------- /headless-websocket-security.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/headless-websocket-security.yaml -------------------------------------------------------------------------------- /homeworks-illumination-web-keypad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/homeworks-illumination-web-keypad.yaml -------------------------------------------------------------------------------- /htpasswd-detection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/htpasswd-detection.yaml -------------------------------------------------------------------------------- /http2-request-smuggling.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/http2-request-smuggling.yaml -------------------------------------------------------------------------------- /http3-protocol-downgrade-attack.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/http3-protocol-downgrade-attack.yaml -------------------------------------------------------------------------------- /http3-quic-smuggling.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/http3-quic-smuggling.yaml -------------------------------------------------------------------------------- /huawei-dg8045-auth-bypass.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/huawei-dg8045-auth-bypass.yaml -------------------------------------------------------------------------------- /jetbrains-webservers-xml.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/jetbrains-webservers-xml.yaml -------------------------------------------------------------------------------- /jetty-information-disclosure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/jetty-information-disclosure.yaml -------------------------------------------------------------------------------- /jwt-algorithm-confusion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/jwt-algorithm-confusion.yaml -------------------------------------------------------------------------------- /keys-js.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/keys-js.yaml -------------------------------------------------------------------------------- /kong-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/kong-detect.yaml -------------------------------------------------------------------------------- /kubernetes-api-exposure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/kubernetes-api-exposure.yaml -------------------------------------------------------------------------------- /landfill-remote-monitoring-control.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/landfill-remote-monitoring-control.yaml -------------------------------------------------------------------------------- /laravel-telescope.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/laravel-telescope.yaml -------------------------------------------------------------------------------- /lucee-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/lucee-detect.yaml -------------------------------------------------------------------------------- /lutron-iot-default-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/lutron-iot-default-login.yaml -------------------------------------------------------------------------------- /magento-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/magento-config.yaml -------------------------------------------------------------------------------- /missing-csp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/missing-csp.yaml -------------------------------------------------------------------------------- /missing_cves.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/missing_cves.txt -------------------------------------------------------------------------------- /monitorix-exposure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/monitorix-exposure.yaml -------------------------------------------------------------------------------- /mrtg-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/mrtg-detect.yaml -------------------------------------------------------------------------------- /netgear-router-disclosure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/netgear-router-disclosure.yaml -------------------------------------------------------------------------------- /netrc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/netrc.yaml -------------------------------------------------------------------------------- /nginx-vhost-traffic-status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/nginx-vhost-traffic-status.yaml -------------------------------------------------------------------------------- /node-nunjucks-ssti.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/node-nunjucks-ssti.yaml -------------------------------------------------------------------------------- /npmrc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/npmrc.yaml -------------------------------------------------------------------------------- /oauth-state-bypass.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/oauth-state-bypass.yaml -------------------------------------------------------------------------------- /old-copyright.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/old-copyright.yaml -------------------------------------------------------------------------------- /openstack-user-secrets.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/openstack-user-secrets.yaml -------------------------------------------------------------------------------- /pagespeed-global-admin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/pagespeed-global-admin.yaml -------------------------------------------------------------------------------- /php-config-backup-exposure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/php-config-backup-exposure.yaml -------------------------------------------------------------------------------- /php-fpm-status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/php-fpm-status.yaml -------------------------------------------------------------------------------- /php-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/php-ini.yaml -------------------------------------------------------------------------------- /php-timeclock-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/php-timeclock-xss.yaml -------------------------------------------------------------------------------- /php-user-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/php-user-ini.yaml -------------------------------------------------------------------------------- /pi-hole-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/pi-hole-detect.yaml -------------------------------------------------------------------------------- /pmb-directory-traversal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/pmb-directory-traversal.yaml -------------------------------------------------------------------------------- /production-logs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/production-logs.yaml -------------------------------------------------------------------------------- /prtg-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/prtg-detect.yaml -------------------------------------------------------------------------------- /public-documents.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/public-documents.yaml -------------------------------------------------------------------------------- /putty-user-keyfile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/putty-user-keyfile.yaml -------------------------------------------------------------------------------- /pyramid-debug-toolbar.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/pyramid-debug-toolbar.yaml -------------------------------------------------------------------------------- /rails-secret-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/rails-secret-token.yaml -------------------------------------------------------------------------------- /redis-conf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/redis-conf.yaml -------------------------------------------------------------------------------- /redmine-cli-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/redmine-cli-detect.yaml -------------------------------------------------------------------------------- /redmine-db-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/redmine-db-config.yaml -------------------------------------------------------------------------------- /remote-sync.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/remote-sync.yaml -------------------------------------------------------------------------------- /robomongo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/robomongo.yaml -------------------------------------------------------------------------------- /routes-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/routes-ini.yaml -------------------------------------------------------------------------------- /rpcbind-portmapper.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/rpcbind-portmapper.yaml -------------------------------------------------------------------------------- /s3cfg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/s3cfg.yaml -------------------------------------------------------------------------------- /salesforce-login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/salesforce-login.yaml -------------------------------------------------------------------------------- /selea-ip-camera.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/selea-ip-camera.yaml -------------------------------------------------------------------------------- /sensitive-config-exposure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/sensitive-config-exposure.yaml -------------------------------------------------------------------------------- /server-private-keys.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/server-private-keys.yaml -------------------------------------------------------------------------------- /sftp-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/sftp-config.yaml -------------------------------------------------------------------------------- /sftp-deployment-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/sftp-deployment-config.yaml -------------------------------------------------------------------------------- /smtp-header-injection-relay-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/smtp-header-injection-relay-oob.yaml -------------------------------------------------------------------------------- /solar-log-500.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/solar-log-500.yaml -------------------------------------------------------------------------------- /sony-bravia-disclosure.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/sony-bravia-disclosure.yaml -------------------------------------------------------------------------------- /spidercontrol-scada-server-info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/spidercontrol-scada-server-info.yaml -------------------------------------------------------------------------------- /squid-analysis-report-generator.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/squid-analysis-report-generator.yaml -------------------------------------------------------------------------------- /ssh-authorized-keys.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ssh-authorized-keys.yaml -------------------------------------------------------------------------------- /ssh-known-hosts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ssh-known-hosts.yaml -------------------------------------------------------------------------------- /ssrf-advanced-chain-correlation-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ssrf-advanced-chain-correlation-oob.yaml -------------------------------------------------------------------------------- /ssrf-by-proxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ssrf-by-proxy.yaml -------------------------------------------------------------------------------- /ssti-polyglot-multi-engine-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ssti-polyglot-multi-engine-oob.yaml -------------------------------------------------------------------------------- /swagger-xss.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/swagger-xss.yaml -------------------------------------------------------------------------------- /tectuus-scada-monitor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/tectuus-scada-monitor.yaml -------------------------------------------------------------------------------- /terraform-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/terraform-detect.yaml -------------------------------------------------------------------------------- /time-based-correlation-sqli-xpath-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/time-based-correlation-sqli-xpath-oob.yaml -------------------------------------------------------------------------------- /tls-pqc-downgrade-attack.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/tls-pqc-downgrade-attack.yaml -------------------------------------------------------------------------------- /tor-socks-proxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/tor-socks-proxy.yaml -------------------------------------------------------------------------------- /tox-ini.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/tox-ini.yaml -------------------------------------------------------------------------------- /trusted-types-dom-clobbering-bypass.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/trusted-types-dom-clobbering-bypass.yaml -------------------------------------------------------------------------------- /upnp-device.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/upnp-device.yaml -------------------------------------------------------------------------------- /ventrilo-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ventrilo-config.yaml -------------------------------------------------------------------------------- /vernemq-status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/vernemq-status.yaml -------------------------------------------------------------------------------- /viewlinc-crlf-injection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/viewlinc-crlf-injection.yaml -------------------------------------------------------------------------------- /vscode-sftp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/vscode-sftp.yaml -------------------------------------------------------------------------------- /web-cache-poisoning-real.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/web-cache-poisoning-real.yaml -------------------------------------------------------------------------------- /web-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/web-config.yaml -------------------------------------------------------------------------------- /webauthn-passkey-bypass.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/webauthn-passkey-bypass.yaml -------------------------------------------------------------------------------- /websocket-auth-bypass-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/websocket-auth-bypass-oob.yaml -------------------------------------------------------------------------------- /websocket-auth-bypass-real.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/websocket-auth-bypass-real.yaml -------------------------------------------------------------------------------- /websocket-origin-bypass-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/websocket-origin-bypass-oob.yaml -------------------------------------------------------------------------------- /websocket-relay-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/websocket-relay-oob.yaml -------------------------------------------------------------------------------- /websocket-subscription-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/websocket-subscription-oob.yaml -------------------------------------------------------------------------------- /websocket-upgrade-oob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/websocket-upgrade-oob.yaml -------------------------------------------------------------------------------- /ws-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/ws-config.yaml -------------------------------------------------------------------------------- /x-hacker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/x-hacker.yaml -------------------------------------------------------------------------------- /xmlrpc-pingback-ssrf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/xmlrpc-pingback-ssrf.yaml -------------------------------------------------------------------------------- /yii-debugger.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/yii-debugger.yaml -------------------------------------------------------------------------------- /zeroshell-kerbynet-lfd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/zeroshell-kerbynet-lfd.yaml -------------------------------------------------------------------------------- /zwave2mqtt-health-check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeknik/the-nuclei-templates/HEAD/zwave2mqtt-health-check.yaml --------------------------------------------------------------------------------