Releases: projectdiscovery/nuclei
Releases · projectdiscovery/nuclei
v3.2.1
What's Changed
- Added memguardian + various optimizations by @Mzack9999 in #4833
- Fixed overriding the predefined ratelimiter by
WithGlobalRateLimit
(sdk) by @kiokuless in #4884 - Fixed issue with javascript protocol by @tarunKoyalwar in #4893
- Updated templates loader/parser caches (refactor) by @Mzack9999 in #4867
New Contributors
- @debasishbsws made their first contribution in #4885
- @kiokuless made their first contribution in #4884
- @alizademhdi made their first contribution in #4892
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
🎉 New Features
- Added fuzzing support in http protocol by @Ice3man543, @tarunKoyalwar in #4477
- Added authenticated scaning support by @tarunKoyalwar in #4477
- Added
-fuzz
option for loading fuzzing templates @tarunKoyalwar in #4477 - Added Gitea reporting by @leonjza in #4522
- Added transparent memoization via func annotation by @Mzack9999 in #4742
- Added issue tracker JSONL output + CLI summary by @Ice3man543 in #4855
- Added
self-contained
request at http request level by @tarunKoyalwar in #4812 - Added
-payload-concurrency
option by @tarunKoyalwar in #4868 - Added
disable-unsigned-templates
option by @dogancanbakir in #4820 - Added ldap protocol enhancements by @5amu in #4667
🐞 Bug Fixes
- Fixed issue to purge cache on global callback set by @Mzack9999 in #4840
- Fixed network layer should not have forceful read by @Mzack9999 in #4737
- Fixed workflow to publish docs by @RamanaReddy0M in #4743
- Fixed
stop-at-first-match
issue in http protocol by @tarunKoyalwar in #4752 - Fixed header nil check by @tarunKoyalwar in #4766
- Fixed issue to use maxsize in template by @dogancanbakir in #4814
- Fixed issue to validate code template in workflows by @tarunKoyalwar in #4822
- Fixed issue with temp file cleanup by @dogancanbakir in #4835
- Fixed issue with nuclei loading ignored templates by @tarunKoyalwar in #4849
- Fixed multiple bugs by @tarunKoyalwar in #4868
Other Changes
- Added more granular, issue tracker level filtering by @leonjza in #4780
- Added callback support to StandardWriter by @dogancanbakir in #4839
- switched dependency for kerberos js module (ropnop/gorkb5 -> jcmturner/gokrb5) by @5amu in #4647
- use system resolver first with system-resolvers by @Mzack9999 in #4740
- javascript bindings + docs generation enhancements by @tarunKoyalwar in #4487
Issues closed in release - https://github.com/projectdiscovery/nuclei/milestone/43?closed=1
New Contributors
- @leonjza made their first contribution in #4522
- @AlexS778 made their first contribution in #4785
- @fail-open made their first contribution in #4819
Full Changelog: v3.1.10...v3.2.0
v3.1.10
What's Changed
- Fixed concurrent map writes in tmplexec package by @tarunKoyalwar in #4718
- Added more
NetworkConfig
options to the SDK by @denysvitali-niantic in #4719
New Contributors
- @denysvitali-niantic made their first contribution in #4719
Full Changelog: v3.1.9...v3.1.10
v3.1.9
What's Changed
- Added hybrid tech detection (wappalyzer + tech templates) with automatic scan (
-as
) by @xxcdd @boy-hack in #4656 - Added projectdiscovery/useragent by @dogancanbakir in #4708
- Added passive option support in SDK by @dogancanbakir in #4684
- Fixed issue with long running scans at the end of scan by @tarunKoyalwar in #4715
- Fixed issue in javascript protocol with connection pooling by @tarunKoyalwar in #4709
New Contributors
Full Changelog: v3.1.8...v3.1.9
v3.1.8
What's Changed
- Fixed multiple memory leaks and optimizations by @tarunKoyalwar in #4680
- Fixed issue with not resolving hosts from
/etc/hosts
file by @tarunKoyalwar in #4686 - Fixed issue of array iteration in flow by @tarunKoyalwar in #4688
- Fixed panic in smb javascript template by @tarunKoyalwar in #4700
- Fixed an issue with case sensitive dns interaction with interactsh by @monitor403 in #4697
- Fixed issue with reporting with optional support of
-or
option by @dogancanbakir in #4612 - Fixed issue with mysql module in JavaScript by @tarunKoyalwar in #4702
New Contributors
- @monitor403 made their first contribution in #4697
Full Changelog: v3.1.7...v3.1.8
v3.1.7
What's Changed
- Added support to upload result to existing pdpc scan using
-scan-id
option by @tarunKoyalwar in #4662
$ nuclei -u example.com -cloud-upload -scan-id XXXXXX
- Fixed issue with pdcp result upload with large output file by @tarunKoyalwar in #4662
- Fixed issue with pdcp result upload when using with env variable by @tarunKoyalwar in #4675
Full Changelog: v3.1.6...v3.1.7
v3.1.6
What's Changed
- Added
GetServiceTicket
method to the kerberos module by @5amu in #4422 - Added
GetKerberoastableUsers
method in ldap module by @5amu in #4420 - Added support to dump resume files when a runner hangs by @wk8 in #4440
- Fixed multiple memory leaks + optimizations by @tarunKoyalwar in #4630
- Fixed timeout issue + added custom timeout support in js protocol by @tarunKoyalwar in #4643
- Fixed variables merge order in code templates by @tarunKoyalwar in #4623
- Fixed issue with dynamic extractors in flow by @tarunKoyalwar in #4625
- Fixed panic in interactsh process interaction ( nil check on compiled operators) by @dogancanbakir in #4511
- Fixed panic error + support offlinehttp in flow templates by @tarunKoyalwar in #4653
Full Changelog: v3.1.5...v3.1.6
v3.1.5
What's Changed
Other Changes
- Fixed a bug introduced in previous version by @tarunKoyalwar in #4608
Full Changelog: v3.1.4...v3.1.5
v3.1.4
What's Changed
🎉 New Features
- Added
self-contained
input support to fuzzing templates by @dogancanbakir in #4531 - Added support to include additional custom tags with
-as
option by @dogancanbakir in #4543 - Added internal matchers (to hide match results in flow) using
internal: true
by @tarunKoyalwar in #4582 - Added exclude list support to layer 4 via fastdialer by @Mzack9999 in #4575
🐞 Bug Fixes
- Fixed issue with dynamic extracted variable to make it reusable by @tarunKoyalwar in #4574
- Fixed early exit issue for non zero status code in code protocol by @tarunKoyalwar in #4585
- Fixed missing results issue in flow based template by @tarunKoyalwar in #4582
Other Changes
- deprecate(remove): file write in extractor using
to
attribute for security reasons by @tarunKoyalwar in #4565 - Using network policy everywhere by @Mzack9999 in #4578
New Contributors
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- Added email support to SMTP client in javascript protocol by @Marcuccio in #4451
- Added Interface in Networkconfig (SDK) by @vince-isec in #4472
Other Changes
- Fixed issue with blank value for query param by @dogancanbakir in #4513
- Fixed issue with resume file creation by @dogancanbakir in #4514
- Fixed an issue with auth check API by @ehsandeep in #4527
- Updated README to point to centralized docs by @olearycrew in #4521
New Contributors
- @vince-isec made their first contribution in #4472
- @Marcuccio made their first contribution in #4451
Full Changelog: v3.1.2...v3.1.3