github projectdiscovery/nuclei v2.7.1

latest releases: v3.3.4, v3.3.3, v3.3.2...
2 years ago

What's Changed

  • Added support for tls SNI input in http protocol using cli flag -sni by @Mzack9999 in #1964
   -sni string   tls sni hostname to use (default: input domain name)
  • Added support for tls SNI input in http protocol in templates by @Mzack9999 in #1970
requests:
  - raw:
      - |
        @tls-sni:localhost
        GET / HTTP/1.1
        Host: {{interactsh-url}}
        Origin: {{BaseURL}}

Issues closed in this release: https://github.com/projectdiscovery/nuclei/milestone/12?closed=1

New Contributors

Full Changelog: v2.7.0...v2.7.1

Don't miss a new nuclei release

NewReleases is sending notifications on new releases.