Summer, On Mon, Mar 22, 2010 at 6:33 PM, Taras <naplan...@gmail.com> wrote: > Hi, Summer nguyen! > > You can start reading from W3AF Manual [0]. > > [0] > http://w3af.svn.sourceforge.net/viewvc/w3af/trunk/readme/EN/w3afUsersGuide.pdf
We talked for some minutes @ IRC, and my advice is that if you want to write a plugin you should follow these steps: - Identify which type of plugin you need to write (the users guide will help with that) - cp plugins/<type>/some_plugin.py plugins/<type>/your_plugin.py - search and replace the new file. You should remove all references to some_plugin class. - your_plugin.py will have a class inside, which will be the plugin. The class name should be your_plugin. - If you're creating an audit plugin, the method to start with is audit. If you're creating a discovery plugin, the method is discovery. - There are plenty examples of what can/should be done in the plugins. If you have any questions, no mater how generic or specific, please ask them and we'll be more than pleased to answer them :) > On 03/22/2010 06:35 PM, Summer nguyen wrote: >> Dear experts, >> I am new to W3af . And I started reading it about nearly 1 months. But I >> don't think I understand much. >> Can you tell me where to start, how to read . >> Thank you very much > > -- > Taras > ---- > "Software is like sex: it's better when it's free." - Linus Torvalds > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > W3af-develop mailing list > W3af-develop@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/w3af-develop > > -- AndrĂ©s Riancho Founder, Bonsai - Information Security http://www.bonsai-sec.com/ http://w3af.sf.net/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ W3af-develop mailing list W3af-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/w3af-develop