Hello Everybody,
 
I have a requirement to use only the webSpider plugin and to push the output 
into an xml file.
 
I tried the following script on w3af version 1.0-rc2 on Windows XP Professional 
OS:-

plugins 
discovery webSpider
output console, textFile, xmlFile
output config console
set verbose True
back
output config textFile
set verbose True
set fileName result2.txt
back
output config xmlFile
set fileName result2.xml
back
back
target
set target <URL>
back
start
On executing the above w3af script it was observed that both textFile 
(result2.txt) & xmlFile (result2.xml) are created. However result2.xml contains 
no data while textFile contains the required output. I have already tried 
various options but still facing the same problem.
 
Please let me if i am missing something in the script. Alternatively please let 
me know the steps for generating the xmlFile against the webSpider plugin.
 
Thanks,
Seemanta
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to