<?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>insanesecurity &#187; Cracking</title>
	<atom:link href="http://insanesecurity.info/blog/tag/cracking/feed" rel="self" type="application/rss+xml" />
	<link>http://insanesecurity.info/blog</link>
	<description>security through a distorted eye</description>
	<lastBuildDate>Thu, 25 Feb 2010 22:31:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Password Insecurity – Wordlists/Dictionaries</title>
		<link>http://insanesecurity.info/blog/password-insecurity-wordlists-dictionaries</link>
		<comments>http://insanesecurity.info/blog/password-insecurity-wordlists-dictionaries#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:50:31 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Cracking]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=72</guid>
		<description><![CDATA[You might as well throw away your secure code, packed under a secure connection (SSL), because the users who use it will have one word, easy to remember password. Top 500 Passwords The starting point of every password cracker (or should be). Of course the first ten from the list are: 123456, password, 12345678, 1234, [...]]]></description>
			<content:encoded><![CDATA[<p>You might as well throw away your secure code, packed under a secure connection (SSL), because the users who use it will have one word, easy to remember password.</p>
<p><span id="more-72"></span></p>
<p><h2>Top 500 Passwords</h2>
<p>The starting point of every password cracker (or should be). Of course the first ten from the list are: 123456, password, 12345678, 1234, pussy, 12345, dragon, qwerty, 696969, mustang. There are some small variations from top password lists around the web, but they cover up most of them.</p>
<p>Anyway take a look at the <a href="http://www.whatsmypass.com/?p=415">Top 500 Worst Passwords Of All Time</a> to get the big picture of password complexity/safety from an average users perspective.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2>Wordlists</h2>
<p>The most important resource when it comes down to password cracking. Some wordlists (and collections of wordlists): <a href="ftp://ftp.ox.ac.uk/pub/wordlists/">Oxford Uni Wordlists</a>, <a href="http://theargon.com/achilles/wordlists/">The Argon Wordlists</a>, <a href="http://www.securinfos.info/wordlists_dictionnaires.php">Wordlists for brute forcing</a>, <a href="http://www.openwall.com/passwords/wordlists/">Openwall Wordlists Collection</a>, <a href="http://www.outpost9.com/files/WordLists.html">Outpost9 Wordlists</a>, <a href="http://packetstormsecurity.org/Crackers/wordlists/">Packetstorm Wordlists</a>. How was I to forget <a href="http://milw0rm.com/mil-dic.php">Milw0rm&#8217;s dictionary</a> full of funky passwords.</p>
<p>Also don&#8217;t forget that some tend to use l33t passwords. Forging a l33t wordlist would also bring a higher success rate.</p>
<pre>
cat words.dic | sed s/e/3/g | sed s/a/4/g | sed s/i/1/g | sed s/o/0/g &gt; leet.dic
</pre>
</p>
<h2>Profiled Wordlists</h2>
<p>If the above wordlists didn&#8217;t cover already all the words you needed, than you may be also interested in password profiling. One such tool (script) is <a href="http://www.remote-exploit.org/codes_wyd.html">Wyd</a> which produces wordlists from given html, doc, mp3, jpeg, pdf, php files. You can imagine the abundity of uncommon words that may be extracted from files like doc, pdf, mp3.</p>
<p>Still not satisfied? As a last instance I would recommend the <a href="http://awlg.org/index.gen">Associative Word List Generator</a>.</p>
<blockquote><p>The <strong>Associative Word List Generator (AWLG)</strong> is a tool that generates  a list of words relevant to some subjects, by scouring the Internet  in an automated fashion.</p>
</blockquote>
<p>Gave it a couple of tries and can say that it seems very useful. One thing that surprised me about it was that it threw some css/javascript code in the result. Parser bug? Who knows.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2>Password versus Pass Phrase</h2>
<p>I think that passwords should be put in a chest and buried alongside with all the uppercase/lowercase, special characters enforcements. I really don&#8217;t want to have jk3$x@#I as a password.</p>
<p>Instead I would recommend developers to enforce passwords to a minimum of 10 characters. Also I would recommend sysadmins to check periodicaly the passwords with wordlists just to make sure that their systems won&#8217;t be penetrateble due to foolish passwords.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/password-insecurity-wordlists-dictionaries/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Madness</title>
		<link>http://insanesecurity.info/blog/password-madness</link>
		<comments>http://insanesecurity.info/blog/password-madness#comments</comments>
		<pubDate>Wed, 24 Jun 2009 06:06:29 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Cracking]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=35</guid>
		<description><![CDATA[Ok so this is a subject I just can&#8217;t let go. The first article I wrote about passwords was Password Insecurity &#8211; Wordlists/Dictionary where I stated that everybody should use pass phrases instead of regular 8 character passwords. I think that was the most notable thing about the article. While in this article will go [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so this is a subject I just can&#8217;t let go. The first article I wrote about passwords was <del><a href="http://insanesecurity.info/2009/01/password-insecurity-wordlists-dictionaries/">Password Insecurity &#8211; Wordlists/Dictionary</a></del> where I stated that everybody should use pass phrases instead of regular 8 character passwords. I think that was the most notable thing about the article. While in this article will go further with password malpractice.</p>
<p><span id="more-35"></span></p>
<h2>Remember password for this website!</h2>
<p>I think that this is somewhere on top of the stupidest things a user can do. I mean seriously, once somebody knows the password (even your browser) than already it&#8217;s not a password. As talked today with somebody that used to store his passwords in a file on a encrypted partition. Even if they were secure this way, that also misses the point of passwords. Can&#8217;t remember it? Use a pass phrase that fits the scenario, not #h#41i&#8221;] as password.</p>
<p>And before we forget, by having your browser remember passwords you&#8217;re helping anyone interested in your private data with access to the PC. Kudos to you.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<h2>Password Anti-Pattern</h2>
<p>There has never been an easier way to teach people how to get phished.</p>
<p>Wondering what this is about? Well, if imagine you&#8217;re in the following situation: you register on a website, the website asks you to &#8220;spam&#8221; your friends, you have to supply your email address and password to send them the message.</p>
<p>Sounds familiar? If yes, that&#8217;s a typical password anti-pattern.</p>
<p>You should never have to give your password to anybody (or any third party), for such situations there are special API&#8217;s and stuff like that. For example <a href="http://openid.net/">OpenID</a>, <a href="http://oauth.net/">OAuth</a>&#8230; Didn&#8217;t use any of them (didn&#8217;t have the need till now), but people tend to praise them. If a website uses a password anti-pattern way, just let it be, it doesn&#8217;t deserve your time and private data security.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4879499347590889";
/* 468x60, created 1/22/09 */
google_ad_slot = "0361207255";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<h2>Write it down&#8230;</h2>
<p>And people still tend to do this. The problem that people don&#8217;t realize that not only hackers are interested in your personal data (and most of the time they won&#8217;t be), but so do your so called friends&#8230;</p>
<h2>What&#8230;</h2>
<p>If you haven&#8217;t got anything that you think might create a negative image of yourself? Then just post your password all over the places, in every signature you&#8217;ve got, on every desktop, every picture, etc&#8230; and yes don&#8217;t forget to submit it to <a href="http://www.bugmenot.com">bug me not</a>, some people might find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/password-madness/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVL 1.5 (Infectious Disease)</title>
		<link>http://insanesecurity.info/blog/dvl-15-infectious-disease</link>
		<comments>http://insanesecurity.info/blog/dvl-15-infectious-disease#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:57:47 +0000</pubDate>
		<dc:creator>dblackshell</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=30</guid>
		<description><![CDATA[Today DamnVulnerableLinux version 1.5 was released, linux distribution that offers a learning environment directly out of the box. If there is a phrase that describes in the best way the distribution, it has to be the one from LinuxTracker: Damn Vulnerable Linux (DVL) is everything a good Linux distribution isn&#8217;t. Its developers have spent hours [...]]]></description>
			<content:encoded><![CDATA[<p>Today <a href="http://www.damnvulnerablelinux.org/">DamnVulnerableLinux</a> version 1.5 was released, linux distribution that offers a learning environment directly out of the box.</p>
<p><span id="more-30"></span><br />
If there is a phrase that describes in the best way the distribution, it has to be the one from <a href="http://linuxtracker.org">LinuxTracker</a>:</p>
<blockquote><p>
Damn Vulnerable Linux (DVL) is everything a good Linux distribution isn&#8217;t. Its developers have spent hours stuffing it with broken, ill-configured, outdated, and exploitable software that makes it vulnerable to attacks. DVL isn&#8217;t built to run on your desktop &#8212; it&#8217;s a learning tool for security students.
</p>
</blockquote>
<p>To be honest I didn&#8217;t play with it till now (even if have been a user of the website for a year or so) because off limited free time that I&#8217;ve got. But in the near future (hope so) I will give it a shot, you know demonstrate my &#8220;talents&#8221; to my work colleague, maybe even do a video to help out DVL.</p>
<p>More specific info about included vulnerabilities/tools you can find on <a href="http://www.damnvulnerablelinux.org/index.php/eng/Damn%20Vulnerable%20Linux%20Distro/Damn%20Vulnerable%20Linux/Release%20Notes%20for%20Damn%20Vulnerable%20Linux%20(up%20to%20release%201.4)">this page</a>, but just up to version 1.4, and the download mirrors can be found <a href="http://www.damnvulnerablelinux.org/index.php/eng/Damn%20Vulnerable%20Linux%20Distro/Damn%20Vulnerable%20Linux/Download%20Mirrors%20and%20Torrent%20for%20Damn%20Vulnerable%20Linux%201.5%20(Infectious%20Disease)">here</a>.</p>
<p>If this is an unknown domain for you (security) I would recommend you firstly to start out with some basics before even taking a glimpse at DVL. In such a case you might be interested in David Melnichuk book <a href="http://insanesecurity.info/2009/01/the-hackers-underground-handbook-review/">The Hacker&#8217;s Underground Handbook</a>.</p>
<p>Before I forget&#8230; You would highly be appreciated for seeding the torrent, not just leeching it, because the free stuff never gets seeded well, IMO.</p>
]]></content:encoded>
			<wfw:commentRss>http://insanesecurity.info/blog/dvl-15-infectious-disease/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
