-->

Tuesday, April 26, 2005

[External] Beta 1.1

Following changes are made
1. Threaded engine in place
2. GUI thread is different from core
3. SSL support is added
4. Messaging improved

That is it! stay tuned for next.

Monday, April 18, 2005

[Internal] Beta 1.1 released

Threaded engine in place with separate UI thread. Possible to do several activities at the same time. Key SSL support is added for all tools and possible to assess any SSL enabled application.

Saturday, April 09, 2005

wsChess 1.0 (beta/prototype) - Web Services Assessment and Defense toolkit

A set of tools written C# for the .Net platform. This is a prototype, released as beta with limited support at this point. It has the following tools:

wsPawn - Web services footprinting, discovery and search tools. If you are looking for registered web services and their access points, this tool will help you in retrieving information from public UDDI.

wsKnight - Web services profiling, proxy and audit tool. This tool helps in profiling web services from its WSDL. It also allows you to invoke methods and intercept them before they go on the wire to the target, so that you can manipulate the SOAP envelope if needed. The autoaudit feature allows you to inject characters and attack strings for assessment work.

wsRook - This is a very simple technology demonstration for developers. This is a regular expression-based defense for web services input content. This is a hook in HTTP pipe using the HttpModule interface.

Whitepapers are included for better understanding for all these tools.

Read & Download

Saturday, April 02, 2005

[Internal] wsRook & wsAudit

With GUI wsAudit is released for internal use. wsRook - a small prototype created.