infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
5.03k stars 915 forks source link

Running nmap did not automatically import any scan results #305

Closed skiamakhe closed 6 years ago

skiamakhe commented 6 years ago

I ran an nmap scan from within the faraday GTK client, and after it completed, there were no results, even though nmap found several things to report. Command history from Web UI: image

Activity feed from web UI: image

My understanding was that faraday was supposed to auto import results for any command it has a plugin for. Is that not right?

WinnaZ commented 6 years ago

yes, would you send us the nmap report? I mean the command used dumped.

skiamakhe commented 6 years ago

Are you talking about the output files I generated with my -oA option, or something that faraday created?

skiamakhe commented 6 years ago

This appears to be function of my also specifying and output in my nmap command. When I don't put the -oA option on there, faraday captures and imports the results. My guess is that while nmap will let you specify the -o option more than once, it only uses the last one. If that's the case, it wouldn't have generated any output in the expected place for faraday to catch.