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