github projectdiscovery/nuclei v2.6.9

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

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

Don't miss a new nuclei release

NewReleases is sending notifications on new releases.