1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Fix spelling of Vasiliy's name. Sorry!

This commit is contained in:
dmiller
2017-03-07 21:25:37 +00:00
parent 611a27fc64
commit d68e4d7cab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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