<?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>DamianGrace.com</title>
	<atom:link href="http://www.damiangrace.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damiangrace.com</link>
	<description>Behind the scenes</description>
	<lastBuildDate>Thu, 22 Mar 2012 05:51:03 +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>Custom bit.ly domain root redirection with htaccess</title>
		<link>http://www.damiangrace.com/tips-tricks/custom-bit-ly-domain-root-redirection-with-htaccess/292/</link>
		<comments>http://www.damiangrace.com/tips-tricks/custom-bit-ly-domain-root-redirection-with-htaccess/292/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 05:51:03 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[302]]></category>
		<category><![CDATA[bit.ly]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[shortening]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=292</guid>
		<description><![CDATA[A friend recently put me onto bit.ly for custom domain shortening. However he also noted that redirecting the root of the domain to another site is not possible unless you purchase their $995 a month enterprise edition. Pretty step huh? &#160; So I did myself some playing and this is what I came up with: [...]]]></description>
			<content:encoded><![CDATA[<p>A friend recently put me onto bit.ly for custom domain shortening. However he also noted that redirecting the root of the domain to another site is not possible unless you purchase their $995 a month enterprise edition. Pretty step huh?<br />
&nbsp;<br />
So I did myself some playing and this is what I came up with:<br />
&nbsp;</p>
<ol>
<li>Setup your DNS as per the bit.ly &#8216;Custom Short Domain&#8217; instructions</li>
<li>Once bit.ly has confirmed the DNS settings are correct, change your DNS away from bit.ly to your fully hosted location</li>
<li>Place the following contents into a .htaccess file at the root of that location
<p>&nbsp;</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Options +FollowSymlinks<br />
RewriteEngine on<br />
<br />
# Block people seeing the htaccess file<br />
&lt;Files .htaccess&gt;<br />
order deny,allow<br />
deny from all<br />
&lt;/Files&gt;<br />
<br />
# Redirect all requests with a 6 character path to bit.ly<br />
rewritecond %{request_uri} ^/[0-9a-zA-Z]{6}$ [nc]<br />
rewriterule ^(.*)$ http://bit.ly/$1 [r=301,nc,L]<br />
<br />
# Redirect all other requests to a secondary site<br />
rewritecond %{request_uri} ^.*$ [nc]<br />
rewriterule ^(.*)$ http://damiangrace.com.au [r=301,nc,L]</div></td></tr></tbody></table></div>
<p>&nbsp;
</li>
<li> Edit http://damiangrace.com to your own redirection url</li>
<li>Congratulations, you&#8217;re all done! You should now have a fully functioning short url service with root level redirection capabilities</li>
</ol>
<p>&nbsp;<br />
Additional notes:<br />
&nbsp;</p>
<ul>
<li>Change the 301 to 302 during testing to avoid local url caching (but don&#8217;t forget to change it back)</li>
<li>Older bit.ly links may be have a path length of 4-6 chars so if you&#8217;re using old links change the {6} to {4,6} to accommodate.</li>
<li>bit.ly doesn&#8217;t tie the path to the url. bit.ly/ABCDEF will be the same as yourcustomdomain.com/ABCDEF as well as the same as anothercustomdomain.com/ABCDEF when using custom short domains.</li>
<li>DNS can take quite some time to propagate (up to 48 hours in come cases). If you&#8217;ve made some DNS modifications and nothing changes, don&#8217;t panic, give it some time and try again.</li>
</ul>
<p>&nbsp;<br />
Good Luck and have fun!<br />
&nbsp;<br />
p.s. Let me know how it worked for you with a comment below&#8230;<br />
&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Ftips-tricks%2Fcustom-bit-ly-domain-root-redirection-with-htaccess%2F292%2F&amp;title=Custom%20bit.ly%20domain%20root%20redirection%20with%20htaccess" id="wpa2a_2"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/tips-tricks/custom-bit-ly-domain-root-redirection-with-htaccess/292/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>specialforces.com leaked passwords analysis</title>
		<link>http://www.damiangrace.com/general/specialforces-com-password-analysis/275/</link>
		<comments>http://www.damiangrace.com/general/specialforces-com-password-analysis/275/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 07:51:47 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=275</guid>
		<description><![CDATA[I&#8217;d been looking for an excuse to try out Digininja&#8216;s new password analysis tool, Pipal, for a little while now but have either been to busy or had other more important things to attend to. Today the combination of extended xmas holidays and a new Lulzsec hack came together to give me the excuse i&#8217;d been looking [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d been looking for an excuse to try out <a title="Digininga" href="http://www.digininja.org/" target="_blank">Digininja</a>&#8216;s new password analysis tool, <a title="Pipal" href="http://www.digininja.org/projects/pipal.php" target="_blank">Pipal</a>, for a little while now but have either been to busy or had other more important things to attend to. Today the combination of extended xmas holidays and a new Lulzsec hack came together to give me the excuse i&#8217;d been looking for.</p>
<p>Lulzsec released information about their latest hack today. This time their victim was specialforces.com. As part of this attack they dumped the information of over 18,000 users which included usernames, email addresses and one or more passwords for each user.</p>
<p>After doing a quick clean up, sort and unique on the dirty password list I was able to extract just under 34,000 passwords from the list. The results below are taken directly from Pipal and have not been modified in any way.</p>
<p><em>Note: It&#8217;s likely there will be some incorrectly specified passwords in this list. I did give it a quick skim to remove the obvious, but I wasn&#8217;t going to run over each of the 33,881 entries to confirm.</em></p>
<p>&nbsp;</p>
<p>Not surprisingly, special forces terminology appeared seven times (8 if you include Mike) out of the top 10 base words.</p>
<p>What did surprise me is how many people seem to use their sign up year as the last 4 digits of their password.</p>
<p>The password &#8216;!@#123QWEqwe&#8217; also caught my attention. Obviously it looks pretty good but to me it&#8217;s the secure equivalent of &#8216;qwerty123456&#8242;. I&#8217;d be keeping an eye out for this one in any future analysis.</p>
<p>&nbsp;</p>
<p><strong>Update:</strong> Based on a comment by Robert Winkle below, I have added the stats for the non-uniqued password list as well. My original plan was to use the list as part of my private password list hence the need for uniquing, but as Robert correctly pointed out, the results are much more telling and interesting when based off the original list. </p>
<p>&nbsp;</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200<br />201<br />202<br />203<br />204<br />205<br />206<br />207<br />208<br />209<br />210<br />211<br />212<br />213<br />214<br />215<br />216<br />217<br />218<br />219<br />220<br />221<br />222<br />223<br />224<br />225<br />226<br />227<br />228<br />229<br />230<br />231<br />232<br />233<br />234<br />235<br />236<br />237<br />238<br />239<br />240<br />241<br />242<br />243<br />244<br />245<br />246<br />247<br />248<br />249<br />250<br />251<br />252<br />253<br />254<br />255<br />256<br />257<br />258<br />259<br />260<br />261<br />262<br />263<br />264<br />265<br />266<br />267<br />268<br />269<br />270<br />271<br />272<br />273<br />274<br />275<br />276<br />277<br />278<br />279<br />280<br />281<br />282<br />283<br />284<br />285<br />286<br />287<br />288<br />289<br />290<br />291<br />292<br />293<br />294<br />295<br />296<br />297<br />298<br />299<br />300<br />301<br />302<br />303<br />304<br />305<br />306<br />307<br />308<br />309<br />310<br />311<br />312<br />313<br />314<br />315<br />316<br />317<br />318<br />319<br />320<br />321<br />322<br />323<br />324<br />325<br />326<br />327<br />328<br />329<br />330<br />331<br />332<br />333<br />334<br />335<br />336<br />337<br />338<br />339<br />340<br />341<br />342<br />343<br />344<br />345<br />346<br />347<br />348<br />349<br />350<br />351<br />352<br />353<br />354<br />355<br />356<br />357<br />358<br />359<br />360<br />361<br />362<br />363<br />364<br />365<br />366<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Pipal Results - Uniqued List<br />
<br />
Total entries = 33818<br />
Total unique entries = 33818<br />
<br />
Top 10 passwords<br />
!!111JAcob = 1 (0.0%)<br />
!!123SUperman = 1 (0.0%)<br />
!!KimLuvsCj21 = 1 (0.0%)<br />
!!nc2560NC!! = 1 (0.0%)<br />
!#32GUlick = 1 (0.0%)<br />
!108specops = 1 (0.0%)<br />
!@#123QWEqwe = 1 (0.0%)<br />
!@H1-102inK = 1 (0.0%)<br />
!@QWASZX12qwaszx = 1 (0.0%)<br />
!@WQ12wq = 1 (0.0%)<br />
<br />
Top 10 base words<br />
anonymous = 180 (0.53%)<br />
ranger = 85 (0.25%)<br />
sniper = 39 (0.12%)<br />
usmc = 34 (0.1%)<br />
marine = 28 (0.08%)<br />
airborne = 25 (0.07%)<br />
delta = 24 (0.07%)<br />
mike = 23 (0.07%)<br />
michael = 20 (0.06%)<br />
army = 18 (0.05%)<br />
<br />
Password length (length ordered)<br />
1 = 14 (0.04%)<br />
2 = 55 (0.16%)<br />
3 = 222 (0.66%)<br />
4 = 676 (2.0%)<br />
5 = 1327 (3.92%)<br />
6 = 4965 (14.68%)<br />
7 = 5042 (14.91%)<br />
8 = 7334 (21.69%)<br />
9 = 4435 (13.11%)<br />
10 = 3553 (10.51%)<br />
11 = 2042 (6.04%)<br />
12 = 1327 (3.92%)<br />
13 = 814 (2.41%)<br />
14 = 642 (1.9%)<br />
15 = 332 (0.98%)<br />
16 = 217 (0.64%)<br />
17 = 137 (0.41%)<br />
18 = 109 (0.32%)<br />
19 = 103 (0.3%)<br />
20 = 103 (0.3%)<br />
21 = 88 (0.26%)<br />
22 = 67 (0.2%)<br />
23 = 62 (0.18%)<br />
24 = 47 (0.14%)<br />
25 = 43 (0.13%)<br />
26 = 33 (0.1%)<br />
27 = 18 (0.05%)<br />
28 = 17 (0.05%)<br />
29 = 15 (0.04%)<br />
30 = 3 (0.01%)<br />
31 = 3 (0.01%)<br />
32 = 5 (0.01%)<br />
<br />
Password length (count ordered)<br />
8 = 7334 (21.69%)<br />
7 = 5042 (14.91%)<br />
6 = 4965 (14.68%)<br />
9 = 4435 (13.11%)<br />
10 = 3553 (10.51%)<br />
11 = 2042 (6.04%)<br />
5 = 1327 (3.92%)<br />
12 = 1327 (3.92%)<br />
13 = 814 (2.41%)<br />
4 = 676 (2.0%)<br />
14 = 642 (1.9%)<br />
15 = 332 (0.98%)<br />
3 = 222 (0.66%)<br />
16 = 217 (0.64%)<br />
17 = 137 (0.41%)<br />
18 = 109 (0.32%)<br />
19 = 103 (0.3%)<br />
20 = 103 (0.3%)<br />
21 = 88 (0.26%)<br />
22 = 67 (0.2%)<br />
23 = 62 (0.18%)<br />
2 = 55 (0.16%)<br />
24 = 47 (0.14%)<br />
25 = 43 (0.13%)<br />
26 = 33 (0.1%)<br />
27 = 18 (0.05%)<br />
28 = 17 (0.05%)<br />
29 = 15 (0.04%)<br />
1 = 14 (0.04%)<br />
32 = 5 (0.01%)<br />
30 = 3 (0.01%)<br />
31 = 3 (0.01%)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; ||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; |||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; |||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; ||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; ||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; ||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; |||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; |||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp;|||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; ||||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
||||||||||||||||||||||||||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
000000000011111111112222222222333<br />
012345678901234567890123456789012<br />
<br />
One to six characters = 7253 (21.45%)<br />
One to eight characters = 19627 (58.04%)<br />
More than eight characters = 14191 (41.96%)<br />
<br />
Only lowercase alpha = 12376 (36.6%)<br />
Only uppercase alpha = 720 (2.13%)<br />
Only alpha = 13096 (38.72%)<br />
Only numeric = 1571 (4.65%)<br />
<br />
First capital last symbol = 141 (0.42%)<br />
First capital last number = 2155 (6.37%)<br />
<br />
Months<br />
january = 1 (0.0%)<br />
march = 9 (0.03%)<br />
april = 9 (0.03%)<br />
may = 41 (0.12%)<br />
june = 12 (0.04%)<br />
july = 6 (0.02%)<br />
august = 8 (0.02%)<br />
september = 5 (0.01%)<br />
october = 9 (0.03%)<br />
november = 4 (0.01%)<br />
december = 2 (0.01%)<br />
<br />
Days<br />
tuesday = 1 (0.0%)<br />
friday = 3 (0.01%)<br />
sunday = 2 (0.01%)<br />
<br />
Months (Abreviated)<br />
jan = 81 (0.24%)<br />
feb = 6 (0.02%)<br />
mar = 531 (1.57%)<br />
apr = 18 (0.05%)<br />
may = 41 (0.12%)<br />
jun = 58 (0.17%)<br />
jul = 49 (0.14%)<br />
aug = 38 (0.11%)<br />
sept = 8 (0.02%)<br />
oct = 21 (0.06%)<br />
nov = 32 (0.09%)<br />
dec = 31 (0.09%)<br />
<br />
Days (Abreviated)<br />
mon = 226 (0.67%)<br />
tues = 1 (0.0%)<br />
wed = 6 (0.02%)<br />
thurs = 1 (0.0%)<br />
fri = 36 (0.11%)<br />
sat = 16 (0.05%)<br />
sun = 49 (0.14%)<br />
<br />
Includes years<br />
1975 = 19 (0.06%)<br />
1976 = 14 (0.04%)<br />
1977 = 11 (0.03%)<br />
1978 = 14 (0.04%)<br />
1979 = 29 (0.09%)<br />
1980 = 17 (0.05%)<br />
1981 = 19 (0.06%)<br />
1982 = 18 (0.05%)<br />
1983 = 16 (0.05%)<br />
1984 = 21 (0.06%)<br />
1985 = 18 (0.05%)<br />
1986 = 24 (0.07%)<br />
1987 = 26 (0.08%)<br />
1988 = 16 (0.05%)<br />
1989 = 12 (0.04%)<br />
1990 = 11 (0.03%)<br />
1991 = 9 (0.03%)<br />
1992 = 10 (0.03%)<br />
1993 = 16 (0.05%)<br />
1994 = 15 (0.04%)<br />
1995 = 11 (0.03%)<br />
1996 = 12 (0.04%)<br />
1997 = 8 (0.02%)<br />
1998 = 7 (0.02%)<br />
1999 = 16 (0.05%)<br />
2000 = 61 (0.18%)<br />
2001 = 29 (0.09%)<br />
2002 = 29 (0.09%)<br />
2003 = 26 (0.08%)<br />
2004 = 30 (0.09%)<br />
2005 = 33 (0.1%)<br />
2006 = 27 (0.08%)<br />
2007 = 34 (0.1%)<br />
2008 = 20 (0.06%)<br />
2009 = 38 (0.11%)<br />
2010 = 40 (0.12%)<br />
2011 = 5 (0.01%)<br />
2012 = 8 (0.02%)<br />
2013 = 2 (0.01%)<br />
2014 = 3 (0.01%)<br />
2015 = 3 (0.01%)<br />
2016 = 1 (0.0%)<br />
2017 = 3 (0.01%)<br />
2018 = 3 (0.01%)<br />
2019 = 3 (0.01%)<br />
2020 = 10 (0.03%)<br />
<br />
Years (Top 10)<br />
2000 = 61 (0.18%)<br />
2010 = 40 (0.12%)<br />
2009 = 38 (0.11%)<br />
2007 = 34 (0.1%)<br />
2005 = 33 (0.1%)<br />
2004 = 30 (0.09%)<br />
1979 = 29 (0.09%)<br />
2001 = 29 (0.09%)<br />
2002 = 29 (0.09%)<br />
2006 = 27 (0.08%)<br />
<br />
Single digit on the end = 2350 (6.95%)<br />
Two digits on the end = 5061 (14.97%)<br />
Three digits on the end = 2315 (6.85%)<br />
<br />
Last number<br />
0 = 1262 (3.73%)<br />
1 = 2839 (8.39%)<br />
2 = 1594 (4.71%)<br />
3 = 1788 (5.29%)<br />
4 = 1194 (3.53%)<br />
5 = 1305 (3.86%)<br />
6 = 1167 (3.45%)<br />
7 = 1353 (4.0%)<br />
8 = 1104 (3.26%)<br />
9 = 1273 (3.76%)<br />
<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||| | | | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
0123456789<br />
<br />
Last digit<br />
1 = 2839 (8.39%)<br />
3 = 1788 (5.29%)<br />
2 = 1594 (4.71%)<br />
7 = 1353 (4.0%)<br />
5 = 1305 (3.86%)<br />
9 = 1273 (3.76%)<br />
0 = 1262 (3.73%)<br />
4 = 1194 (3.53%)<br />
6 = 1167 (3.45%)<br />
8 = 1104 (3.26%)<br />
<br />
Last 2 digits (Top 10)<br />
23 = 496 (1.47%)<br />
01 = 413 (1.22%)<br />
11 = 335 (0.99%)<br />
12 = 332 (0.98%)<br />
13 = 305 (0.9%)<br />
21 = 280 (0.83%)<br />
00 = 276 (0.82%)<br />
07 = 249 (0.74%)<br />
10 = 235 (0.69%)<br />
22 = 231 (0.68%)<br />
<br />
Last 3 digits (Top 10)<br />
123 = 298 (0.88%)<br />
007 = 104 (0.31%)<br />
000 = 89 (0.26%)<br />
101 = 78 (0.23%)<br />
001 = 67 (0.2%)<br />
234 = 61 (0.18%)<br />
666 = 54 (0.16%)<br />
911 = 53 (0.16%)<br />
009 = 50 (0.15%)<br />
345 = 47 (0.14%)<br />
<br />
Last 4 digits (Top 10)<br />
2000 = 52 (0.15%)<br />
1234 = 49 (0.14%)<br />
2345 = 38 (0.11%)<br />
2010 = 34 (0.1%)<br />
2009 = 33 (0.1%)<br />
2007 = 31 (0.09%)<br />
2005 = 31 (0.09%)<br />
2001 = 27 (0.08%)<br />
2002 = 25 (0.07%)<br />
2004 = 24 (0.07%)<br />
<br />
Last 5 digits (Top 10)<br />
12345 = 34 (0.1%)<br />
23456 = 13 (0.04%)<br />
00000 = 6 (0.02%)<br />
56789 = 6 (0.02%)<br />
55555 = 5 (0.01%)<br />
54321 = 5 (0.01%)<br />
11111 = 4 (0.01%)<br />
32211 = 3 (0.01%)<br />
31979 = 3 (0.01%)<br />
56321 = 3 (0.01%)<br />
<br />
Character sets<br />
loweralpha: 12376 (36.6%)<br />
loweralphanum: 12088 (35.74%)<br />
mixedalpha: 2025 (5.99%)<br />
mixedalphanum: 1748 (5.17%)<br />
numeric: 1571 (4.65%)<br />
loweralphaspecial: 1094 (3.23%)<br />
loweralphaspecialnum: 791 (2.34%)<br />
upperalpha: 720 (2.13%)<br />
upperalphanum: 649 (1.92%)<br />
mixedalphaspecialnum: 459 (1.36%)<br />
mixedalphaspecial: 183 (0.54%)<br />
upperalphaspecial: 53 (0.16%)<br />
upperalphaspecialnum: 39 (0.12%)<br />
specialnum: 10 (0.03%)<br />
special: 3 (0.01%)<br />
<br />
Character set ordering<br />
allstring: 15121 (44.71%)<br />
stringdigit: 12212 (36.11%)<br />
othermask: 1942 (5.74%)<br />
alldigit: 1571 (4.65%)<br />
stringdigitstring: 948 (2.8%)<br />
digitstring: 745 (2.2%)<br />
stringspecialstring: 715 (2.11%)<br />
stringspecialdigit: 327 (0.97%)<br />
digitstringdigit: 165 (0.49%)<br />
stringspecial: 54 (0.16%)<br />
specialstringspecial: 9 (0.03%)<br />
specialstring: 6 (0.02%)<br />
allspecial: 3 (0.01%)<br />
<br />
Hashcat masks (Top 10)<br />
?l?l?l?l?l?l?l?l: 2436 (7.2%)<br />
?l?l?l?l?l?l: 2323 (6.87%)<br />
?l?l?l?l?l?l?l: 2130 (6.3%)<br />
?l?l?l?l?l?l?l?l?l: 1486 (4.39%)<br />
?l?l?l?l?l?l?d?d: 1161 (3.43%)<br />
?l?l?l?l?l?l?l?l?l?l: 1099 (3.25%)<br />
?l?l?l?l?l: 748 (2.21%)<br />
?l?l?l?l?l?l?l?l?l?l?l: 645 (1.91%)<br />
?l?l?l?l?l?l?l?d?d: 612 (1.81%)<br />
?d?d?d?d?d?d: 582 (1.72%)</div></td></tr></tbody></table></div>
<p>&nbsp;</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:550px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200<br />201<br />202<br />203<br />204<br />205<br />206<br />207<br />208<br />209<br />210<br />211<br />212<br />213<br />214<br />215<br />216<br />217<br />218<br />219<br />220<br />221<br />222<br />223<br />224<br />225<br />226<br />227<br />228<br />229<br />230<br />231<br />232<br />233<br />234<br />235<br />236<br />237<br />238<br />239<br />240<br />241<br />242<br />243<br />244<br />245<br />246<br />247<br />248<br />249<br />250<br />251<br />252<br />253<br />254<br />255<br />256<br />257<br />258<br />259<br />260<br />261<br />262<br />263<br />264<br />265<br />266<br />267<br />268<br />269<br />270<br />271<br />272<br />273<br />274<br />275<br />276<br />277<br />278<br />279<br />280<br />281<br />282<br />283<br />284<br />285<br />286<br />287<br />288<br />289<br />290<br />291<br />292<br />293<br />294<br />295<br />296<br />297<br />298<br />299<br />300<br />301<br />302<br />303<br />304<br />305<br />306<br />307<br />308<br />309<br />310<br />311<br />312<br />313<br />314<br />315<br />316<br />317<br />318<br />319<br />320<br />321<br />322<br />323<br />324<br />325<br />326<br />327<br />328<br />329<br />330<br />331<br />332<br />333<br />334<br />335<br />336<br />337<br />338<br />339<br />340<br />341<br />342<br />343<br />344<br />345<br />346<br />347<br />348<br />349<br />350<br />351<br />352<br />353<br />354<br />355<br />356<br />357<br />358<br />359<br />360<br />361<br />362<br />363<br />364<br />365<br />366<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Pipal Results - Non-Uniqued List<br />
<br />
Total entries = 36400<br />
Total unique entries = 33819<br />
<br />
Top 10 passwords<br />
123456 = 74 (0.2%)<br />
ranger = 50 (0.14%)<br />
password = 37 (0.1%)<br />
airborne = 37 (0.1%)<br />
123456789 = 35 (0.1%)<br />
12345 = 23 (0.06%)<br />
specialforces = 20 (0.05%)<br />
football = 16 (0.04%)<br />
harley = 16 (0.04%)<br />
marines = 16 (0.04%)<br />
<br />
Top 10 base words<br />
anonymous = 180 (0.49%)<br />
ranger = 169 (0.46%)<br />
airborne = 68 (0.19%)<br />
sniper = 63 (0.17%)<br />
password = 58 (0.16%)<br />
marine = 42 (0.12%)<br />
usmc = 39 (0.11%)<br />
michael = 33 (0.09%)<br />
shadow = 32 (0.09%)<br />
delta = 31 (0.09%)<br />
<br />
Password length (length ordered)<br />
1 = 17 (0.05%)<br />
2 = 64 (0.18%)<br />
3 = 276 (0.76%)<br />
4 = 772 (2.12%)<br />
5 = 1493 (4.1%)<br />
6 = 5817 (15.98%)<br />
7 = 5498 (15.1%)<br />
8 = 7900 (21.7%)<br />
9 = 4619 (12.69%)<br />
10 = 3653 (10.04%)<br />
11 = 2081 (5.72%)<br />
12 = 1345 (3.7%)<br />
13 = 838 (2.3%)<br />
14 = 653 (1.79%)<br />
15 = 333 (0.91%)<br />
16 = 217 (0.6%)<br />
17 = 138 (0.38%)<br />
18 = 109 (0.3%)<br />
19 = 103 (0.28%)<br />
20 = 103 (0.28%)<br />
21 = 90 (0.25%)<br />
22 = 67 (0.18%)<br />
23 = 62 (0.17%)<br />
24 = 47 (0.13%)<br />
25 = 43 (0.12%)<br />
26 = 33 (0.09%)<br />
27 = 18 (0.05%)<br />
28 = 17 (0.05%)<br />
29 = 15 (0.04%)<br />
30 = 3 (0.01%)<br />
31 = 3 (0.01%)<br />
32 = 5 (0.01%)<br />
<br />
Password length (count ordered)<br />
8 = 7900 (21.7%)<br />
6 = 5817 (15.98%)<br />
7 = 5498 (15.1%)<br />
9 = 4619 (12.69%)<br />
10 = 3653 (10.04%)<br />
11 = 2081 (5.72%)<br />
5 = 1493 (4.1%)<br />
12 = 1345 (3.7%)<br />
13 = 838 (2.3%)<br />
4 = 772 (2.12%)<br />
14 = 653 (1.79%)<br />
15 = 333 (0.91%)<br />
3 = 276 (0.76%)<br />
16 = 217 (0.6%)<br />
17 = 138 (0.38%)<br />
18 = 109 (0.3%)<br />
20 = 103 (0.28%)<br />
19 = 103 (0.28%)<br />
21 = 90 (0.25%)<br />
22 = 67 (0.18%)<br />
2 = 64 (0.18%)<br />
23 = 62 (0.17%)<br />
24 = 47 (0.13%)<br />
25 = 43 (0.12%)<br />
26 = 33 (0.09%)<br />
27 = 18 (0.05%)<br />
1 = 17 (0.05%)<br />
28 = 17 (0.05%)<br />
29 = 15 (0.04%)<br />
32 = 5 (0.01%)<br />
30 = 3 (0.01%)<br />
31 = 3 (0.01%)<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; ||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; ||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; |||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; |||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; ||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; ||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; ||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; |||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp;||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp;|||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; ||||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
||||||||||||||||||||||||||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
000000000011111111112222222222333<br />
012345678901234567890123456789012<br />
<br />
One to six characters = 8433 (23.17%)<br />
One to eight characters = 21829 (59.97%)<br />
More than eight characters = 14571 (40.03%)<br />
<br />
Only lowercase alpha = 14057 (38.62%)<br />
Only uppercase alpha = 765 (2.1%)<br />
Only alpha = 14822 (40.72%)<br />
Only numeric = 1820 (5.0%)<br />
<br />
First capital last symbol = 142 (0.39%)<br />
First capital last number = 2195 (6.03%)<br />
<br />
Months<br />
january = 1 (0.0%)<br />
march = 10 (0.03%)<br />
april = 9 (0.02%)<br />
may = 41 (0.11%)<br />
june = 12 (0.03%)<br />
july = 6 (0.02%)<br />
august = 8 (0.02%)<br />
september = 5 (0.01%)<br />
october = 10 (0.03%)<br />
november = 6 (0.02%)<br />
december = 2 (0.01%)<br />
<br />
Days<br />
tuesday = 1 (0.0%)<br />
friday = 3 (0.01%)<br />
sunday = 2 (0.01%)<br />
<br />
Months (Abreviated)<br />
jan = 82 (0.23%)<br />
feb = 6 (0.02%)<br />
mar = 597 (1.64%)<br />
apr = 18 (0.05%)<br />
may = 41 (0.11%)<br />
jun = 59 (0.16%)<br />
jul = 50 (0.14%)<br />
aug = 38 (0.1%)<br />
sept = 8 (0.02%)<br />
oct = 23 (0.06%)<br />
nov = 34 (0.09%)<br />
dec = 32 (0.09%)<br />
<br />
Days (Abreviated)<br />
mon = 251 (0.69%)<br />
tues = 1 (0.0%)<br />
wed = 6 (0.02%)<br />
thurs = 1 (0.0%)<br />
fri = 39 (0.11%)<br />
sat = 17 (0.05%)<br />
sun = 56 (0.15%)<br />
<br />
Includes years<br />
1975 = 21 (0.06%)<br />
1976 = 14 (0.04%)<br />
1977 = 11 (0.03%)<br />
1978 = 14 (0.04%)<br />
1979 = 29 (0.08%)<br />
1980 = 17 (0.05%)<br />
1981 = 20 (0.05%)<br />
1982 = 18 (0.05%)<br />
1983 = 16 (0.04%)<br />
1984 = 22 (0.06%)<br />
1985 = 19 (0.05%)<br />
1986 = 25 (0.07%)<br />
1987 = 26 (0.07%)<br />
1988 = 16 (0.04%)<br />
1989 = 12 (0.03%)<br />
1990 = 11 (0.03%)<br />
1991 = 10 (0.03%)<br />
1992 = 10 (0.03%)<br />
1993 = 16 (0.04%)<br />
1994 = 15 (0.04%)<br />
1995 = 11 (0.03%)<br />
1996 = 12 (0.03%)<br />
1997 = 8 (0.02%)<br />
1998 = 7 (0.02%)<br />
1999 = 16 (0.04%)<br />
2000 = 61 (0.17%)<br />
2001 = 29 (0.08%)<br />
2002 = 29 (0.08%)<br />
2003 = 27 (0.07%)<br />
2004 = 30 (0.08%)<br />
2005 = 33 (0.09%)<br />
2006 = 27 (0.07%)<br />
2007 = 34 (0.09%)<br />
2008 = 20 (0.05%)<br />
2009 = 42 (0.12%)<br />
2010 = 40 (0.11%)<br />
2011 = 5 (0.01%)<br />
2012 = 9 (0.02%)<br />
2013 = 2 (0.01%)<br />
2014 = 3 (0.01%)<br />
2015 = 3 (0.01%)<br />
2016 = 1 (0.0%)<br />
2017 = 3 (0.01%)<br />
2018 = 3 (0.01%)<br />
2019 = 3 (0.01%)<br />
2020 = 10 (0.03%)<br />
<br />
Years (Top 10)<br />
2000 = 61 (0.17%)<br />
2009 = 42 (0.12%)<br />
2010 = 40 (0.11%)<br />
2007 = 34 (0.09%)<br />
2005 = 33 (0.09%)<br />
2004 = 30 (0.08%)<br />
1979 = 29 (0.08%)<br />
2001 = 29 (0.08%)<br />
2002 = 29 (0.08%)<br />
2006 = 27 (0.07%)<br />
<br />
Single digit on the end = 2495 (6.85%)<br />
Two digits on the end = 5182 (14.24%)<br />
Three digits on the end = 2369 (6.51%)<br />
<br />
Last number<br />
0 = 1286 (3.53%)<br />
1 = 3017 (8.29%)<br />
2 = 1641 (4.51%)<br />
3 = 1844 (5.07%)<br />
4 = 1227 (3.37%)<br />
5 = 1372 (3.77%)<br />
6 = 1271 (3.49%)<br />
7 = 1388 (3.81%)<br />
8 = 1127 (3.1%)<br />
9 = 1356 (3.73%)<br />
<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;| | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
&nbsp;||| | | | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||| | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
|||||||||| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
0123456789<br />
<br />
Last digit<br />
1 = 3017 (8.29%)<br />
3 = 1844 (5.07%)<br />
2 = 1641 (4.51%)<br />
7 = 1388 (3.81%)<br />
5 = 1372 (3.77%)<br />
9 = 1356 (3.73%)<br />
0 = 1286 (3.53%)<br />
6 = 1271 (3.49%)<br />
4 = 1227 (3.37%)<br />
8 = 1127 (3.1%)<br />
<br />
Last 2 digits (Top 10)<br />
23 = 519 (1.43%)<br />
01 = 426 (1.17%)<br />
11 = 349 (0.96%)<br />
12 = 340 (0.93%)<br />
13 = 314 (0.86%)<br />
21 = 297 (0.82%)<br />
00 = 282 (0.77%)<br />
07 = 260 (0.71%)<br />
10 = 243 (0.67%)<br />
22 = 242 (0.66%)<br />
<br />
Last 3 digits (Top 10)<br />
123 = 316 (0.87%)<br />
456 = 109 (0.3%)<br />
007 = 107 (0.29%)<br />
000 = 92 (0.25%)<br />
101 = 81 (0.22%)<br />
345 = 69 (0.19%)<br />
001 = 68 (0.19%)<br />
234 = 68 (0.19%)<br />
789 = 60 (0.16%)<br />
666 = 58 (0.16%)<br />
<br />
Last 4 digits (Top 10)<br />
3456 = 88 (0.24%)<br />
2345 = 60 (0.16%)<br />
1234 = 56 (0.15%)<br />
2000 = 52 (0.14%)<br />
6789 = 42 (0.12%)<br />
2009 = 37 (0.1%)<br />
2010 = 34 (0.09%)<br />
2005 = 31 (0.09%)<br />
2007 = 31 (0.09%)<br />
2001 = 27 (0.07%)<br />
<br />
Last 5 digits (Top 10)<br />
23456 = 86 (0.24%)<br />
12345 = 56 (0.15%)<br />
56789 = 41 (0.11%)<br />
54321 = 16 (0.04%)<br />
11111 = 10 (0.03%)<br />
45678 = 8 (0.02%)<br />
00000 = 8 (0.02%)<br />
67890 = 6 (0.02%)<br />
28607 = 6 (0.02%)<br />
59753 = 6 (0.02%)<br />
<br />
Character sets<br />
loweralpha: 14057 (38.62%)<br />
loweralphanum: 12489 (34.31%)<br />
mixedalpha: 2168 (5.96%)<br />
numeric: 1820 (5.0%)<br />
mixedalphanum: 1777 (4.88%)<br />
loweralphaspecial: 1100 (3.02%)<br />
loweralphaspecialnum: 794 (2.18%)<br />
upperalpha: 765 (2.1%)<br />
upperalphanum: 660 (1.81%)<br />
mixedalphaspecialnum: 469 (1.29%)<br />
mixedalphaspecial: 184 (0.51%)<br />
upperalphaspecial: 54 (0.15%)<br />
upperalphaspecialnum: 39 (0.11%)<br />
specialnum: 11 (0.03%)<br />
special: 3 (0.01%)<br />
<br />
Character set ordering<br />
allstring: 16990 (46.68%)<br />
stringdigit: 12599 (34.61%)<br />
othermask: 1967 (5.4%)<br />
alldigit: 1820 (5.0%)<br />
stringdigitstring: 970 (2.66%)<br />
digitstring: 764 (2.1%)<br />
stringspecialstring: 718 (1.97%)<br />
stringspecialdigit: 332 (0.91%)<br />
digitstringdigit: 166 (0.46%)<br />
stringspecial: 56 (0.15%)<br />
specialstringspecial: 9 (0.02%)<br />
specialstring: 6 (0.02%)<br />
allspecial: 3 (0.01%)<br />
<br />
Hashcat masks (Top 10)<br />
?l?l?l?l?l?l: 2944 (8.09%)<br />
?l?l?l?l?l?l?l?l: 2786 (7.65%)<br />
?l?l?l?l?l?l?l: 2488 (6.84%)<br />
?l?l?l?l?l?l?l?l?l: 1558 (4.28%)<br />
?l?l?l?l?l?l?d?d: 1202 (3.3%)<br />
?l?l?l?l?l?l?l?l?l?l: 1148 (3.15%)<br />
?l?l?l?l?l: 855 (2.35%)<br />
?d?d?d?d?d?d: 707 (1.94%)<br />
?l?l?l?l?l?l?l?l?l?l?l: 663 (1.82%)<br />
?l?l?l?l?l?l?l?d?d: 621 (1.71%)</div></td></tr></tbody></table></div>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Fgeneral%2Fspecialforces-com-password-analysis%2F275%2F&amp;title=specialforces.com%20leaked%20passwords%20analysis" id="wpa2a_4"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/general/specialforces-com-password-analysis/275/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Black Hat 2011 &amp; Defcon 19</title>
		<link>http://www.damiangrace.com/general/black-hat-2011-defcon-19/272/</link>
		<comments>http://www.damiangrace.com/general/black-hat-2011-defcon-19/272/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 08:21:04 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[BlackHatUSA]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Defcon]]></category>
		<category><![CDATA[electrical]]></category>
		<category><![CDATA[Hacked]]></category>
		<category><![CDATA[Hat]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[Party]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[tin foil hat]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=272</guid>
		<description><![CDATA[With Black Hat and Defcon only about 2 weeks away, I’m getting pretty excited. This year I have the privilege of heading over to Las Vegas to witness both events in person. I’ve been looking forward to this for years and with the parties I&#8217;m scheduled to attend somehow I don&#8217;t think it&#8217;ll disappoint The [...]]]></description>
			<content:encoded><![CDATA[<p>With Black Hat and Defcon only about 2 weeks away, I’m getting pretty excited. This year I have the privilege of heading over to Las Vegas to witness both events in person. I’ve been looking forward to this for years and with the parties I&#8217;m scheduled to attend somehow I don&#8217;t think it&#8217;ll disappoint <img src='http://www.damiangrace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The line-up for Black Hat is looking damn impressive and I’m really looking forward to attending these briefings and learning from some of the masters of the industry.</p>
<p>Unfortunately the Defcon schedule hasn’t been released yet, but damn sure I’ll be impressed by the quality of the talent.</p>
<p>I’ll be tweeting about the event from my iphone as often as I can, so follow me @damiangrace to get live updates… and hey, there might even be some unsavoury pics if my phone/account gets hacked&#8230; ***</p>
<p>Let me know if you&#8217;re also attending and maybe we can catch up.</p>
<p>&nbsp;</p>
<p>Additional Important Notes:</p>
<p>1) Yes I’m aware that using electrical devices at these conferences is crazy…</p>
<p>2) yes I’m crazy…</p>
<p>3) Yes I’ll be wearing my tin foil hat *thumbs up*</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><em>*** or I party too hard!  <img src='http://www.damiangrace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Fgeneral%2Fblack-hat-2011-defcon-19%2F272%2F&amp;title=Black%20Hat%202011%20%26%23038%3B%20Defcon%2019" id="wpa2a_6"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/general/black-hat-2011-defcon-19/272/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Secure Are You?</title>
		<link>http://www.damiangrace.com/news/how-secure-are-you/267/</link>
		<comments>http://www.damiangrace.com/news/how-secure-are-you/267/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 01:27:03 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[504]]></category>
		<category><![CDATA[ASIO]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[Gillard]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hands-on]]></category>
		<category><![CDATA[Incident]]></category>
		<category><![CDATA[incident handling]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[mentor]]></category>
		<category><![CDATA[SANS]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[spies]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[sydney]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[victorian]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=267</guid>
		<description><![CDATA[Management never seem to think bad things will happen to them here in Australia. Well, here are two incidents that prove that thinking wrong: Hacker attacks Victorian servers http://www.zdnet.com.au/hacker-attacks-victorian-servers-339301026.htm China spies suspected of hacking Julia Gillard&#8217;s emails http://www.news.com.au/technology/federal-ministers-emails-suspected-of-being-hacked/story-e6frfrnr-1226029713668 So anyone connected to the internet is fair game, so the question becomes: How do I stop [...]]]></description>
			<content:encoded><![CDATA[<p>Management never seem to think bad things will happen to them here in Australia. Well, here are two incidents that prove that thinking wrong:</p>
<p><strong> Hacker attacks Victorian servers </strong></p>
<p><a href="http://www.zdnet.com.au/hacker-attacks-victorian-servers-339301026.htm " target="_blank">http://www.zdnet.com.au/hacker-attacks-victorian-servers-339301026.htm </a></p>
<p><strong>China spies suspected of hacking Julia Gillard&#8217;s emails </strong></p>
<p><a href="http://www.news.com.au/technology/federal-ministers-emails-suspected-of-being-hacked/story-e6frfrnr-1226029713668 " target="_blank">http://www.news.com.au/technology/federal-ministers-emails-suspected-of-being-hacked/story-e6frfrnr-1226029713668 </a></p>
<p>So anyone connected to the internet is fair game, so the question becomes: How do I stop my company from being the next headline?</p>
<p>Glad you asked&#8230;</p>
<p><strong>Enter SANS 504: Hacker Techniques, Exploits and Incident Handling course </strong></p>
<p>SANS, one of the best known names in the IT security training arena, has a course dedicated to teaching IT staff how to understand what hacker are up and put in place measures to keep the company systems safe. SANS 504: Hacker Techniques, Exploits and Incident Handling course gives hands-on experience in understanding vulnerabilities and discovering intrusions, and equipping you with a comprehensive incident handling plan.</p>
<p>This course is being offered as a ten week Mentor lead course here in Sydney, this  allow the attendees to gain the maximum study benefits while still having personal lives. It starts on the Thursday, June 2, 2011 and running each Thursday until August 4, 2011.</p>
<p>Learn and work through the SANS courseware with <a href="http://www.chris-mohan.com/2011/02/mentoring-504-in-sydney-june-2011/" target="_blank">Chris Mohan</a>, one of the few <a href="http://www.giac.org/certifications/gse.php#certified" target="_blank">SANS’ GSE</a> holders in the world and a handler at the <a href="http://isc.sans.edu/index.html" target="_blank">Internet Storm Center</a>, to help make the courseware relevant and of immediate use to you.</p>
<p>With the Australian dollar nearing an all-time high and using the code Mentor10 for an addition 10% off the course, SANS Security training has never been more cost effective and affordable!</p>
<p>Register here: <a href="http://www.sans.org/mentor/details.php?nid=24644 " target="_blank">http://www.sans.org/mentor/details.php?nid=24644 </a></p>
<p>And just in case your company doesn’t think taking IT security is important, show your boss even the Australia&#8217;s spy agency ASIO gets cyber wing to protect the country. <strong>If the country needs protecting don’t you think your company does to? </strong></p>
<p><a href="http://news.smh.com.au/breaking-news-technology/australias-spy-agency-asio-gets-cyber-wing-20110311-1br4g.html" target="_blank">http://news.smh.com.au/breaking-news-technology/australias-spy-agency-asio-gets-cyber-wing-20110311-1br4g.html</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Fnews%2Fhow-secure-are-you%2F267%2F&amp;title=How%20Secure%20Are%20You%3F" id="wpa2a_8"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/news/how-secure-are-you/267/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GREM Certified</title>
		<link>http://www.damiangrace.com/certifications/grem-certified/263/</link>
		<comments>http://www.damiangrace.com/certifications/grem-certified/263/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 23:41:52 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[Canberra]]></category>
		<category><![CDATA[craming]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[GIAC Reverse Engineering Malware]]></category>
		<category><![CDATA[GREM]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[pass]]></category>
		<category><![CDATA[Reverse]]></category>
		<category><![CDATA[SANS]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[Studying]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=263</guid>
		<description><![CDATA[Well I certainly left this one to the last minute. I completed the GREM (GIAC Reverse Engineering Malware) course at SANS Canberra way back in July. SANS give you a generous four months from the completion of the course to study up and take the exam. Unfortunately it took me 3.5 months before I decided [...]]]></description>
			<content:encoded><![CDATA[<p>Well I certainly left this one to the last minute. I completed the GREM (GIAC Reverse Engineering Malware) course at SANS Canberra way back in July. SANS give you a generous four months from the completion of the course to study up and take the exam. Unfortunately it took me 3.5 months before I decided to start studying for it. THIS IS NOT A RECOMMENDED WAY OF STUDYING! If you want to place yourself in a position of undue stress then by all means go right ahead and leave it to the last minute. However as everyone knows, it is better to spend four months doing a little study each week in preference to spending two weeks craming. I ended up scheduling to take the exam just two days before the expire date.</p>
<p>I think overall I was probably lucky to pass. I don&#8217;t do much reverse engineering as part of my daily duties so my experience in this area is basically nill. With that background I really should have been studying from July right up to the last possible moment to take the exam.</p>
<p>Anyway, I passed! Now only two more exams to do before xmas.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Fcertifications%2Fgrem-certified%2F263%2F&amp;title=GREM%20Certified" id="wpa2a_10"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/certifications/grem-certified/263/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Nmap 2010 User Survey</title>
		<link>http://www.damiangrace.com/general/nmap-2010-user-survey/245/</link>
		<comments>http://www.damiangrace.com/general/nmap-2010-user-survey/245/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 02:16:17 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[questionnaire]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=245</guid>
		<description><![CDATA[Nmap are conducting a survey to find out how user interact with their products and other bits and pieces. Help them help you by filling out the questionnaire. The need 5000 responses and at the time of writing have only received 231 so get cracking! http://nmap.org/survey/ [adrotate group="1" banner="2"]]]></description>
			<content:encoded><![CDATA[<p>Nmap are conducting a survey to find out how user interact with their products and other bits and pieces.</p>
<p>Help them help you by filling out the questionnaire. The need 5000 responses and at the time of writing have only received 231 so get cracking!</p>
<p><a href="http://nmap.org/survey/">http://nmap.org/survey/</a></p>
<p>[adrotate group="1" banner="2"]</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Fgeneral%2Fnmap-2010-user-survey%2F245%2F&amp;title=Nmap%202010%20User%20Survey" id="wpa2a_12"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/general/nmap-2010-user-survey/245/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Are Hiring!!!</title>
		<link>http://www.damiangrace.com/general/we-are-hiring/238/</link>
		<comments>http://www.damiangrace.com/general/we-are-hiring/238/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 07:41:18 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[penetration]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=238</guid>
		<description><![CDATA[Role This is a consulting role where the successful applicant would be providing Network and/or Web Application penetration testing services to our clients requiring Inter-Sydney and surrounding travel. In-house coding and providing technical expertise to our other departments will be required periodically. The successful applicant must have a strong coding background in at least two [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Role</strong><br />
This is a consulting role where the successful applicant would be providing Network and/or Web Application penetration testing services to our clients requiring Inter-Sydney and surrounding travel. In-house coding and providing technical expertise to our other departments will be required periodically.<br />
<br />
The successful applicant must have a strong coding background in at least two of the following languages; Perl, Python, C, C++, PHP, ASP, LISP or SQL.<br />
<br />
Strong Web Application Hacking abilities are a HUGE advantage (experience not necessary, but proof of ability will be tested). Experience with Firewalls, Servers, and Networking will be looked upon favourably.<br />
<br />
<strong>Personal qualities</strong><br />
•    Presentable<br />
•    Excellent written and verbal communication skills<br />
•    Enjoy working individually and as part of a team<br />
•    A well rehearsed root dance.<br />
<br />
<strong>Education</strong><br />
A CISSP, OSCP, OSWP, OSCE, GPEN, GWAPT etc is preferred but not necessary if you can pass our testing.<br />
<br />
<strong>What we offer</strong><br />
•    Training opportunities<br />
•    Highly competitive remuneration<br />
•    Flexibility<br />
•    Personal networking with some of the best names in the business.<br />
•    A friendly, fun and supportive working environment<br />
<br />
If this sounds like a role suitable for you then contact me via jobs{&#8211;at&#8211;}damiangrace.com with your details. Overseas candidates are welcome.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Fgeneral%2Fwe-are-hiring%2F238%2F&amp;title=We%20Are%20Hiring%21%21%21" id="wpa2a_14"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/general/we-are-hiring/238/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GWAPT Certified</title>
		<link>http://www.damiangrace.com/general/gwapt-certified/234/</link>
		<comments>http://www.damiangrace.com/general/gwapt-certified/234/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 09:14:54 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SANS]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[domination]]></category>
		<category><![CDATA[GWAPT]]></category>
		<category><![CDATA[penetration]]></category>
		<category><![CDATA[tester]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=234</guid>
		<description><![CDATA[Well that&#8217;s another certification attempt passed on my route to world domination. This time it was the SANS GIAC Web Application Penetration Tester (GWAPT) certification. I managed to scrape through with a 97.33% which I am pretty happy about hmm, I just realised this is the first time in about 8 months I haven&#8217;t had [...]]]></description>
			<content:encoded><![CDATA[<p>Well that&#8217;s another certification attempt passed on my route to world domination.</p>
<p>This time it was the SANS GIAC Web Application Penetration Tester (GWAPT) certification. I managed to scrape through with a 97.33% which I am pretty happy about <img src='http://www.damiangrace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>hmm, I just realised this is the first time in about 8 months I haven&#8217;t had a certification hanging over my head&#8230; hmm&#8230; all of a sudden I feel all alone&#8230; confused&#8230; lost&#8230; bored&#8230;</p>
<p>OK, now I have to find something else to do&#8230;</p>
<p>Suggestions anyone?<br />
<br />
[adrotate group="1" banner="2"]</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Fgeneral%2Fgwapt-certified%2F234%2F&amp;title=GWAPT%20Certified" id="wpa2a_16"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/general/gwapt-certified/234/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Core Impact Pro with Metasploit Integration</title>
		<link>http://www.damiangrace.com/tools/core-impact-pro-with-metasploit-integration/224/</link>
		<comments>http://www.damiangrace.com/tools/core-impact-pro-with-metasploit-integration/224/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 04:21:32 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[Core Impact]]></category>
		<category><![CDATA[Metasploit]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[db-autopwn]]></category>
		<category><![CDATA[Impact]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[penetration]]></category>
		<category><![CDATA[Pro]]></category>
		<category><![CDATA[Rapid]]></category>
		<category><![CDATA[RPT]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=224</guid>
		<description><![CDATA[Core Security Technologies have just announced that the next version of Core Impact Pro (due out in April) will support Metasploit integration. It&#8217;s not a bad list of things you will be able to do too. *  Bring a system compromised during testing with Metasploit into the IMPACT environment and deploy an IMPACT Pro Agent. [...]]]></description>
			<content:encoded><![CDATA[<p>Core Security Technologies have just announced that the next version of Core Impact Pro (due out in April) will support Metasploit integration. It&#8217;s not a bad list of things you will be able to do too.</p>
<blockquote><p>*  Bring a system compromised during testing with Metasploit into the IMPACT environment and deploy an IMPACT Pro Agent. The Agent is a patented, syscall proxy payload that allows users to:</p>
<p>1. Launch IMPACT Pro’s full range of automated penetration testing capabilities from the compromised system.<br />
2. Leverage IMPACT’s broad selection of commercial-grade exploits, plus multiple pre- and post-exploitation capabilities for in-depth, comprehensive attack replication.<br />
3. Pivot penetration tests to other systems, mimicking an attacker’s attempts at identifying and exploiting paths of weakness to backend systems and data.</p>
<p>* Use IMPACT Pro’s automated Rapid Penetration Test (RPT) to exploit vulnerabilities, then launch Metasploit’s db-autopwn feature and subsequently upload the results back into IMPACT Pro. This allows users with less training and expertise to view Metasploit testing information within the IMPACT environment.</p></blockquote>
<p>I for one am looking forward to playing with this <img src='http://www.damiangrace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="Press Release" href="http://www.coresecurity.com/content/core-impact-metasploit-project" target="_blank">Press Release</a><br />
<a title="Blog" href="http://blog.coresecurity.com/2010/02/16/integrating-core-impact-pro-with-metasploit/" target="_blank">Blog Announcement </a><br />
<span style="color: #ffffff;">ben.doe2012@gmail.com</span></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Ftools%2Fcore-impact-pro-with-metasploit-integration%2F224%2F&amp;title=Core%20Impact%20Pro%20with%20Metasploit%20Integration" id="wpa2a_18"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/tools/core-impact-pro-with-metasploit-integration/224/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Great Australian Internet Blackout</title>
		<link>http://www.damiangrace.com/general/the-great-australian-internet-blackout/217/</link>
		<comments>http://www.damiangrace.com/general/the-great-australian-internet-blackout/217/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 06:20:14 +0000</pubDate>
		<dc:creator>Damian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[black out]]></category>
		<category><![CDATA[blackout]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internetblackout]]></category>

		<guid isPermaLink="false">http://www.damiangrace.com/?p=217</guid>
		<description><![CDATA[In protest of the Australian governments plans to impose internet censorship, I will be taking part in the Great Australian Internet Blackout. This site will be blacked out between now and the 29th of January 2010. If you would also like to support the cause, visit www.internetblackout.com.au to find out how to black out your [...]]]></description>
			<content:encoded><![CDATA[<p>In protest of the Australian governments plans to impose internet censorship, I will be taking part in the Great Australian Internet Blackout.</p>
<p>This site will be blacked out between now and the 29th of January 2010.</p>
<p>If you would also like to support the cause, visit www.internetblackout.com.au to find out how to black out your site.</p>
<p>[adrotate group="1" banner="2"]</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.damiangrace.com%2Fgeneral%2Fthe-great-australian-internet-blackout%2F217%2F&amp;title=The%20Great%20Australian%20Internet%20Blackout" id="wpa2a_20"><img src="http://www.damiangrace.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.damiangrace.com/general/the-great-australian-internet-blackout/217/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
