Nmap Development mailing list archives

Re: rainmap - nmap wrapper for worker process


From: alexandru <alex () hackd net>
Date: Thu, 19 Aug 2010 11:55:50 -0700

Hi Bil,,

On 2010-08-19, at 7:30 AM, Keenan, Bill wrote:

I checked out /rainmap. There is mention of a wrapper, which I suppose consumer messages from rabbitmq and invoke 
nmap with appropriate arguments. I don't see a build for this wrapper. All I'm seeing is some python, which looks 
like the web front end for submitting jobs, and perhaps viewing results.

While docs/INSTALL should give you more information on how to proceed with getting everything set up (and please let us 
know where it's unclear etc), the worker/wrapper stuff is all inside:

$SVN/src/django/rainmap/core/tasks.py

The web-app is built with Django, and the communication with RabbitMQ happens from tasks.py, via a component called 
'django-celery'. The Python functions that are executed asynchronously have a @task decorator, and are called as 
OBJ.FUNC.delay() from either core/views.py or core/tasks.py


Are there other pieces of the overall rainmap system in other parts of the subversion tree? Are there pieces yet to 
be checked in?

Everything should be checked in, and even though Rainmap is still a relatively fast-moving target,  it's working and 
you should be able to run it as long as you follow the INSTALL procedure.

Cheers.


BillK
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


--
@

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: