<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>WMAT - Web Mail Auth Tool</title>
        <description>Hello everyone,

After successful project DFF Scanner (http://www.owasp.org/index.php/Phoenix/Tools, http://sla.ckers.org/forum/read.php?12,11148,11489, http://security-net.biz/wsw/index.php?p=242&amp;amp;n=195), I'm happy to introduce a new tool from NSS (http://netsec.rs) WMAT.

WMAT is Web Mail Auth Tool that provide some essential functions for testing web mail logins.

How it works ? It is very simple, You give WMAT file with usernames, file with passwords, URL of web mail app and chose pattern for attack.

Patterns are XML files that define post/get fields, http method, referer, success tag, etc ... for each web mail applications.

For now I have patterns for horde, squirrelmail, kerio and mdaemon web mail.
Example of this XML file You can see here: http://security-net.biz/wmat/patterns/horde.wmat.xml.

--- horde.wmat.xml ---
&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;
&amp;lt;data&amp;gt;
    &amp;lt;username&amp;gt;horde_user&amp;lt;/username&amp;gt;
    &amp;lt;password&amp;gt;horde_pass&amp;lt;/password&amp;gt;
    &amp;lt;action_url&amp;gt;login.php&amp;lt;/action_url&amp;gt;
    &amp;lt;success&amp;gt;sidebar.php&amp;lt;/success&amp;gt;
    &amp;lt;method&amp;gt;post&amp;lt;/method&amp;gt;
    &amp;lt;useragent&amp;gt;&amp;lt;/useragent&amp;gt;
    &amp;lt;referer&amp;gt;&amp;lt;/referer&amp;gt;
    &amp;lt;additional_fields&amp;gt;&amp;lt;/additional_fields&amp;gt;
    &amp;lt;author&amp;gt;ivan.markovic@netsec.rs&amp;lt;/author&amp;gt;
&amp;lt;/data&amp;gt;
-----------------------

I need some help from community for this patterns. In each pattern I expect author field as sign of gratitude. :)

There are some more options like setting timeout (time between each request), bell on success and option for writing output in file.

Readme file is here: http://security-net.biz/wmat/readme.txt.

This is first version and I plan to implement more options like:
- using a proxy
- special addon for generation of usernames/passwords
- automatic recognizer of web app
- ...

You can download WMAT from this URL: http://security-net.biz/wmat/wmat.zip, or
see wmat.py here: http://security-net.biz/wmat/wmat.py.txt


Please give some comments, ideas/requests, bug reports, ...


Thanks,
Ivan Markovic
Network Security Solutions</description>
        <link>http://sla.ckers.org/forum/read.php?12,26600,26600#msg-26600</link>
        <lastBuildDate>Sat, 25 May 2013 02:07:46 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,26600,26962#msg-26962</guid>
            <title>Re: WMAT - Web Mail Auth Tool</title>
            <link>http://sla.ckers.org/forum/read.php?12,26600,26962#msg-26962</link>
            <description><![CDATA[Hello everyone,<br />
<br />
Just to say that we released a new version of WMAT, the download link is the same: http://security-net.biz/wmat/wmat.zip.<br />
<br />
In new version we have support for SSL, Proxy and automatic password generator.<br />
Updated readme can be found here: http://security-net.biz/wmat/readme.txt.<br />
<br />
<br />
Please feel free to give any comment ... Thanks!]]></description>
            <dc:creator>Ivan</dc:creator>
            <category>Projects</category>
            <pubDate>Mon, 09 Mar 2009 17:40:59 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,26600,26600#msg-26600</guid>
            <title>WMAT - Web Mail Auth Tool</title>
            <link>http://sla.ckers.org/forum/read.php?12,26600,26600#msg-26600</link>
            <description><![CDATA[Hello everyone,<br />
<br />
After successful project DFF Scanner (http://www.owasp.org/index.php/Phoenix/Tools, http://sla.ckers.org/forum/read.php?12,11148,11489, http://security-net.biz/wsw/index.php?p=242&amp;n=195), I'm happy to introduce a new tool from NSS (http://netsec.rs) WMAT.<br />
<br />
WMAT is Web Mail Auth Tool that provide some essential functions for testing web mail logins.<br />
<br />
How it works ? It is very simple, You give WMAT file with usernames, file with passwords, URL of web mail app and chose pattern for attack.<br />
<br />
Patterns are XML files that define post/get fields, http method, referer, success tag, etc ... for each web mail applications.<br />
<br />
For now I have patterns for horde, squirrelmail, kerio and mdaemon web mail.<br />
Example of this XML file You can see here: http://security-net.biz/wmat/patterns/horde.wmat.xml.<br />
<br />
--- horde.wmat.xml ---<br />
&lt;?xml version='1.0' encoding='UTF-8'?&gt;<br />
&lt;data&gt;<br />
    &lt;username&gt;horde_user&lt;/username&gt;<br />
    &lt;password&gt;horde_pass&lt;/password&gt;<br />
    &lt;action_url&gt;login.php&lt;/action_url&gt;<br />
    &lt;success&gt;sidebar.php&lt;/success&gt;<br />
    &lt;method&gt;post&lt;/method&gt;<br />
    &lt;useragent&gt;&lt;/useragent&gt;<br />
    &lt;referer&gt;&lt;/referer&gt;<br />
    &lt;additional_fields&gt;&lt;/additional_fields&gt;<br />
    &lt;author&gt;ivan.markovic@netsec.rs&lt;/author&gt;<br />
&lt;/data&gt;<br />
-----------------------<br />
<br />
I need some help from community for this patterns. In each pattern I expect author field as sign of gratitude. :)<br />
<br />
There are some more options like setting timeout (time between each request), bell on success and option for writing output in file.<br />
<br />
Readme file is here: http://security-net.biz/wmat/readme.txt.<br />
<br />
This is first version and I plan to implement more options like:<br />
- using a proxy<br />
- special addon for generation of usernames/passwords<br />
- automatic recognizer of web app<br />
- ...<br />
<br />
You can download WMAT from this URL: http://security-net.biz/wmat/wmat.zip, or<br />
see wmat.py here: http://security-net.biz/wmat/wmat.py.txt<br />
<br />
<br />
Please give some comments, ideas/requests, bug reports, ...<br />
<br />
<br />
Thanks,<br />
Ivan Markovic<br />
Network Security Solutions]]></description>
            <dc:creator>Ivan</dc:creator>
            <category>Projects</category>
            <pubDate>Tue, 17 Feb 2009 09:13:14 -0600</pubDate>
        </item>
    </channel>
</rss>
