<?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>SecureSlash.com &#187; Learn Hacking</title>
	<atom:link href="http://secureslash.com/category/learn-hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://secureslash.com</link>
	<description>Because security matters</description>
	<lastBuildDate>Fri, 20 Jan 2012 10:58:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Browser capability test</title>
		<link>http://secureslash.com/learn-hacking/browser-capability-test/</link>
		<comments>http://secureslash.com/learn-hacking/browser-capability-test/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:26:41 +0000</pubDate>
		<dc:creator>Jana</dc:creator>
				<category><![CDATA[Computer Users]]></category>
		<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Browser capability test]]></category>
		<category><![CDATA[IE vs Firefox]]></category>

		<guid isPermaLink="false">http://secureslash.com/?p=107</guid>
		<description><![CDATA[Tweet When i was sitting workless just thought of testing my browser with java script and also my system capability to work on stress.I did two test in two browsers 1.Internet Explorer 6.0 2.Firefox 3.1X Try the same to even to test your browsers. First one tested runing a saved javascript file and here is [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Fbrowser-capability-test%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/browser-capability-test/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/browser-capability-test/"  data-text="Browser capability test" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/browser-capability-test/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/browser-capability-test/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>When i was sitting workless just thought of testing my browser with java script and also my system capability to work on stress.I did two test in two browsers</p>
<p>1.Internet Explorer 6.0</p>
<p>2.Firefox 3.1X<br />
<span id="more-107"></span></p>
<p>Try the same to even to test your browsers.</p>
<p>First one tested runing a saved javascript file and here is the coding.</p>
<p>&lt;script language=&#8221;javascript&#8221;&gt;<br />
var n=100;<br />
for(i=0;i&lt;100;i++)<br />
window.open(&#8220;http://www.hwquest.com&#8221;);<br />
&lt;/script&gt;</p>
<p>IE:</p>
<p>Internet Explorer started opening 100 windows LOL. I killed the IE image in taskmanager.</p>
<p>Firefox:</p>
<p>Wisely showed a popup blocker asking user permission saying &#8220;This site trying to open 100 popups&#8221;</p>
<p>Thought how wise are the firefox programmers, extending one step further i tried direct javascript implementation by typing this in address bar</p>
<p>javascript:for(i=0;i&lt;100;i++)window.open(&#8220;http://www.hwquest.com&#8221;);</p>
<p>The result it opened 100 tabs. So its not bad to report this bug or problem to firefox team.</p>
<p>IE 7 resulted in alert message saying harmful script!</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/browser-capability-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Hacking a Windows PC to Get Administrator Access</title>
		<link>http://secureslash.com/learn-hacking/windows-admin-access-hacking/</link>
		<comments>http://secureslash.com/learn-hacking/windows-admin-access-hacking/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 11:29:46 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[System Security]]></category>
		<category><![CDATA[Vidoes]]></category>

		<guid isPermaLink="false">http://secureslash.com/learn-hacking/windows-admin-access-hacking/</guid>
		<description><![CDATA[Tweet Learn how to get Admin access in a XP machine. Source: http://fadeproofonline.com/?p=171]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Fwindows-admin-access-hacking%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/windows-admin-access-hacking/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/windows-admin-access-hacking/"  data-text="Tutorial: Hacking a Windows PC to Get Administrator Access" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/windows-admin-access-hacking/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/windows-admin-access-hacking/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Learn how to get Admin access in a XP machine.<br />
<object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/zWiOivsVXIE"><param name="movie" value="http://www.youtube.com/v/zWiOivsVXIE"/></object><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1553934370392546";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
//2007-08-15: SecureSlash - SideBox
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "2f63b3";
google_color_text = "000000";
google_color_url = "CCCCCC";

//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br />
Source: <a href="http://fadeproofonline.com/?p=171" title="http://fadeproofonline.com/?p=171" target="_blank">http://fadeproofonline.com/?p=171</a></p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/windows-admin-access-hacking/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Latest MSN Hacking(Dont miss it)</title>
		<link>http://secureslash.com/learn-hacking/latest-msn-hacking/</link>
		<comments>http://secureslash.com/learn-hacking/latest-msn-hacking/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 11:16:26 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Vidoes]]></category>

		<guid isPermaLink="false">http://secureslash.com/learn-hacking/latest-msn-hacking/</guid>
		<description><![CDATA[Tweet Latest MSN hacking video. Just watch is closely and learn the tricks. Contributed by:http://youtube.com/user/haolunliasd]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Flatest-msn-hacking%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/latest-msn-hacking/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/latest-msn-hacking/"  data-text="Latest MSN Hacking(Dont miss it)" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/latest-msn-hacking/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/latest-msn-hacking/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Latest MSN hacking video. Just watch is closely and learn the tricks.<br />
<object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/fLADqqp5Oq0"><param name="movie" value="http://www.youtube.com/v/fLADqqp5Oq0"/></object><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1553934370392546";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
//2007-08-15: SecureSlash - SideBox
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "2f63b3";
google_color_text = "000000";
google_color_url = "CCCCCC";

//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>Contributed by:<a href="http://youtube.com/user/haolunliasd">http://youtube.com/user/haolunliasd </a></p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/latest-msn-hacking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Conscience of a Hacker</title>
		<link>http://secureslash.com/uncategorized/conscience-of-a-hacker/</link>
		<comments>http://secureslash.com/uncategorized/conscience-of-a-hacker/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 06:10:25 +0000</pubDate>
		<dc:creator>anim-eh</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://secureslash.com/uncategorized/conscience-of-a-hacker/</guid>
		<description><![CDATA[Tweet Another one got caught today, it&#8217;s all over the papers. &#8220;Teenager arrested in computer crime scandal&#8221;, &#8220;Hacker arrested after bank tampering&#8221;&#8230; Damn Kids. They&#8217;re all alike. But did you, in your three piece psychology and 1970&#8242;s technobrain ever take a look behind the eyes of a hacker? Did you ever wonder what made him [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Funcategorized%2Fconscience-of-a-hacker%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/uncategorized/conscience-of-a-hacker/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/uncategorized/conscience-of-a-hacker/"  data-text="The Conscience of a Hacker" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/uncategorized/conscience-of-a-hacker/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/uncategorized/conscience-of-a-hacker/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Another one got caught today, it&#8217;s all over the papers. &#8220;Teenager arrested in computer crime scandal&#8221;, &#8220;Hacker arrested after bank tampering&#8221;&#8230;</p>
<p>Damn Kids. They&#8217;re all alike.<br />
<!--adsense--><br />
But did you, in your three piece psychology and 1970&#8242;s technobrain ever take a look behind the eyes of a hacker? Did you ever wonder what made him tick, what forces shaped him, what may have molded him?</p>
<p>I am a hacker, enter my world&#8230;</p>
<p>Mine is a world that begins with school. I&#8217;ve listened to the teacher explain for the fifteenth time how to reduce a fraction. I understand it. &#8220;No, Miss Shaw, I didn&#8217;t show my work. I did it in my head&#8230;&#8221;</p>
<p>Damn kid. Probably copied it. They&#8217;re all alike.</p>
<p>I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to do. If it makes a mistake, it&#8217;s because I screwed up. Not because it doesn&#8217;t like me&#8230;or feels threatened by me&#8230;or thinks I&#8217;m a smart ass&#8230;or doesn&#8217;t like teaching and shouldn&#8217;t be here&#8230;</p>
<p>Damn kid. All he does is play games. They&#8217;re all alike.</p>
<p>And then it happened&#8230; A door opened to a world&#8230; Rushing through the phone line like heroin through an addict&#8217;s veins, an electronic pulse is sent out, a refuge from the day to day incompetencies is sought&#8230; A board is found.</p>
<p>&#8220;This is it&#8230; This is where I belong&#8230;&#8221;</p>
<p>I know everyone here&#8230; Even if I&#8217;ve never met them, never talked to them, may never hear from them again&#8230; I know you all&#8230;</p>
<p>Damn kid. Tying up the phone line again. They&#8217;re all alike&#8230;</p>
<p>You bet your ass we&#8217;re all alike&#8230; We&#8217;ve been spoon fed baby food at school when we hungered for steak&#8230; The bits of meat that you did let slip through were pre chewed and tasteless. We&#8217;ve been dominated by sadists, or ignored by the apathetic. The few that had something to teach found us willing pupils, but those few are like drops of water in the desert.</p>
<p>This is our world now&#8230; The world of the electron and the switch, the beauty of the baud. We make use of a service already existing without paying for what could be dirt cheap if it wasn&#8217;t run by profiteering gluttons, and you call us criminals. We explore&#8230; And you call us criminals. We exist without skin color, without nationality, without religious bias&#8230; And you call us criminals. You build atomic bombs, you wage wars, you murder, you cheat, and lie to us and try to make us believe it&#8217;s for our own good, yet we&#8217;re the criminals.<br />
<!--adsense--><br />
Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.</p>
<p>I am a hacker, and this is my manifesto. You may stop this individual, but you can&#8217;t stop us all&#8230; After all, We&#8217;re all alike.</p>
<p>Tom Beam</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/uncategorized/conscience-of-a-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basics of Hacking</title>
		<link>http://secureslash.com/learn-hacking/basics-of-hacking/</link>
		<comments>http://secureslash.com/learn-hacking/basics-of-hacking/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 07:42:08 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>

		<guid isPermaLink="false">http://secureslash.com/learn-hacking/basics-of-hacking/</guid>
		<description><![CDATA[Tweet Here is the list of basics. You can follow below basic steps for â€œSecuring your System/Networkâ€ Before starting steps, download the latest version of worldâ€™s popular security tool nmap. &#38; know the basic usage of nmap. 1. Try to know what ports are opened in the target system. Example command: nmap -sS 12.12.12.21 Result [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Fbasics-of-hacking%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/basics-of-hacking/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/basics-of-hacking/"  data-text="Basics of Hacking" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/basics-of-hacking/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/basics-of-hacking/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Here is the list of basics. You can follow below basic steps for â€œSecuring your System/Networkâ€</p>
<p>Before starting steps, download the latest version of worldâ€™s popular <a href="http://insecure.org/nmap/download.html" title="security tool nmap" target="_blank">security tool nmap</a>. &amp; know the basic usage of nmap.<br />
<!--adsense--><br />
1.    Try to know what ports are opened in the target system.</p>
<blockquote><p>Example command: <em>nmap -sS 12.12.12.21</em></p></blockquote>
<p>Result will look like below,</p>
<blockquote><p><em>Starting nmap 3.30 ( http://www.insecure.org/nmap/ ) at 2007-07-12 05:07 EST</em><br />
<em>Interesting ports on 12.12.12.21</em><br />
<em>(The 1637 ports scanned but not shown below are in state: closed)</em><br />
<em>Port State Service</em><br />
<em>21/tcp filtered ftp</em><br />
<em>22/tcp open ssh</em><br />
<em>23/tcp open telnet</em><br />
<em>111/tcp open sunrpc</em><br />
<em>139/tcp open netbios-ssn</em><br />
<em>1024/tcp open kdm</em><br />
<em>6000/tcp open X11</em></p></blockquote>
<p>2.    Try to find  the exact version of services</p>
<blockquote><p>Example command: <em>nmap -sV &#8211;version-all host.com</em></p></blockquote>
<p>3.    Search for existing vulnerabilities for this exact service version.<br />
4.    Analyze the changelog details of soft wares in their release notes.<br />
5.    Now, you can know the security problems of this abc service and its 1.xx version.<br />
6.    Understand how the attacks will be deployed for this.</p>
<p>These are not just steps; you have to work/retry hard to get positive results. And donâ€™t try these against google.com or yahoo.com</p>
<p>After the basics, you have to consider about your anonymity. Donâ€™t use simple proxies for anonymity. Try different networks such as <a href="http://secureslash.com/learn-hacking/tor-anonymity-online/" title="TOR" target="_blank">TOR</a> . Donâ€™t use the formal techniques always.</p>
<p>All above things are just basics to understand security problems and attacks. Start preventing your system/network from attackers after knowing everything about attacks.</p>
<p>Donâ€™t Search for â€œ<a href="http://secureslash.com" title="Learn Hacking">Learn Hacking</a>â€ anymore. The word Hacking doesnâ€™t mean about â€œBreaking securityâ€ or â€œDestroying otherâ€™s computer or networkâ€ .</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/basics-of-hacking/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Paypal Hacking</title>
		<link>http://secureslash.com/learn-hacking/paypal-hacking/</link>
		<comments>http://secureslash.com/learn-hacking/paypal-hacking/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 14:26:56 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/paypal/paypal-hacking/</guid>
		<description><![CDATA[Tweet This is not about hacking paypal.com. Paypal knows enough about securing itself. Are you using Paypal IPN script in your websites? Then you have to take care on something. First of all plan and decide your product delivery strategy. Product delivery methods 1.Email product after a successful payment 2.Redirect user to product page to [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Fpaypal-hacking%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/paypal-hacking/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/paypal-hacking/"  data-text="Paypal Hacking" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/paypal-hacking/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/paypal-hacking/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>This is not about hacking paypal.com. Paypal knows enough about securing itself. Are you using Paypal IPN script in your websites? Then you have to take care on something.</p>
<p>First of all plan and decide your product delivery strategy.</p>
<h5>Product delivery methods</h5>
<p><!--adsense--><br />
1.Email       product after a successful payment</p>
<p>2.Redirect       user to product page to download directly</p>
<p>Invalidated data always put you in  a hell.</p>
<p>See the below example:</p>
<blockquote><p>&lt;form  action=&#8221;https://www.paypal.com/cgi-bin/webscr&#8221;  method=&#8221;post&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221;  name=&#8221;cmd&#8221; value=&#8221;_xclick&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221;  name=&#8221;business&#8221; value=&#8221;<a href="mailto:you@yourbusiness.com"></a>see the #Hidden Code#below&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221;  name=&#8221;item_name&#8221; value=&#8221;Your Product&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221;  name=&#8221;item_number&#8221; value=&#8221;100&#8243;&gt;<br />
&lt;input type=&#8221;hidden&#8221;  name=&#8221;amount&#8221; value=&#8221;15.00&#8243;&gt;<br />
<strong>&lt;input type=&#8221;hidden&#8221;  name=&#8221;return&#8221;<br />
value=&#8221;hxxp://www.yourbusiness.com/secret-location/product.zip&#8221;&gt;</strong><br />
&lt;input type=&#8221;image&#8221;  src=&#8221;hxxp://www.paypal.com/images/x-click-butcc.gif&#8221;<br />
border=&#8221;0&#8243; name=&#8221;submit&#8221;&gt;<br />
&lt;/form&gt;</p>
<p>#Hidden Code #</p>
<blockquote><p>&lt;!&#8211;  var prefix = &#8216;ma&#8217; + &#8216;il&#8217; + &#8216;to&#8217;;  var path = &#8216;hr&#8217; + &#8216;ef&#8217; + &#8216;=&#8217;;  var addy81733 = &#8216;you&#8217; + &#8216;@&#8217; + &#8216;yourbusiness&#8217; + &#8216;.&#8217; + &#8216;com&#8217;;  document.write( &#8216;&lt;a &#8216; + path + &#8216;\&#8221; + prefix + &#8216;:&#8217; + addy81733 + &#8216;\&#8217;&gt;&#8217; + addy81733 + &#8216;&lt;/a&gt;&#8217; );  //&#8211;&gt;</p></blockquote>
</blockquote>
<p>This is for redirecting user to your exact product page after a successful payment. Donâ€™t do such a worse code ever. Just give some transaction or purchase code to user and ask that code while they trying to download.</p>
<h5>Encrypted values</h5>
<blockquote><p>$hash = $paypal_transcation_id.$productno.$user_id;<br />
$purchase_code = md5($hash);</p></blockquote>
<p>Put this $purchase_code in a `transactions`  table for the user and email to them.</p>
<p>Ok now user is trying to download  product. What should we check?</p>
<p>Considerations:<br />
1.Ask the purchase code in a  &lt;form&gt;<br />
2. Force user to login in your  site.<br />
3. Check weather you have any rows  in `transactions` table for the user.<br />
4. If yes then fetch row and  arrange one checker variable<br />
$checker = $row[â€˜paypal_transactionâ€™].$row[â€˜productnoâ€™].$user_id;<br />
$user_entered_hash = $_POST[â€˜purchase_idâ€™];<br />
$our_checker_hash = md5($checker);<br />
If($our_checker_hash ==  $user_entered_hash)</p>
<p>By this manner you can proceed.<br />
You have to take care on url  encode.<br />
Temporary product url generation. It  must expire after some hours.<br />
All information should be encoded  and highly validated.<br />
Then only you can see profit.  So donâ€™t just install/write ipn scripts as it is. Take care on input and url validation always.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/paypal-hacking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Orkut Hacking</title>
		<link>http://secureslash.com/learn-hacking/orkut-hacking/</link>
		<comments>http://secureslash.com/learn-hacking/orkut-hacking/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 13:08:09 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Google Services]]></category>
		<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/learn-hacking/orkut-hacking/</guid>
		<description><![CDATA[Tweet An Orkut user by the name of Tantek has exposed a flaw in Orkut&#8217;s security system.Orkut is the Microsoft ASP.NET and Google-powered Web community. Every user can define a variety of details (like hometown, sexual orientation, activities) and additionally set those details to be viewed by friends only. And you choose who your friends [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Forkut-hacking%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/orkut-hacking/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/orkut-hacking/"  data-text="Orkut Hacking" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/orkut-hacking/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/orkut-hacking/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>An Orkut user by the name of Tantek has exposed a flaw in Orkut&#8217;s security system.Orkut is the Microsoft ASP.NET and Google-powered Web community. Every user can define a variety of details (like hometown, sexual orientation, activities) and additionally set those details to be viewed by friends only. And you choose who your friends are&#8230; well, unless someone is tricking the system.<br />
<!--adsense--><br />
A simple inline-frame, hidden in the browser by absolute-positioning it with negative values, can trigger the &#8220;add as friend&#8221; or &#8220;join community&#8221; command. An anonymous poster in Orkut writes:</p>
<p>&#8220;This is a clear example of why it would be very silly to trust Orkut&#8217;s permissions system for sharing your information with only your trusted friends.</p>
<p>Web developers who don&#8217;t even understand basic cross site scripting precautions shouldn&#8217;t be trusted with more than the cookies they give us. Surely most google coders have a little more sense than the ones that wrote this particular app.&#8221;</p>
<p>The page in question with the possible Orkut exploit can be found at</p>
<p><strong>[and I suggest to not open this if you logged in to Orkut with this browser]</strong> &lt;http://tantek.com/log/2004/02.html&gt;. After I went there to try it out I automatically became part of the &#8220;Training Program&#8221; (in other words I was joined to a community with no doing of my own other than going to Tantek&#8217;s webpage). Tantek writes:</p>
<p>&#8220;This community is another training program designed to teach you one thing.</p>
<p>When you remain logged into Orkut and browse the web, any page you access can automatically change your Orkut membership without you knowing it.</p>
<p>This is due to the fact that Orkut uses HTTP GET URLs to alter your state.</p>
<p>The W3C long ago recognized this general vulnerability.</p>
<p><a href="http://www.w3.org/2001/tag/doc/whenToUseGet.html">http://www.w3.org/2001/tag/doc/whenToUseGet.html</a>&#8221;<br />
&#8211; Tantek in Orkut</p>
<p>Tantek further urges webmasters to spread the word about this Orkut vulnerability by pasting the following code on their webpages:</p>
<p class="code">&lt;iframe  style=&#8221;width:1px;height:1px;position:absolute;top:-31337px;<br />
left:-31337px&#8221;  src=&#8221;http://www.orkut.com/Community.aspx?cmm=19657&amp;<br />
cmd=add&#8221;&gt;&lt;/iframe&gt;</p>
<p class="code">Source: blog.outer-court</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/orkut-hacking/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tor: Anonymity Online</title>
		<link>http://secureslash.com/learn-hacking/tor-anonymity-online/</link>
		<comments>http://secureslash.com/learn-hacking/tor-anonymity-online/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 13:06:06 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/learn-hacking/tor-anonymity-online/</guid>
		<description><![CDATA[Tweet Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications that use the TCP protocol. Tor also provides a platform on which software developers [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Ftor-anonymity-online%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/tor-anonymity-online/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/tor-anonymity-online/"  data-text="Tor: Anonymity Online" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/tor-anonymity-online/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/tor-anonymity-online/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p> Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications that use the TCP protocol. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features.<br />
<!--adsense--><br />
Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. Tor provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy.</p>
<h3>Why we need Tor</h3>
<p>Using Tor protects you against a common form of Internet surveillance known as &#8220;traffic analysis.&#8221; Traffic analysis can be used to infer who is talking to whom over a public network. Knowing the source and destination of your Internet traffic allows others to track your behavior and interests. This can impact your checkbook if, for example, an e-commerce site uses price discrimination based on your country or institution of origin. It can even threaten your job and physical safety by revealing who and where you are. For example, if you&#8217;re travelling abroad and you connect to your employer&#8217;s computers to check or send mail, you can inadvertently reveal your national origin and professional affiliation to anyone observing the network, even if the connection is encrypted.</p>
<p>How does traffic analysis work? Internet data packets have two parts: a data payload and a header used for routing. The data payload is whatever is being sent, whether that&#8217;s an email message, a web page, or an audio file. Even if you encrypt the data payload of your communications, traffic analysis still reveals a great deal about what you&#8217;re doing and, possibly, what you&#8217;re saying. That&#8217;s because it focuses on the header, which discloses source, destination, size, timing, and so on.</p>
<p><span class="style3"><strong>Useful Links:</strong></span><br />
<a href="http://tor.eff.org/index.html.en">Tor Home Page</a><br />
<a href="http://tor.eff.org/overview.html.en">Tor                                  Overview</a><br />
<span class="style3"><strong>Download Links:</strong></span><br />
<a href="http://tor.eff.org/download-unix.html.en">Linux/Unix packages</a><br />
<a href="http://tor.eff.org/dist/vidalia-bundles/vidalia-bundle-0.1.1.26-0.0.9-tiger.dmg">Mac OS X 10.4 (Tiger)</a><br />
<a href="http://tor.eff.org/dist/vidalia-bundles/vidalia-bundle-0.1.1.26-0.0.7.exe">Windows Installer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/tor-anonymity-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learn to Hack</title>
		<link>http://secureslash.com/learn-hacking/learn-to-hack/</link>
		<comments>http://secureslash.com/learn-hacking/learn-to-hack/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 13:04:24 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[hacking tips]]></category>
		<category><![CDATA[how to become a hacker]]></category>

		<guid isPermaLink="false">http://secureslash.com/learn-hacking/learn-to-hack/</guid>
		<description><![CDATA[Tweet Hackers are Great Programmers . Hackers solve problems and build things, and they believe in freedom and voluntary mutual help. To be accepted as a hacker, you have to behave as though you have this kind of attitude yourself. And to behave as though you have the attitude, you have to really believe the [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Flearn-to-hack%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/learn-to-hack/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/learn-to-hack/"  data-text="Learn to Hack" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/learn-to-hack/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/learn-to-hack/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Hackers are Great Programmers . Hackers solve problems and build things, and they believe in freedom and voluntary mutual help. To be accepted as a hacker, you have to behave as though you have this kind of attitude yourself. And to behave as though you have the attitude, you have to really believe the attitude.</p>
<p><strong>Don&#8217;ts</strong></p>
<p>No one will search for â€œhow to become a hackerâ€ &amp;  Learn Hacking in Google except newbie. People like to be a Hacker, and burst the network, server and so on. You can get a clear idea here. After reading this article you can get an idea about becoming as a Hacker.</p>
<p><!--adsense--></p>
<p><strong>Don&#8217;ts</strong></p>
<p><strong class="style11"><span style="text-decoration: underline;">Hacking Tools</span></strong><br />
Donâ€™t search for â€œDownload Hacking toolsâ€ , â€œWindows hacking toolâ€ , â€œHacking softwareâ€ , â€œEmail hackingâ€,â€™ Yahoo password crackingâ€ or any thing.</p>
<p><strong><span style="text-decoration: underline;"> Download tools</span> </strong><br />
Donâ€™t download such tools by above results. And donâ€™t download and install tools from Yahoo chat room people or individuals. Because those tools may open your systemâ€™s backdoor and you will be hacked and your system will be used for Spamming proxy.</p>
<p><span style="text-decoration: underline;"><strong class="style11">Key Loggers and Spy</strong></span><br />
Donâ€™t download and install spy or key loggers to trace your roommates or your brother/sister. Donâ€™t be proud of yourself that you successfully traced them. They will trace you for its Owner.</p>
<p><span style="text-decoration: underline;"><strong class="style11">Start Hacking</strong></span><br />
Donâ€™t test installed tools yourself against Yahoo.com or any other site. Donâ€™t think Yahooâ€™s server will be hacked by you and that Lame tool.</p>
<p><strong class="style11"><span style="text-decoration: underline;">Teach me how to hack </span></strong><br />
Donâ€™t beg others by asking â€œteach me how to hackâ€, â€œTell me how to hackâ€,â€ Help me in cracking this Y! Idâ€</p>
<p><span style="text-decoration: underline;"><strong class="style11">Black/White Hat</strong></span><br />
Donâ€™t punch tattoos like â€œBlack Hat Hackerâ€, â€œThe Hackerâ€ &amp; â€œHack me if you canâ€</p>
<p><span style="text-decoration: underline;"><strong class="style11">Username &amp; Email</strong></span><br />
Donâ€™t create Yahoo Ids like â€œHackMeAliveâ€, â€œThomas_A_Petersonâ€ and any suffix or prefix with the words Hacker, BlackHat &amp; so on.</p>
<p><span style="text-decoration: underline;"><strong class="style11">Hacker and Films</strong></span><br />
Donâ€™t think yourself as a hacker after seeing &#8220;<strong>The Matrix</strong>&#8221; film and donâ€™t try to dodge the dogs while they try to bite you.</p>
<p>How you can become a Hacker?</p>
<h4><strong>Learn Hacking </strong></h4>
<p><span style="text-decoration: underline;"><strong>Improve Skills </strong></span>First learn things and improve your Skills. learn php  for web development.</p>
<p>#A<br />
Start writing small and small tools yourself, like port scanner, service scanner etc. In python,perl or such a simple but effective languages.</p>
<p>#B<br />
Use them to protect your system and server.</p>
<p>#C<br />
Read more articles about Bugs and fixes.</p>
<p>#D<br />
Tune up yourself as a troubleshooter.</p>
<p>#E<br />
Every backdoor has a Lock.Try to find the Locks or Make a better one.</p>
<p>#F<br />
Try to understand the core things. For example Understand what is the kernel,Understand the Protocols, Start writing own protocols, Try to write a patch for linux kernal yourself.</p>
<p>#G<br />
Be a Best Programmer.</p>
<p>Hacking is not means fully about exploiting and entering in to a network or server.</p>
<p><strong>Modern Zen Poem:</strong></p>
<p>To follow the path:<br />
look to the master,<br />
follow the master,<br />
walk with the master,<br />
see through the master,<br />
become the master.</p>
<p><a href="http://seoblackhat.com/2007/01/29/do-it-fucking-now/"><img src="http://secureslash.com/images/fortune-cookie.jpg" alt="" /></a></p>
<p>I really appreciate your interest to become a hacker. Start learning and improving your skills. Best of luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/learn-to-hack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Password Crackers</title>
		<link>http://secureslash.com/security-tools/password-crackers/</link>
		<comments>http://secureslash.com/security-tools/password-crackers/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 12:54:13 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Password Stories]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/password-crackers/</guid>
		<description><![CDATA[Tweet Cain and Abel : The top password recovery tool for Windows UNIX users often smugly assert that the best free security tools support their platform first, and Windows ports are often an afterthought. They are usually right, but Cain &#38; Abel is a glaring exception. This Windows-only password recovery tool handles an enormous variety [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fpassword-crackers%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/password-crackers/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/password-crackers/"  data-text="Password Crackers" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/password-crackers/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/password-crackers/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.oxid.it/cain.html">Cain and Abel</a> : The top password recovery tool for Windows</p>
<p>UNIX users often smugly assert that the best free security tools support their platform first, and Windows ports are often an afterthought. They are usually right, but Cain &amp; Abel is a glaring exception. This Windows-only password recovery tool handles an enormous variety of tasks. It can recover passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, revealing password boxes, uncovering cached passwords and analyzing routing protocols. It is also <a href="http://www.oxid.it/ca_um/">well documented</a>.<br />
<!--adsense--><br />
<a href="http://www.openwall.com/john/">John the Ripper</a> : A powerful, flexible, and <em>fast</em> multi-platform password hash cracker<br />
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. It supports several crypt(3) password hash types which are most commonly found on various Unix flavors, as well as Kerberos AFS and Windows NT/2000/XP LM hashes. Several other hash types are added with contributed patches. You will want to start with some wordlists, which you can find <a href="ftp://ftp.mirrorgeek.com/openwall/wordlists">here</a>, <a href="ftp://ftp.ox.ac.uk/pub/wordlists/">here</a>, or <a href="http://www.outpost9.com/files/WordLists.html">here</a>.</p>
<p><a href="http://www.thc.org/thc-hydra/">THC Hydra</a> : A Fast network authentication cracker which support many different services<br />
When you need to brute force crack a remote authentication service, Hydra is often the tool of choice. It can perform rapid dictionary attacks against more then 30 protocols, including telnet, ftp, http, https, smb, several databases, and much more. Like THC Amap this release is from the fine folks at <a href="http://www.thc.org/">THC</a>.</p>
<p><a href="http://www.aircrack-ng.org/">Aircrack</a> : The fastest available WEP/WPA cracking tool<br />
Aircrack is a suite of tools for 802.11a/b/g WEP and WPA cracking. It can recover a 40 through 512-bit WEP key once enough encrypted packets have been gathered. It can also attack WPA 1 or 2 networks using advanced cryptographic methods or by brute force. The suite includes airodump (an 802.11 packet capture program), aireplay (an 802.11 packet injection program), aircrack (static WEP and WPA-PSK cracking), and airdecap (decrypts WEP/WPA capture files).</p>
<p>L0phtcrack : Windows password auditing and recovery application<br />
L0phtCrack, also known as LC5, attempts to crack Windows passwords from hashes which it can obtain (given proper access) from stand-alone Windows NT/2000 workstations, networked servers, primary domain controllers, or Active Directory. In some cases it can sniff the hashes off the wire. It also has numerous methods of generating password guesses (dictionary, brute force, etc). LC5 was discontinued by Symantec in 2006, but you can still find the <a href="http://download.insecure.org/stf/lc5-setup.exe">LC5 installer</a> floating around. The free trial only lasts 15 days, and Symantec won&#8217;t sell you a key, so you&#8217;ll either have to cease using it or find a <a href="http://download.insecure.org/stf/lc5-crack.zip">key generator</a>.  Since it is no longer maintained, you are probably better off trying Cain and Abel, John the Ripper, or <a href="http://ophcrack.sourceforge.net/">Ophcrack</a> instead.</p>
<p><a href="http://airsnort.shmoo.com/">Airsnort</a> : 802.11 WEP Encryption Cracking Tool<br />
AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys. It was developed by the <a href="http://www.shmoo.com/">Shmoo Group</a> and operates by passively monitoring transmissions, computing the encryption key when enough packets have been gathered. You may also be interested in the similar Aircrack.</p>
<p><a href="http://www.solarwinds.net/">SolarWinds</a> : A plethora of network discovery/monitoring/attack tools<br />
SolarWinds has created and sells dozens of special-purpose tools targeted at systems administrators. Security-related tools include many network discovery scanners, an SNMP brute-force cracker, router password decryption, a TCP connection reset program, one of the fastest and easiest router config download/upload applications available and more.</p>
<p><a href="http://www.foofus.net/fizzgig/pwdump/">Pwdump</a> : A window password recovery tool<br />
Pwdump is able to extract NTLM and LanMan hashes from a Windows target, regardless of whether Syskey is enabled. It is also capable of displaying password histories if they are available. It outputs the data in L0phtcrack-compatible form, and can write to an output file.</p>
<p><a href="http://www.antsight.com/zsl/rainbowcrack/">RainbowCrack</a> : An Innovative Password Hash Cracker<br />
The RainbowCrack tool is a hash cracker that makes use of a large-scale time-memory trade-off. A traditional brute force cracker tries all possible plaintexts one by one, which can be time consuming for complex passwords. RainbowCrack uses a time-memory trade-off to do all the cracking-time computation in advance and store the results in so-called &#8220;rainbow tables&#8221;. It does take a long time to precompute the tables but RainbowCrack can be hundreds of times faster than a brute force cracker once the precomputation is finished.</p>
<p><a href="http://www.hoobie.net/brutus/">Brutus</a> : A network brute-force authentication cracker<br />
This Windows-only cracker bangs against network services of remote systems trying to guess passwords by using a dictionary and permutations thereof. It supports HTTP, POP3, FTP, SMB, TELNET, IMAP, NTP, and more. No source code is available. UNIX users should take a look at THC Hydra.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/password-crackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Port Scanners</title>
		<link>http://secureslash.com/security-tools/port-scanners/</link>
		<comments>http://secureslash.com/security-tools/port-scanners/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 07:55:46 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/port-scanners/</guid>
		<description><![CDATA[Tweet Angry IP Scanner : A fast windows IP scanner and port scanner Angry IP Scanner can perform basic host discovery and port scans on Windows. Its binary file size is very small compared to other scanners and other pieces of information about the target hosts can be extended with a few plugins. Superscan : [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fport-scanners%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/port-scanners/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/port-scanners/"  data-text="Port Scanners" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/port-scanners/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/port-scanners/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.angryziber.com/ipscan/">Angry IP Scanner</a> : A fast windows IP scanner and port scanner</p>
<p>Angry IP Scanner can perform basic host discovery and port scans on Windows. Its binary file size is very small compared to other scanners and other pieces of information about the target hosts can be extended with <a href="http://www.angryziber.com/ipscan/plugins/">a few plugins</a>.<br />
<!--adsense--><br />
<a href="http://www.foundstone.com/resources/proddesc/superscan.htm">Superscan</a> : A Windows-only port scanner, pinger, and resolver<br />
SuperScan is a free Windows-only closed-source TCP/UDP port scanner by Foundstone. It includes a variety of additional networking tools such as ping, traceroute, http head, and whois.</p>
<p><a href="http://www.unicornscan.org/">Unicornscan</a> : Not your mother&#8217;s port scanner<br />
Unicornscan is an attempt at a User-land Distributed TCP/IP stack for information gathering and correlation. It is intended to provide a researcher a superior interface for introducing a stimulus into and measuring a response from a TCP/IP enabled device or network. Some of its features include asynchronous stateless TCP scanning with all variations of TCP flags, asynchronous stateless TCP banner grabbing, and active/passive remote OS, application, and component identification by analyzing responses. it isn&#8217;t for the faint of heart.</p>
<p><a href="http://www.doxpara.com/paketto">Scanrand</a> : An unusually fast stateless network service and topology discovery system<br />
Scanrand is a stateless host-discovery and port-scanner similar in design to Unicornscan. It trades off reliability for amazingly fast speeds and uses cryptographic techniques to prevent attackers from manipulating scan results. This utility is a part of a software package called <a href="http://www.doxpara.com/paketto">Paketto Keiretsu</a> which was written by <a href="http://www.doxpara.com/">Dan Kaminsky</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/port-scanners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS Detection Tools</title>
		<link>http://secureslash.com/security-tools/os-detection-tools/</link>
		<comments>http://secureslash.com/security-tools/os-detection-tools/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 07:17:03 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/os-detection-tools/</guid>
		<description><![CDATA[Tweet P0f : A versatile passive OS fingerprinting tool P0f is able to identify the operating system of a target host simply by examining captured packets even when the device in question is behind an overzealous packet firewall. P0f does not generate ANY additional network traffic, direct or indirect. No name lookups, no mysterious probes, [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fos-detection-tools%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/os-detection-tools/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/os-detection-tools/"  data-text="OS Detection Tools" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/os-detection-tools/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/os-detection-tools/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://lcamtuf.coredump.cx/p0f.shtml">P0f</a> : A versatile passive OS fingerprinting tool</p>
<p>P0f is able to identify the operating system of a target host simply by examining captured packets even when the device in question is behind an overzealous packet firewall. P0f does not generate ANY additional network traffic, direct or indirect. No name lookups, no mysterious probes, no ARIN queries, nothing. In the hands of advanced users, P0f can detect firewall presence, NAT use, existence of load balancers, and more!<br />
<!--adsense--><br />
<a href="http://www.sys-security.com/index.php?page=xprobe">Xprobe2</a> : Active OS fingerprinting tool<br />
XProbe is a tool for determining the operating system of a remote host. They do this using some of the <a href="http://insecure.org/nmap/osdetect/">same techniques</a> as <a href="http://insecure.org/nmap/">Nmap</a> as well as some of their own ideas.  Xprobe has always emphasized the ICMP protocol in its fingerprinting approach.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/os-detection-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn How to write a port scanner</title>
		<link>http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/</link>
		<comments>http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 07:02:44 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/</guid>
		<description><![CDATA[Tweet What is Port Scanner ? A port scanner is a piece of software designed to search a network host for open ports. This is often used by administrators to check the security of their networks and by hackers to compromise it. Understand and Write a Port Scanner in PERL Port scanner script in PERL [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Flearn-how-to-write-a-port-scanner%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/"  data-text="Learn How to write a port scanner" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><strong>What is Port Scanner ?</strong></p>
<p>A port scanner is a piece of software designed to search a network host for open ports. This is often used by administrators to check the security of their networks and by hackers to compromise it.<br />
Understand and Write a Port Scanner in PERL</p>
<p><u><strong>Port scanner script in PERL</strong></u></p>
<p class="code">#!/usr/bin/perl</p>
<p class="code">                              use IO::Socket;</p>
<p class="code">$port = 1;</p>
<p class="code">$output = &#8220;/home/sakuramboo/perl/OpenPorts.txt&#8221;;</p>
<p class="code">open (LIST, &#8221; &gt;&gt;$output&#8221;);</p>
<p class="code">while ($port &lt;= 65535){</p>
<p class="code"> $sock = new IO::Socket::INET (PeerAddr =&gt; &#8217;127.0.0.1&#8242;,</p>
<p class="code"> PeerPort =&gt; $port,</p>
<p class="code"> Proto =&gt; &#8216;tcp&#8217;);</p>
<p class="code"> if ($sock){</p>
<p class="code"> close $sock;</p>
<p class="code"> print &#8220;$port -open\n&#8221;;</p>
<p class="code"> print LIST &#8220;$port -open\n&#8221;;</p>
<p class="code"> $port = $port + 1;</p>
<p class="code"> }</p>
<p class="code"> else{</p>
<p class="code"> print &#8220;$port -closed\n&#8221;;;</p>
<p class="code"> $port = $port + 1;</p>
<p class="code"> }</p>
<p class="code">}</p>
<p class="code">close(LIST);<br />
now, lets take a look at how all of this works, shall we?</p>
<p><span class="code">#!/usr/bin/perl </span></p>
<p>start off the perl script with this line.<br />
<!--adsense--><br />
<span class="code">use IO::Socket;</span><br />
you are saying that you are going to be using the perl modules named <span class="code">IO::Socke</span>t. This allows you to utilize the commands for socket programming.</p>
<p><span class="code">$port = 1;</span><br />
you are declaring $port to equal 1.</p>
<p><span class="code">$output = &#8220;/home/sakuramboo/perl/OpenPorts.txt&#8221;;</span><br />
you are declaring that $output will be a file, and it is given then exact location of the file and file name.</p>
<p><span class="code">open (LIST, &#8221; &gt;&gt;$output&#8221;);</span><br />
this opens the file from $output to allow the script to write to it.</p>
<p><span class="code">while ($port &lt;= 65535){</span><br />
while $port (which is 1 at the start) is less than or equal to 65535 (the total number of ports a computer can have) if will do what is in the brackets.</p>
<p><span class="code">$sock = new IO::Socket::INET</span><br />
this declares that $sock will be a new socket connection.</p>
<p><span class="code">(PeerAddr =&gt; &#8217;127.0.0.1&#8242;,PeerPort =&gt; $port,                               Proto =&gt; &#8216;tcp&#8217;);</span><br />
this is the details of $sock. PeerAddr points to the IP address you want to scan. For this script, i used the localhost. PeerPort points to $port (which starts at 1). this will be increasing as the script is run. Proto points to the protocol that is being used. If you wanted to scan ports with udp, you could. Just replace &#8216;tcp&#8217; with &#8216;udp&#8217;.</p>
<p><span class="code">if ($sock){</span><br />
this is where the script uses the socket and attempts to make a connection with what you have in $sock. It is basically saying, â€œif $sock makes a connection to the settings in $sock do what is in the brackets.â€</p>
<p><span class="code">close $sock;</span><br />
this closes the connection.</p>
<p><span class="code">print &#8220;$port -open\n&#8221;;</span><br />
this will print what port just got scanned and tell you that it is open, as well as return a line so everything doesnt get printed right next to each other.</p>
<p><span class="code">print LIST &#8220;$port -open\n&#8221;;</span><br />
this will print the same things that it did in the command prompt, into the file in $output.</p>
<p><span class="code">$port = $port + 1;</span><br />
this is where $port gets increased by 1.</p>
<p><span class="code">else{</span></p>
<p class="code"> print â€œ$port -closed\nâ€;</p>
<p class="code"> $port = $port + 1;</p>
<p><span class="code"> }</span><br />
here is what happens if the port is closed. Does the same as if it was open exept that it doesnt print it to a file. I did this just so i know where it is in the port scan.</p>
<p class="code">close(LIST);</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

