Splitting NMAP XML Files

evolution08

New Member
I have some extremely large NMAP XML save files that I'm trying to do some post processing on. Unfortunately, because of the size of the files, I'm not being successful (at least, won't be before some time close to the heat death of the universe).Is it possible to split one NMAP XML file into a number of smaller ones? For example, split a scan of a class B into it's constituent class Cs? Even just split in half would be a help.FWIW...I'm modestly conversant in C, awk/sed and Python. Just not so much XML.
 
Back
Top