Hi, everyone.

I'm trying to execute w3af scans of multiple domains in parallel with 
multiprocessing package http://pastebin.com/ha2K4NCP

This script fails with AssertionError: No calls to SQLiteDBMS can be 
made after stop().
http://pastebin.com/G7vS63TG

If I switch to multiprocessing.dummy (threads), script seems to work. 
But I want to execute scans in isolation, that's why I'm trying to use 
processes not threads.

Is there some issue which prevents such usage of w3af library?

And btw why does w3af forbid scanning of multiple domains? "You 
specified more than one target domain: ... And w3af can only scan one 
target domain at a time."

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
W3af-users mailing list
W3af-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to