| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nuclei_3.5.0_checksums.txt | 2025-11-14 | 758 Bytes | |
| nuclei_3.5.0_linux_amd64.zip | 2025-11-14 | 39.5 MB | |
| nuclei_3.5.0_linux_arm64.zip | 2025-11-14 | 35.9 MB | |
| nuclei_3.5.0_macOS_arm64.zip | 2025-11-14 | 37.7 MB | |
| nuclei_3.5.0_linux_386.zip | 2025-11-14 | 37.0 MB | |
| nuclei_3.5.0_linux_arm.zip | 2025-11-14 | 37.5 MB | |
| nuclei_3.5.0_macOS_amd64.zip | 2025-11-14 | 40.4 MB | |
| nuclei_3.5.0_windows_386.zip | 2025-11-14 | 37.4 MB | |
| nuclei_3.5.0_windows_amd64.zip | 2025-11-14 | 39.3 MB | |
| README.md | 2025-11-14 | 7.6 kB | |
| v3.5.0 source code.tar.gz | 2025-11-14 | 12.0 MB | |
| v3.5.0 source code.zip | 2025-11-14 | 12.5 MB | |
| Totals: 12 Items | 329.3 MB | 0 | |
What's Changed
🎉 New Features
- Adding json + xpath headless extractors by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6559
- Adding VNC auth by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6413
- Feat(templating): add vars templating into yaml inputs (ytt) by @alban-stourbe-wmx in https://github.com/projectdiscovery/nuclei/pull/6261
- Feat: added new text/template syntax to jira custom fields by @Ice3man543 in https://github.com/projectdiscovery/nuclei/pull/6464
- Feat(fuzz): enhance
MultiPartFormwith metadata APIs by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6486 - Feat: http(s) probing optimization by @matejsmycka in https://github.com/projectdiscovery/nuclei/pull/6511
- Add option to control number of concurrent templates loaded on startup by @mielverkerken in https://github.com/projectdiscovery/nuclei/pull/6373
- CheckRDPEncryption function by @pussycat0x in https://github.com/projectdiscovery/nuclei/pull/6204
- SSH keyboard-interactive by @chovanecadam in https://github.com/projectdiscovery/nuclei/pull/6508
- Feat(templates): add file metadata fields to
parsedTemplateby @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6534 - Add env variable for nuclei templates dir by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/6588
- Adding support for execution in docker by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6549
🐞 Bug Fixes
- Clean up pools after 24hours inactivity by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6545
- Using clone options for auth store by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6572
- Path-based fuzzing SQL fix by @tarunKoyalwar in https://github.com/projectdiscovery/nuclei/pull/6400
- Fix(fuzz): handles duplicate multipart form field names by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6404
- Don't load templates with the same ID by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/6465
- Remove the stack trace when the nuclei-ignore file does not exist by @nu11zy in https://github.com/projectdiscovery/nuclei/pull/6455
- Fix: update go jira deps by @knakul853 in https://github.com/projectdiscovery/nuclei/pull/6475
- Jira: hotfix for Cloud to use /rest/api/3/search/jql by @knakul853 in https://github.com/projectdiscovery/nuclei/pull/6489
- Fix: improve cleanup in parallel execution by @knakul853 in https://github.com/projectdiscovery/nuclei/pull/6490
- Fix headless template loading logic when
-dastoption is enabled by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/6495 - Fix: suppress warn code flag not found & excludes known misc dir by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6500
- Fix(variable): global variable not same between two request in flow mode by @iuliu8899 in https://github.com/projectdiscovery/nuclei/pull/6395
- Log failed expr compilations by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/6528
- Fixing failing integration tests by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6544
- Fix: populate req_url_pattern before event creation by @Ice3man543 in https://github.com/projectdiscovery/nuclei/pull/6547
- Fix(headless): fixed memory leak issue during page initialization by @Deamhan in https://github.com/projectdiscovery/nuclei/pull/6569
- Fix(templates): mem leaks in parser cache by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6584
- Fix(http): resolve timeout config issues by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6562
- Fix(charts): fixed out of bounds read by @Deamhan in https://github.com/projectdiscovery/nuclei/pull/6607
- Feat 6231 deadlock by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6469
⚡ Performance Improvements
- Perf(loader): reuse cached parsed templates by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6504
- Http probing optimizations high ports by @matejsmycka in https://github.com/projectdiscovery/nuclei/pull/6538
- Cache, goroutine and unbounded workers management by @knakul853 in https://github.com/projectdiscovery/nuclei/pull/6420
- Centralizing ratelimiter logic by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6472
🔧 Refactoring
- Refactor to use reflect.TypeFor by @cuiweixie in https://github.com/projectdiscovery/nuclei/pull/6428
- Refactored header-based auth scans not to normalize the header names by @halcyondream in https://github.com/projectdiscovery/nuclei/pull/6479
- Refactor(disk): templates catalog by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/5914
📦 Other Changes
- Test(reporting/exporters/mongo): add mongo integration test with test… by @loresuso in https://github.com/projectdiscovery/nuclei/pull/6237
- Bump httpx version by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/6425
- Reporting validation by @mkrs2404 in https://github.com/projectdiscovery/nuclei/pull/6456
- Code from https://github.com/projectdiscovery/nuclei/pull/6427 by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/6471
- No changes message for github custom template update to INF from ERR for better logging by @zy9ard3 in https://github.com/projectdiscovery/nuclei/pull/6422
- Update Go version requirement in README by @DFwJZ in https://github.com/projectdiscovery/nuclei/pull/6529
- Chore(typos): fix typos by @pstoeckle in https://github.com/projectdiscovery/nuclei/pull/6521
- Chore: add typos check into tests CI by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6533
- Revert "chore: add typos check into tests CI" by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6535
- Chore: preserve issue report w/ issue form by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/6531
- Update go version in logo by @DFwJZ in https://github.com/projectdiscovery/nuclei/pull/6530
- Update
-tlflag by @matejsmycka in https://github.com/projectdiscovery/nuclei/pull/6536
New Contributors
- @loresuso made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6237
- @cuiweixie made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6428
- @mkrs2404 made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6456
- @nu11zy made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6455
- @zy9ard3 made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6422
- @halcyondream made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6479
- @matejsmycka made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6511
- @mielverkerken made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6373
- @DFwJZ made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6529
- @pstoeckle made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6521
- @Deamhan made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6569
- @chovanecadam made their first contribution in https://github.com/projectdiscovery/nuclei/pull/6508
Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.4.10...v3.5.0