dradis / dradis-ce

Dradis Framework: Collaboration and reporting for IT Security teams
https://dradis.com/ce/
GNU General Public License v2.0
672 stars 190 forks source link

Importing Nmap output does not create nodes #26

Closed H2Cyber closed 8 years ago

H2Cyber commented 8 years ago

Using Dradid CE 3.1.0-rc2 on Kali Linux (all packages updated to the latest). Importing Nmap scan results does not create any nodes and/or issues.

ghost commented 8 years ago

Hi, I am also experiencing the same problem, with a nmap XML file (generated with nmap -sS a.b.c.d/24 -oX log.xml).

The log.xml file is uploaded (approx. 1.3MB) - I do get the following message from the Upload Manager page: [13:25:03] Enqueueing job to start in the background. Job id is 5391e6ab240b11b76b3bbec3cc8bc1f5

Unfortunately, I cannot get any nodes / issues to be created. Also worth noting that the log files available, resque.log and development.log show no relevant information on any background jobs.

To sum it up:

Thanks!

rachkor commented 8 years ago

@aim4r @ooctav Can you check out this thread in the community discussion forum? http://discuss.dradisframework.org/t/issues-with-uploads/328/2 If all looks good with the background worker, try uploading the file from the command line and let us know if you get any error messages.

ghost commented 8 years ago

@rachkor It worked: starting the resque worker (manually), via bundle exec rake resque:work has made the background task work. I missed this when reading the Installing via git section in the documentation.

Thank you!

etdsoft commented 8 years ago

Closing this now.