Gorantla, On Sun, Feb 22, 2015 at 3:05 PM, Gorantla sai <ahik...@gmail.com> wrote: > Hello guys , > > I'm gorantla sai , presently Computer Science Undergraduate > studying at IIT BHU and i'm working on a project which involves using data > from W3af . After testing a web application using w3af , i can see that w3af > is storing data in /home/user/.w3af/tmp folder but i'm unable to get the > http requests from the main.db and various files which have bloom extension, > I have checked the files but all of them seems to have data in some > obfuscated form . I would like to know how to get the http headers and > responses . Any help would be appreciated . Thanks .
w3af doesn't obfuscate anything, data might be in binary form which you don't know how to read (yet). If you want all requests and responses I believe the easiest thing to do is to enable the text file output plugin, which will store that info in a text file you define. If for some reason that's not what you want, please take a look at the history_items table in the default database and the .trace files [0] [0] https://github.com/andresriancho/w3af/blob/master/w3af/core/data/db/history.py#L66 > > Cheers , > Gorantla Sai > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > _______________________________________________ > W3af-develop mailing list > W3af-develop@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/w3af-develop > -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ W3af-develop mailing list W3af-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/w3af-develop