Skip to content

Releases: projectdiscovery/nuclei

v2.7.1

17 May 18:23
a31bca5
Compare
Choose a tag to compare

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

v2.7.0

08 May 10:37
e13939c
Compare
Choose a tag to compare

What's Changed

   -dr, -disable-redirects      disable following redirects for http templates
  • Added automatic fallback to system chrome on docker alpine via musl detection by @Mzack9999 in #1903

Full Changelog: v2.6.9...v2.7.0

v2.6.9

25 Apr 09:28
9738ad2
Compare
Choose a tag to compare

What's Changed

variables:
  a1: "{{to_lower(rand_base(5))}}"

requests:
  - method: GET
    path:
      - "{{BaseURL}}/?test={{a1}}"

    matchers:
      - type: word
        words:
          - "{{a1}}"
    extractors:
      - type: dsl
        dsl:
          - "len(body)"
  • Added requests annotation support for RAW HTTP Templates by @Mzack9999 in #1805
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

      - |
        @Host: https://login.microsoftonline.com:443
        GET /{{Host}}/v2.0/.well-known/openid-configuration HTTP/1.1
        Host: login.microsoftonline.com
  • Fixed internal bug in interactsh integration with unsafe HTTP template by @Mzack9999 in #1875
  • Fixed bug to support custom template directory input for automatic-scan by @LuitelSamikshya in #1870

Full Changelog: v2.6.8...v2.6.9

v2.6.8

15 Apr 18:14
58461a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.7...v2.6.8

v2.6.7

13 Apr 11:45
64ba284
Compare
Choose a tag to compare

What's Changed

  • Fixed nuclei scan freeze bug while running external templates in unexpected format by @Mzack9999 in #1839

Full Changelog: v2.6.6...v2.6.7

v2.6.6

11 Apr 10:19
659e85f
Compare
Choose a tag to compare

What's Changed

   -sresp, -store-resp           store all request/response passed through nuclei to output directory
   -srd, -store-resp-dir string  store all request/response passed through nuclei to custom directory (default "output")
  • Added support to match specific interactsh-url payload in case of multiple placeholders #1698 by @parrasajad in #1760
  • Added version comparison helpers (compare_versions) by @Ice3man543 in #1783
      - type: dsl
        dsl:
          - compare_versions(version, '< 5.5.7')
  headers:
    X-Forwarded-For: '{{rand_ip("192.168.0.0/24")}}'
nuclei -H cookies.txt

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

New Contributors

Full Changelog: v2.6.5...v2.6.6

Bugfix release

21 Mar 18:24
8c83bd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.4...v2.6.5

v2.6.4

21 Mar 12:06
7b13c66
Compare
Choose a tag to compare
v2.6.4 Pre-release
Pre-release

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

v2.6.3

03 Mar 20:57
d851ecd
Compare
Choose a tag to compare

What's Changed

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

New Contributors

  • @zt2 made their first contribution in #1649

Full Changelog: v2.6.2...v2.6.3

v2.6.2

23 Feb 21:07
fe6b1e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2