-
Notifications
You must be signed in to change notification settings - Fork 668
Naabu + Nmap integration does not create XML output file. #1589
Copy link
Copy link
Closed
Labels
Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
Naabu version:
2.3.6
Current Behavior:
Running naabu with nmap integration and XML output parameter (-oX), the XML file should be created, but it does not happen.
Even running with sudo the problem persists.
In 2.3.5 version this issue does not happen.
Expected Behavior:
Running naabu with nmap integration and XML output parameter (-oX), the XML file should be created.
Steps To Reproduce:
- Fist, try another format, for example
echo hackerone.com | naabu -nmap-cli 'nmap -sV -oN nmap-output_n'
- As you can see above, the
nmap-output_nfile was created. - Now try to run again, but using XML output parameter:
echo hackerone.com | naabu -nmap-cli 'nmap -sV -oX nmap-output' - The
nmap-output_xfile was not created

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.