Hi, all! In our webui we run w3af_console with subprocess.Popen(). There is frequent task to stop current scan and save at least partly results of it. We use HTML output plugin for it which buffers results to make nice HTML at the end. The problem is how to correctly stop such scan. Currently we send KILL signal to this process but we lose report in this case :( We also tried to send SIGINT but it no always works! Some time report is completed but sometimes is not. Especially when w3af run more then one mode, e.g. discovery then audit. So what we can do in this case? Implement more usable signal handling in w3af. Currently only SIGINT is catched because of catching Ctrl-C in w3af_console
-- Taras http://oxdef.info ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ W3af-develop mailing list W3af-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/w3af-develop