Your message dated Fri, 30 May 2014 21:11:03 +0200
with message-id <[email protected]>
and subject line Can't reproduce with current version
has caused the Debian Bug report #154288,
regarding nmap: XML logging can produce files that aren't XML 1.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
154288: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=154288
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nmap
Version: 2.54.33.BETA-1

If the command line contains characters not from ASCII
the generated file will include them, and most of the time it will not be
valid UTF-8. Yet the XML declaration will not contain encoding declaration.
Pretty unimportant. Still this is a bug.

-- 
Michał Politowski -- [email protected]
Warning: this is a memetically modified message


--- End Message ---
--- Begin Message ---
Control: fixed -1 6.46-1

This bug has been fixed at some point in the last 12 years.

Running

$ nmap -oX=äöü.xml localhost

currently produces a file that begins with

<?xml version="1.0"?>
<!DOCTYPE nmaprun PUBLIC "-//IDN nmap.org//DTD Nmap XML 1.04//EN" 
"https://svn.nmap.org/nmap/docs/nmap.dtd";>
<?xml-stylesheet href="file:///usr/bin/../share/nmap/nmap.xsl" type="text/xsl"?>
<!-- Nmap 6.46 scan initiated Fri May 30 21:07:55 2014 as: nmap 
-oX=&#xc3;&#xa4;&#xc3;&#xb6;&#xc3;&#xbc;.xml localhost -->
<nmaprun scanner="nmap" args="nmap -oX=&#xc3;&#xa4;&#xc3;&#xb6;&#xc3;&#xbc;.xml 
localhost" start="1401476875" startstr="Fri May 30 21:07:55 2014" 
version="6.46" xmloutputversion="1.04">

... so this bug can be closed.

Cheers,
-Hilko

--- End Message ---

Reply via email to