Is your feature request related to a problem? Please describe.
When I try to run rustscan with multiple hosts and the nmap output command such as -oX nmap.xml, I get 1 file with the last host output in it. The output doesn't include all the hosts in it.
rustscan -u 5000 www.yahoo.com,login.yahoo.com -- -A -sC -sT -T4 -Pn -oX nmap.xml
Describe the solution you'd like
I should be able to describe an output like nmap XML file which I can then send to xsltproc for HTML output and send it to brutespray for further exploitation.
Describe alternatives you've considered
I don't have an alternative
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
When I try to run rustscan with multiple hosts and the nmap output command such as -oX nmap.xml, I get 1 file with the last host output in it. The output doesn't include all the hosts in it.
rustscan -u 5000 www.yahoo.com,login.yahoo.com -- -A -sC -sT -T4 -Pn -oX nmap.xml
Describe the solution you'd like
I should be able to describe an output like nmap XML file which I can then send to xsltproc for HTML output and send it to brutespray for further exploitation.
Describe alternatives you've considered
I don't have an alternative
Additional context
Add any other context or screenshots about the feature request here.