<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Darknet - The Darkside &#187; wmat</title>
	<atom:link href="http://www.darknet.org.uk/tag/wmat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WMAT Released &#8211; Web Mail Auth Tool For Testing Web Mail Logins</title>
		<link>http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/</link>
		<comments>http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 12:46:36 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking web mail]]></category>
		<category><![CDATA[web mail auth tool]]></category>
		<category><![CDATA[web mail security]]></category>
		<category><![CDATA[webmail cracking]]></category>
		<category><![CDATA[webmail security]]></category>
		<category><![CDATA[webmail-hacking]]></category>
		<category><![CDATA[wmat]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1518</guid>
		<description><![CDATA[WMAT is Web Mail Auth Tool that provide some essential functions for testing web mail logins, written in python with support of pyCurl. 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 [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>WMAT is Web Mail Auth Tool that provide some essential functions for testing web mail logins, written in python with support of pyCurl.</p>
<p><strong>How it works?</strong></p>
<p>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 &#8230; for each web mail applications.</p>
<p>There are currently patterns for horde, squirrelmail, kerio and mdaemon web mail.</p>
<p>The XML pattern files look like this:</p>
<pre><code>--- horde.wmat.xml ---
&lt;xml version='1.0' encoding='UTF-8'&gt;
&lt;data>
&lt;username&gt;horde_user&lt;/username&gt;
&lt;password&gt;horde_pass&lt;/password&gt;
&lt;action_url&gt;login.php&lt;/action_url&gt;
&lt;success&gt;sidebar.php&lt;/success&gt;
&lt;method&gt;post&lt;/method&gt;
&lt;useragent&gt;&lt;/useragent&gt;
&lt;referer&gt;&lt;/referer&gt;
&lt;additional_fields&gt;&lt;/additional_fields&gt;
&lt;author&gt;ivan.markovic@netsec.rs&lt;/author&gt;
&lt;/data&gt;
-----------------------</code></pre>
<p>The author of WMAT requests for help from the community with the patterns, the author of the pattern will be credited in the author field of the XML file.</p>
<p>There are some more options like setting timeout (time between each request), bell on success and option for writing output in file. More can be seen in the <a href="http://security-net.biz/wmat/readme.txt">Readme file here</a>.</p>
<p>For future versions the following additions are planned:</p>
<ul>
<li>using a proxy</li>
<li>special addon for generation of usernames/passwords</li>
<li>automatic recognizer of web app</li>
</ul>
<p>You can download WMAT here:</p>
<p><a href="http://security-net.biz/wmat/wmat.zip">wmat.zip</a><br />
<a href="http://security-net.biz/wmat/wmat.py.txt">Python source.</a></p>
<p></p>
<p>Or read more here.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=WMAT+Released+%E2%80%93+Web+Mail+Auth+Tool+For+Testing+Web+Mail+Logins+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1518+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/&amp;t=WMAT+Released+%E2%80%93+Web+Mail+Auth+Tool+For+Testing+Web+Mail+Logins" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/&amp;title=WMAT+Released+%E2%80%93+Web+Mail+Auth+Tool+For+Testing+Web+Mail+Logins" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/&amp;title=WMAT+Released+%E2%80%93+Web+Mail+Auth+Tool+For+Testing+Web+Mail+Logins" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/&amp;title=WMAT+Released+%E2%80%93+Web+Mail+Auth+Tool+For+Testing+Web+Mail+Logins" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/&amp;title=WMAT+Released+%E2%80%93+Web+Mail+Auth+Tool+For+Testing+Web+Mail+Logins" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2009%2F02%2Fwmat-released-web-mail-auth-tool-for-testing-web-mail-logins%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/02/wmat-released-web-mail-auth-tool-for-testing-web-mail-logins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

