From ce95ae92a8f64fb565cbe2928506254b11075dba Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 5 Feb 2008 23:33:24 +0000 Subject: [PATCH] trivial correction --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7d165a87d..e98f4a3bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,7 @@ o Nmap now saves the target name (if any) specified on the command line, since this can differ from the reverse DNS results. It can be particularly important when doing HTTP tests against virtual hosts. - The data can be accessed from target->HostName() from Nmap proper + The data can be accessed from target->TargetName() from Nmap proper and host.targetname from NSE scripts. The NSE HTTP library now uses this for the Host header. Thanks to Sven Klemm for adding this useful feature.