1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Adds mikrotik-routeros-brute to the CHANGELOG.

This commit is contained in:
paulino
2014-07-30 03:51:56 +00:00
parent 95f897fffb
commit d98fd9c909

View File

@@ -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.