From d68e4d7cab048a7ce7c9e9580302e46aee3a9616 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 7 Mar 2017 21:25:37 +0000 Subject: [PATCH] Fix spelling of Vasiliy's name. Sorry! --- CHANGELOG | 2 +- scripts/redis-info.nse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b50ad587e..6dfaa49af 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ # Nmap Changelog ($Id$); -*-text-*- o [NSE] Added several commands to redis-info to extract listening addresses, - connected clients, active channels, and cluster nodes. [Vasily Kulikov] + connected clients, active channels, and cluster nodes. [Vasiliy Kulikov] o [GH#679][GH#681][NSE] Refreshed script http-robtex-reverse-ip, reflecting changes at the source site (www.robtex.com). [aDoN] diff --git a/scripts/redis-info.nse b/scripts/redis-info.nse index cbb5ae052..7664facf8 100644 --- a/scripts/redis-info.nse +++ b/scripts/redis-info.nse @@ -39,7 +39,7 @@ Retrieves information (such as version number and architecture) from a Redis key -- -- -author = {"Patrik Karlsson", "Vasily Kulikov"} +author = {"Patrik Karlsson", "Vasiliy Kulikov"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery", "safe"} dependencies = {"redis-brute"}