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"}