dkran / nmap2json

Convert nmap xml output to a clean JSON object for database collection or whatever.
MIT License
27 stars 2 forks source link

process multiple hosts in one scan #3

Open dkran opened 6 years ago

dkran commented 6 years ago

the hosts object could be multiple array if we start parallelizing scans, and do much deeper inspection much faster. Possibly scan at T1 and make it faster across many hosts. This may eat up more memory. The current scan I do occupies approximately 40-50MB of ram per scan, and I limit the program to ten scans.