| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nuclei_3.10.0_checksums.txt | 2026-06-30 | 766 Bytes | |
| nuclei_3.10.0_linux_386.zip | 2026-06-30 | 41.0 MB | |
| nuclei_3.10.0_linux_amd64.zip | 2026-06-30 | 43.6 MB | |
| nuclei_3.10.0_linux_arm64.zip | 2026-06-30 | 39.1 MB | |
| nuclei_3.10.0_linux_arm.zip | 2026-06-30 | 41.5 MB | |
| nuclei_3.10.0_macOS_amd64.zip | 2026-06-30 | 44.6 MB | |
| nuclei_3.10.0_macOS_arm64.zip | 2026-06-30 | 41.1 MB | |
| nuclei_3.10.0_windows_386.zip | 2026-06-30 | 41.6 MB | |
| nuclei_3.10.0_windows_amd64.zip | 2026-06-30 | 43.5 MB | |
| README.md | 2026-06-30 | 3.3 kB | |
| v3.10.0 source code.tar.gz | 2026-06-30 | 12.3 MB | |
| v3.10.0 source code.zip | 2026-06-30 | 12.9 MB | |
| Totals: 12 Items | 361.2 MB | 1 | |
What's Changed
🎉 New Features
- Added per-host HTTP client pooling by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/7301
🐞 Bug Fixes
- Fixed handling in hosterrorscache to automatically skip hosts that consistently time out by @knakul853 in https://github.com/projectdiscovery/nuclei/pull/7455
- Fixed preservation of explicit target port in network templates (fixes [#7323]) by @XananasX7 in https://github.com/projectdiscovery/nuclei/pull/7465
- Fixed connection reuse and improved port pre-flight handling by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6715
- Fixed code template signature validation before DAST loading by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/7472
- Fixed gating of MySQL allowAllFiles option to require
-lfaflag by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/7473 - Fixed ASCII-section regex to properly escape literal
.by @snicket2100 in https://github.com/projectdiscovery/nuclei/pull/7476 - Fixed recording of decoded bytes for debug dumps by @snicket2100 in https://github.com/projectdiscovery/nuclei/pull/7478
- Fixed proper escaping of dbname in lib/pq URLs by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7479
- Fixed network policy enforcement prior to LDAP dialing by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7494
- Fixed normalization and rejection of trace file DSN options in Oracle by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7480
- Fixed proper escaping of MSSQL database names in connection URLs by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7481
- Fixed krbforge to reject unsandboxed ccache writes by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7482
- Fixed rejection of request-condition(s) during fuzzing by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7466
- Fixed: YAML now correctly rejects recursive include chains by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7492
- Fixed resource leaks by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/7502
Other Changes
- Updated govaluate dependency to prevent slice-bounds panic on invalid UTF-8 input by @XananasX7 in https://github.com/projectdiscovery/nuclei/pull/7464
- Updated goja dependency by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/7467
- Updated dependencies to remove unused packages by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7457
- Refactored templates to centralize opt-in capability gating by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7489
- Added fuzzing parser harnesses for raw requests and templates by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7459
- Refactored template rendering boundary by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/7499
New Contributors
- @XananasX7 made their first contribution in https://github.com/projectdiscovery/nuclei/pull/7465
- @snicket2100 made their first contribution in https://github.com/projectdiscovery/nuclei/pull/7476
Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.9.0...v3.10.0