Re: [W3af-develop] Wordpress version discovery plugin

2009-05-27 Thread Ryan Dewhurst
onto identifying the next version, i.e. does 2.7 have something the earlier version doesnt have. and so on and so forth. Ryan 2009/5/28 Andres Riancho andres.rian...@gmail.com: Ryan, On Wed, May 27, 2009 at 5:07 PM, Ryan Dewhurst ryandewhu...@gmail.com wrote: Hello, I have developed a python

Re: [W3af-develop] Wordpress version discovery plugin

2009-05-28 Thread Ryan Dewhurst
is an example: meta name=generator content=WordPress 2.7.1 / 2009/5/28 Andres Riancho andres.rian...@gmail.com: Ryan, On Wed, May 27, 2009 at 10:18 PM, Andres Riancho andres.rian...@gmail.com wrote: Ryan, On Wed, May 27, 2009 at 9:58 PM, Ryan Dewhurst ryandewhu...@gmail.com wrote: Hello

Re: [W3af-develop] Wordpress version discovery plugin

2009-05-28 Thread Ryan Dewhurst
. Only since version 2.7 the generator function is in the core of WordPress, on earlier versions it was only in the theme. Just wanted to mention that. :) --- http://insanesecurity.info On Thu, May 28, 2009 at 10:53 PM, Ryan Dewhurst ryandewhu...@gmail.com wrote: Yes, I dont see why

Re: [W3af-develop] Wordpress version discovery plugin

2009-06-07 Thread Ryan Dewhurst
Managed to work it out and now making good progress. :) 2009/6/7 Ryan Dewhurst ryandewhu...@gmail.com: I decided to move over to my Linux box for the development of the plugin. One of the reasons I could not get the plugin to run through w3af was that the plugin file name was not the same

Re: [W3af-develop] Wordpress version discovery plugin

2009-06-07 Thread Ryan Dewhurst
for client side differences between different versions of WordPress.        ''' Then try to run w3af from a console: in cmd.exe run python w3af_console.py 2009/6/6 Andres Riancho andres.rian...@gmail.com: Ryan, On Sat, Jun 6, 2009 at 1:57 PM, Ryan Dewhurst ryandewhu...@gmail.com wrote: I moved

Re: [W3af-develop] Wordpress version discovery plugin

2009-06-07 Thread Ryan Dewhurst
Found a bug that I am working on now. 2009/6/7 Ryan Dewhurst ryandewhu...@gmail.com: w00t w00t! All tested and working! Thanks to everyone for their help especially Andres for putting up with my noobness. I will look into implementing the vulns for each version and then eventually a wp

Re: [W3af-develop] Wordpress version discovery plugin

2009-06-08 Thread Ryan Dewhurst
Sorry, I left some debug code in the last one and forgot to change some variables. 2009/6/8 Ryan Dewhurst ryandewhu...@gmail.com: 2009/6/7 Andres Riancho andres.rian...@gmail.com: Ryan, On Sun, Jun 7, 2009 at 12:31 PM, Ryan Dewhurstryandewhu...@gmail.com wrote: Here is the final version. (I

Re: [W3af-develop] Wordpress version discovery plugin

2009-06-08 Thread Ryan Dewhurst
! :-) As soon as I have fixed the URL issue I dont see why not. One thing I would like you to look at is the output, is it accurately worded to the w3af style? Does it have too little or too much output? 2009/6/7 Ryan Dewhurst ryandewhu...@gmail.com: Found a bug that I am working on now. 2009/6/7

Re: [W3af-develop] Enhancements to wordpress_fingerprint.py

2009-06-08 Thread Ryan Dewhurst
): ''' Finds the version of a WordPress installation. @author: Ryan Dewhurst ( ryandewhu...@gmail.com ) www.ethicalhack3r.co.uk ''' def __init__(self): baseDiscoveryPlugin.__init__(self) # Internal variables self._exec = True self._data_version

Re: [W3af-develop] Enhancements to wordpress_fingerprint.py

2009-06-08 Thread Ryan Dewhurst
2009/6/8 Andres Riancho andres.rian...@gmail.com: Ryan, On Mon, Jun 8, 2009 at 4:50 PM, Ryan Dewhurstryandewhu...@gmail.com wrote: I have implemented the re and data checker, to compare them both and output as appropriate. That part seems to be ok, Seems to be working however in KB the

Re: [W3af-develop] Enhancements to wordpress_fingerprint.py

2009-06-09 Thread Ryan Dewhurst
2009/6/10 Andres Riancho andres.rian...@gmail.com: Stefano, All, On Mon, Jun 8, 2009 at 12:36 PM, Stefano Di Paolawi...@wisec.it wrote: Guys, Sorry for getting into the middle of this thread without knocking... Inline since I hate bottom posting :) Il giorno lun, 08/06/2009 alle 12.05

Re: [W3af-develop] Enhancements to wordpress_fingerprint.py

2009-06-09 Thread Ryan Dewhurst
2009/6/10 Andres Riancho andres.rian...@gmail.com: Ryan, On Tue, Jun 9, 2009 at 9:39 PM, Ryan Dewhurstryandewhu...@gmail.com wrote: 2009/6/10 Andres Riancho andres.rian...@gmail.com: Stefano, All, On Mon, Jun 8, 2009 at 12:36 PM, Stefano Di Paolawi...@wisec.it wrote: Guys, Sorry for

Re: [W3af-develop] HTML OUTPUT

2009-12-03 Thread Ryan Dewhurst
/report.html 6. Enter target URL 7. Press start. All above done via /w3af_gui. No changes made at all to w3af apart from the above. If you need any more info let me know. Ryan 2009/12/2 Andres Riancho andres.rian...@gmail.com: Ryan, On Wed, Dec 2, 2009 at 5:23 PM, Ryan Dewhurst ryandewhu

[W3af-develop] You have to install nltk.

2011-01-18 Thread Ryan Dewhurst
nltk-2.0b9.tar.gz cd nltk-2.0b9 python setup.py install After that w3af_gui would run. Just thought I would put it here in case anyone else came across the same situation. Ryan Ryan Dewhurst blog www.ethicalhack3r.co.uk projects www.dvwa.co.uk | www.webwordcount.com twitter www.twitter.com