From d98fd9c90953caad4182ed66280be213afcee89a Mon Sep 17 00:00:00 2001 From: paulino Date: Wed, 30 Jul 2014 03:51:56 +0000 Subject: [PATCH] Adds mikrotik-routeros-brute to the CHANGELOG. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2bceb2d70..a6e68e705 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Added mikrotik-routeros-brute script to perform password auditing + attacks against Mikrotik's RouterOS API. [Paulino Calderon] + o [Ncat] Fixed SOCKS5 username/password authentication. The password length was being written in the wrong place, so authentication could not succeed. Reported with patch by Pierluigi Vittori.