Friday 8 February 2013

OWASP O2 Platform v5.1 is now available

I just published version 5.1 of the OWASP O2 Platform which you can download from here (hosted at Google Code downloads)

Just save it into a local folder:

image 

And it should look like this when it starts:

image

Note the extra two folders (one with the temp files and one with the contents of the O2.Platform.Scripts repo)

There are number of key changes, but probably the most useful is how the code complete now will now filter the results based of what was typed:

To try this, open the O2 REPL C# Script tool

image

Which looks like this:

image

Delete the textBox lines and type topPanel. (which should open up the code complete popup window)

image

... then as you type data 

... you will see that the number of code complete results will go smaller and smaller

... with eventually only 2 results left

image

Select the first one (add_DataGridView), and you will now have a DataGridView in the top panel:

image

Which can be easily populated using the FluentSharp extension methods:

image

If you want to know what you can do with the O2 Platform, check out the posts about it: