<?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>ioannis blog &#187; password</title>
	<atom:link href="http://ioannis.mpsounds.net/blog/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://ioannis.mpsounds.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 10 Sep 2010 15:00:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Renew IP directly from Cytanet NetRunner service</title>
		<link>http://ioannis.mpsounds.net/blog/2009/07/18/renew-ip-directly-from-cytanet-netrunner-service/</link>
		<comments>http://ioannis.mpsounds.net/blog/2009/07/18/renew-ip-directly-from-cytanet-netrunner-service/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 10:00:04 +0000</pubDate>
		<dc:creator>ioannis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[CyTA]]></category>
		<category><![CDATA[cytanet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[netrunner]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[renew]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/?p=73</guid>
		<description><![CDATA[Modern file hosting services (eg rapidshare or megaupload) have more than often utilized various methods to secure and promote their services annoying the regular non-premium user with the most prominent method of limiting downloads per user through IP logging, and then waiting for an upsurd amount of time for the next download. Now, now not [...]]]></description>
			<content:encoded><![CDATA[<p>Modern file hosting services (eg <a href="http://rapidshare.com/" target="_blank">rapidshare</a> or <a href="http://www.megaupload.com/" target="_blank">megaupload</a>) have more than often utilized various methods to secure and promote their services annoying the regular non-premium user with the most prominent method of limiting  downloads per  user through IP logging, and then waiting for an upsurd amount of time for the next download.</p>
<p>Now, now not all of you have the time to spend in front of a pc monitor, do ya, and NO don&#8217;t start suggesting paying for premium services for EVERY file hosting service out there.</p>
<p>Therefore today i will share  with you a nifty trick to use with your favourite download manager <a href="http://www.jdownloader.org/" target="_blank">jDownloader</a>, to renew your IP directly from Cytanet NetRunner service, and get your downloads as fast as possible.</p>
<p>As only a few of you know, the Cytanet NetRunner service leases the IP for 1 week, BUT it is possible to renew the IP by logging-in the NetRunner service, disconnecting and then reconnecting. This will achieve you a brand new, just out of the box IP.</p>
<p>You can streamline the process by using the direct below, replace the red bold username and password references below with your  NetRunner Service credentials, and you will instantly acquire a new IP.<br />
<code>https://netrunner.cytanet.com.cy/cgi-bin/netrunnerlogin.cgi?username=<span style="color: #ff0000;"><strong>username</strong></span>&amp;password=<strong><span style="color: #ff0000;">password</span></strong>&amp;action=initial&amp;Login=Login</code></p>
<p>Now, in order to use this  in your favourite download manager or in a script,  you will need to procure a  small open-source application called <a href="http://curl.haxx.se/" target="_blank">cURL</a> that will execute the above URL and achieve the same result without even opening an Internet Browser.</p>
<p>Execute the following command in the command prompt, et viola, a brand new IP coming right up:<code><br />
curl -k "https://netrunner.cytanet.com.cy/cgi-bin/netrunnerlogin.cgi?username=<span style="color: #ff0000;"><strong>username</strong></span>&amp;password=<strong><span style="color: #ff0000;">password</span></strong>&amp;action=initial&amp;Login=Login"</code></p>
<p>Then you can have <a href="http://www.jdownloader.org/" target="_blank">jDownloader</a> execute this <strong>batch</strong> command every time it requires a new IP to continue downloading.</p>
<div id="attachment_93" class="wp-caption aligncenter" style="width: 824px"><img class="size-full wp-image-93 " title="jDownloader" src="http://ioannis.mpsounds.net/blog/wp-content/uploads/2009/07/jDownloader.png" alt="jDownloader re-connection settings" width="814" height="451" /><p class="wp-caption-text">jDownloader re-connection settings</p></div>
<p>PS: make sure to get a flavor of cURL supporting HTTPS and SSL in order to be able to process the link.</p>
<p>That&#8217;s all folks.</p>
]]></content:encoded>
			<wfw:commentRss>http://ioannis.mpsounds.net/blog/2009/07/18/renew-ip-directly-from-cytanet-netrunner-service/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>are you secure ?</title>
		<link>http://ioannis.mpsounds.net/blog/2008/07/03/are-you-secure/</link>
		<comments>http://ioannis.mpsounds.net/blog/2008/07/03/are-you-secure/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 13:35:42 +0000</pubDate>
		<dc:creator>ioannis</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[strength]]></category>

		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/?p=52</guid>
		<description><![CDATA[i sure thought so, until i decided to google for a password checker and rate my passwords. after all, i&#8217;m still human and can&#8217;t recall more than two passwords at a specific time, probably you fit in the same scheme as well . i hate it that at work i have five different sets of [...]]]></description>
			<content:encoded><![CDATA[<p>i sure thought so, until i decided to <a href="http://www.google.com/search?q=password+checker" target="_blank">google</a> for a password checker and rate my passwords. after all, i&#8217;m still human and can&#8217;t recall more than two passwords at a specific time, probably you fit in the same scheme as well <img src="http://ioannis.mpsounds.net/blog/wp-includes/images/smilies/icon_biggrin.gif" alt="D" class="wp-smiley" /> . i hate it that at work i have five different sets of usernames and passwords that i have to use two or three every day just to access &#8220;my&#8221; personal computer and a couple of others on special occasions.</p>
<p>in any case, for home use i too have two sets of passwords, my standard one (shorter) and a more &#8220;secure&#8221; password (longer), i thought.</p>
<p>i&#8217;ve been using them for so long with out ever considering the strength of the passwords as after all they are a bunch of random key strokes.</p>
<p>now i have decided it&#8217;s time to strengthen my security by revising both my passwords, difficult part is remembering all the places i&#8217;ve used them <img src="http://ioannis.mpsounds.net/blog/wp-includes/images/smilies/icon_biggrin.gif" alt="D" class="wp-smiley" /> </p>
<p>so back to the matter in hand, google has found some good tools in order to test your password strenght. after all there is no patented procedure to test one&#8217;s password strength so i decided to run them on all available tools.</p>
<p>to my disappointment <img src="http://ioannis.mpsounds.net/blog/wp-includes/images/smilies/icon_sad.gif" alt="(" class="wp-smiley" />  and surprise :dizzy:  both my passwords were rated weak and medium, with all password checkers, which is really unacceptable for my standards, so this post ends here, you know what i&#8217;ll be doing for the time being, and if i don&#8217;t post here ever again, you know what that means -better write that new password down somewhere-, *oups*&#8230;</p>
<p>below, you can find links to the password checkers i&#8217;ve used&#8230;</p>
<ul>
<li><a title="Microsoft Password Checker" href="http://www.microsoft.com/protect/yourself/password/checker.mspx" target="_blank">Microsoft Password Checker</a></li>
<li><a title="Password Meter" href="http://www.passwordmeter.com/" target="_blank">Password Meter</a></li>
<li><a title="Security Stats" href="http://www.securitystats.com/tools/password.php" target="_blank">Security Stats</a></li>
</ul>
<p>more reading at <a href="http://www.microsoft.com/protect/yourself/password/create.mspx" target="_blank">http://www.microsoft.com/protect/yourself/password/create.mspx</a> where microsoft has put together a really nice article for a change, on how to create passwords, dos and don&#8217;ts, etc&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ioannis.mpsounds.net/blog/2008/07/03/are-you-secure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
