Subhash, 2009/2/5 subhash chandra <[email protected]>: > Hi , > I am new to the w3af,In installed everyting as per user guide,But while > initialzing the w3af_consloe getting following error,Please let me know how > to slove it. > > Trceback (most recent call last): > File "./w3af_console", line 96, in ? > errCode = main() > File "./w3af_console", line 72, in main > from core.ui.consoleUi.consoleUi import consoleUi > File "./core/ui/consoleUi/consoleUi.py", line 28, in ? > from core.ui.consoleUi.rootMenu import * > File "./core/ui/consoleUi/rootMenu.py", line 23, in ? > from core.ui.consoleUi.menu import * > File "./core/ui/consoleUi/menu.py", line 25, in ? > import core.data.kb.knowledgeBase as kb > File "./core/data/kb/knowledgeBase.py", line 52 > with self._kbLock:
What version of Python are you using? > One more thing ,is Beautifule Soup and pythonopenssl are important or not,if > so please let me know how to get and install them. BSoup is bundled with w3af in the extlib directory, and it's loaded from there, that shouldn't be a problem. On the other hand pyopenssl is important, and you can install it from an RPM package. > Subhash > Freescale > ________________________________ > Add more friends to your messenger and enjoy! Invite them now. > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users > > -- Andres Riancho http://w3af.sourceforge.net/ Web Application Attack and Audit Framework ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
