Skip to content

v2.5.4

Compare
Choose a tag to compare
@ehsandeep ehsandeep released this 09 Dec 08:37

What's Changed

New CLI Flags:

-tu, -template-url string[]  URL containing list of templates to run
-wu, -workflow-url string[]  URL containing list of workflows to run
-pt, -type value[]                protocol types to be executed. Possible values: dns, file, http, headless, network, workflow, ssl, websocket
-ept, -exclude-type value[]       protocol types to not be executed. Possible values: dns, file, http, headless, network, workflow, ssl, websocket
-ms, -matcher-status          show optional match failure status
-elog, -error-log string  file to write sent requests error log
-cc, -client-cert string    client certificate file (PEM-encoded) used for authenticating against scanned hosts
-ck, -client-key string     client key file (PEM-encoded) used for authenticating against scanned hosts
-ca, -client-ca string      client certificate authority file (PEM-encoded) used for authenticating against scanned hosts

New JSON fields:

  "template": "misconfiguration/http-missing-security-headers.yaml"
  "template-url": "https://github.com/projectdiscovery/nuclei-templates/blob/master/misconfiguration/http-missing-security-headers.yaml"
  "matcher-status": true

New Global Variables:

For DNS Protocol

{{RDN}}
{{DN}}
{{TLD}}
{{SD}}

For Netowork Protocol

{{Host}}
{{Port}}

Closed GH Issues in v2.5.4 release

https://github.com/projectdiscovery/nuclei/milestone/4?closed=1

New Contributors

Full Changelog: v2.5.3...v2.5.4