In the latest iteration of our cutting-edge software, v3.2.0 emerges as a significant leap forward, embodying the relentless pursuit of excellence in cybersecurity.
This release introduces an array of new features including advanced fuzzing support, authenticated scanning capabilities, and comprehensive protocol enhancements, marking a milestone in the tool’s evolution.
Bolstered by critical bug fixes and performance optimizations, v3.2.0 sets a new standard for security professionals seeking unparalleled efficiency and effectiveness in their security assessments.
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