[W3af-users] w3af and multiprocessing
Status: Beta
Brought to you by:
andresriancho
From: Sergey <w3...@ko...> - 2015-01-19 11:34:47
|
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." |