Nmap XML Result Merging
Written by Mark Davidson on April 10, 2009 – 8:10 am -In order to perform a merge of two XML files the following process takes place:-
- First XML file is translated to an objective form using xstream.
- Second XML file is translated to an objective form using xstream.
- Using annotations that have been specified in the classes representing the XML files data structure, identifcations can be made on how the merge process takes place.
The annotations are either specified per field or a default can be set on the class or a higher class and this will be used if no lower scoped annotation is visible. - New object representing the two merged files is produced.
- Object translated back to XML using xstream.
Tags: dtd, Java, merge, nmap, result, translate, xstream
Posted in Scalable Distributed Attack Platform | No Comments »
