Cyber security

v3.2.0 – Transforming Security Protocols With Fuzzing, LDAP Enhancements, And Robust Fixes

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

Bug Fixes

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
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

23 hours ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

1 day ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

1 day ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

1 day ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

1 day ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

1 day ago