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

pgrep Command in Linux: Find and Filter Running Processes

The pgrep command in Linux finds the PIDs of running processes based on a name or other…

20 hours ago

unlink Command in Linux: Remove a Single File or Symlink

The unlink command in Linux removes a single file by deleting its directory entry. It is a…

20 hours ago

How to Check Open Ports in Linux: nmap, netcat, and Bash

When troubleshooting a network connection or configuring a firewall, the first question is whether a…

21 hours ago

ifconfig Command in Linux: Configure Network Interfaces

The ifconfig command in Linux displays and configures network interfaces. It can assign IP addresses, bring interfaces…

21 hours ago

groupdel Command in Linux: Remove a Group and Audit Files

The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…

2 days ago

wc Command in Linux: Count Lines, Words, Characters, and Bytes

The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…

2 days ago