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.