Nuclei Versions Save

Fast and customizable vulnerability scanner based on simple YAML based DSL.

v3.1.7

3 months ago

What's Changed

  $ nuclei -u example.com -cloud-upload -scan-id XXXXXX

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.1.6...v3.1.7

v3.1.6

4 months ago

What's Changed

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.1.5...v3.1.6

v3.1.5

4 months ago

What's Changed

Other Changes

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.1.4...v3.1.5

v3.1.4

4 months ago

What's Changed

🎉 New Features

🐞 Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.1.3...v3.1.4

v3.1.3

5 months ago

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.1.2...v3.1.3

v3.1.2

5 months ago

What's Changed

Other Changes

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.1.1...v3.1.2

v3.1.1

5 months ago

What's Changed

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.1.0...v3.1.1

v3.1.0

5 months ago

What's Changed

🎉 New Features

tcp:
  - host:
      - "{{Hostname}}"
    port: 22,2222
javascript:
  - args:
      Host: "{{Host}}"
      Port: "22"
    code: |
      var m = require("nuclei/ssh");
      var c = m.SSHClient();
      c.Connect(Host, Port, template.Username, template.Password)
      c.Run("echo lolz > /tmp/lolz");
      var response = c.Run("cat /tmp/lolz");
      c.Close()
      to_json(response);
 -dt, -dialer-timeout value            timeout for network requests.
 -dka, -dialer-keep-alive value        keep-alive duration for network requests.

Other Changes

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

New Contributors

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.0.4...v3.1.0

v3.0.4

6 months ago

What's Changed

🎉 New Features

   -ot, -omit-template  omit encoded template in the JSON, JSONL output
    tls_version_enum: true
    tls_cipher_enum: true
    tls_cipher_types: 
      - insecure 
      - weak

🐞 Bug Fixes

🔨 Maintenance

Other Changes

    disable-cookie: true
PPROF=1 ./nuclei -u https://scanme.sh

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.0.3...v3.0.4

v3.0.3

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.0.2...v3.0.3