Daryl Kranec

Results 12 comments of Daryl Kranec

Thanks. I've been wanting to pick this project up. I'm not having so much issue with the parsing but more scan concurrency on my client. The XML Parsing issues seem...

I mean being able to parse the nmap XML is very nice for scripting nmap and scraping data. Nmap doesn't seem to have any interest in a json data type...

Ouch. I like zmaps randomization much more, but the multiple port thing is a killer.

Any service can conceivably be run on any port. So to get an accurate census of the internet, zmap's randomization and collection of tools is required, but service discovery on...

masscan supports it, and I could use xml2json to get some stuff from nmap, but a straight json output would be much much appreciated

Even the standard XML output leaves a lot to be desired. For example, port discovery in XML outputs a tiny text-based table it seems, rather than each item being defined...

Very good. I'll take some time and see how I may format the output to a more "JSONable" output from xml. I'm unfamiliar with it so I'll take my time

I did write a node.js nmap2json module, it process the XML files fairly well, but needs a little more work, but for most purposes it parses the nmap output pretty...

[here](https://github.com/dkran/nmap2json) is the xml parser I wrote. I could modify it to work as a command line program, and I have some updates I have to push (I think I...

Not sure why this disrupted here. Any insights?