github projectdiscovery/nuclei v2.6.4

latest releases: v3.2.9, v3.2.8, v3.2.7...
pre-release2 years ago

What's Changed

   -as, -automatic-scan         automatic web scan using wappalyzer technology detection to tags mapping
  • Added option to enable global redirect in HTTP protocol by @Ice3man543 in #1716
   -fr, -follow-redirects      enable following redirects for http templates
   -mr, -max-redirects int     max number of redirects to follow for http templates (default 10)
  • Added custom ciphersuits input + match support for SSL protocol by @Ice3man543 in #1685
ssl:
  - address: "{{Host}}:{{Port}}"
    cipher_suites: 
      - TLS_AES_128_GCM_SHA256

    matchers:
      - type: word
        part: response
        words:
          - "TLS_AES_128_GCM_SHA256"

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

New Contributors

Full Changelog: v2.6.3...v2.6.4

Don't miss a new nuclei release

NewReleases is sending notifications on new releases.